Skip to content
Aborted

Console Output

06:08:23 Started by an SCM change
06:08:23 Running as SYSTEM
06:08:24 Agent basic-8x29q is provisioned from template basic
06:08:24 ---
06:08:24 apiVersion: "v1"
06:08:24 kind: "Pod"
06:08:24 metadata:
06:08:24   labels:
06:08:24     jenkins: "slave"
06:08:24     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
06:08:24     jenkins/label: "basic"
06:08:24   name: "basic-8x29q"
06:08:24   namespace: "kapua"
06:08:24 spec:
06:08:24   containers:
06:08:24   - env:
06:08:24     - name: "JENKINS_SECRET"
06:08:24       value: "********"
06:08:24     - name: "JENKINS_TUNNEL"
06:08:24       value: "jenkins-discovery.kapua.svc.cluster.local:50000"
06:08:24     - name: "JENKINS_AGENT_NAME"
06:08:24       value: "basic-8x29q"
06:08:24     - name: "JENKINS_REMOTING_JAVA_OPTS"
06:08:24       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
06:08:24         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
06:08:24     - name: "JAVA_TOOL_OPTIONS"
06:08:24       value: ""
06:08:24     - name: "_JAVA_OPTIONS"
06:08:24       value: ""
06:08:24     - name: "OPENJ9_JAVA_OPTIONS"
06:08:24       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
06:08:24     - name: "JENKINS_NAME"
06:08:24       value: "basic-8x29q"
06:08:24     - name: "JENKINS_AGENT_WORKDIR"
06:08:24       value: "/home/jenkins/agent"
06:08:24     - name: "JENKINS_URL"
06:08:24       value: "http://jenkins-ui.kapua.svc.cluster.local/kapua/"
06:08:24     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
06:08:24     imagePullPolicy: "Always"
06:08:24     name: "jnlp"
06:08:24     resources:
06:08:24       limits:
06:08:24         cpu: "2000m"
06:08:24         memory: "4096Mi"
06:08:24       requests:
06:08:24         cpu: "1000m"
06:08:24         memory: "4096Mi"
06:08:24     tty: true
06:08:24     volumeMounts:
06:08:24     - mountPath: "/home/jenkins/.m2/toolchains.xml"
06:08:24       name: "m2-dir"
06:08:24       readOnly: true
06:08:24       subPath: "toolchains.xml"
06:08:24     - mountPath: "/home/jenkins/.mavenrc"
06:08:24       name: "m2-dir"
06:08:24       readOnly: true
06:08:24       subPath: ".mavenrc"
06:08:24     - mountPath: "/opt/tools"
06:08:24       name: "volume-0"
06:08:24       readOnly: false
06:08:24     - mountPath: "/home/jenkins"
06:08:24       name: "volume-2"
06:08:24       readOnly: false
06:08:24     - mountPath: "/home/jenkins/.m2/repository"
06:08:24       name: "volume-3"
06:08:24       readOnly: false
06:08:24     - mountPath: "/home/jenkins/.m2/settings-security.xml"
06:08:24       name: "m2-secret-dir"
06:08:24       readOnly: true
06:08:24       subPath: "settings-security.xml"
06:08:24     - mountPath: "/home/jenkins/.m2/wrapper"
06:08:24       name: "volume-4"
06:08:24       readOnly: false
06:08:24     - mountPath: "/home/jenkins/.m2/settings.xml"
06:08:24       name: "m2-secret-dir"
06:08:24       readOnly: true
06:08:24       subPath: "settings.xml"
06:08:24     - mountPath: "/home/jenkins/.ssh"
06:08:24       name: "volume-1"
06:08:24       readOnly: false
06:08:24       subPath: ""
06:08:24     - mountPath: "/home/jenkins/agent"
06:08:24       name: "workspace-volume"
06:08:24       readOnly: false
06:08:24     workingDir: "/home/jenkins/agent"
06:08:24   nodeSelector:
06:08:24     kubernetes.io/os: "linux"
06:08:24   restartPolicy: "Never"
06:08:24   volumes:
06:08:24   - name: "volume-0"
06:08:24     persistentVolumeClaim:
06:08:24       claimName: "tools-claim-jiro-kapua"
06:08:24       readOnly: true
06:08:24   - name: "m2-secret-dir"
06:08:24     secret:
06:08:24       secretName: "m2-secret-dir"
06:08:24   - emptyDir:
06:08:24       medium: ""
06:08:24     name: "volume-2"
06:08:24   - configMap:
06:08:24       name: "m2-dir"
06:08:24     name: "m2-dir"
06:08:24   - configMap:
06:08:24       name: "known-hosts"
06:08:24     name: "volume-1"
06:08:24   - emptyDir:
06:08:24       medium: ""
06:08:24     name: "workspace-volume"
06:08:24   - emptyDir:
06:08:24       medium: ""
06:08:24     name: "volume-4"
06:08:24   - emptyDir:
06:08:24       medium: ""
06:08:24     name: "volume-3"
06:08:24 
06:08:24 Building remotely on basic-8x29q (basic) in workspace /home/jenkins/agent/workspace/develop-test
06:08:24 The recommended git tool is: NONE
06:08:28 No credentials specified
06:08:28 Cloning the remote Git repository
06:08:28 Cloning repository https://github.com/eclipse/kapua.git
06:08:28  > git init /home/jenkins/agent/workspace/develop-test # timeout=10
06:08:28 Fetching upstream changes from https://github.com/eclipse/kapua.git
06:08:28  > git --version # timeout=10
06:08:28  > git --version # 'git version 2.20.1'
06:08:28  > git fetch --tags --force --progress -- https://github.com/eclipse/kapua.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:08:39  > git config remote.origin.url https://github.com/eclipse/kapua.git # timeout=10
06:08:39  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
06:08:40 Avoid second fetch
06:08:40  > git rev-parse origin/develop^{commit} # timeout=10
06:08:40 Checking out Revision 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 (origin/develop)
06:08:40  > git config core.sparsecheckout # timeout=10
06:08:40  > git checkout -f 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 # timeout=10
06:08:42 Commit message: "Merge pull request #4014 from dseurotech/new-ask_total_count_on_account_query"
06:08:42  > git rev-list --no-walk b073aaaa3fef7479d03478ebd43965ad00b9b296 # timeout=10
06:08:43 [develop-test] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/develop-test/.repository clean install -P!console
06:08:44 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
06:08:44 Maven home: /opt/tools/apache-maven/latest
06:08:44 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
06:08:44 Default locale: en_US, platform encoding: UTF-8
06:08:44 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
06:08:47 [INFO] Scanning for projects...
06:09:07 [INFO] ------------------------------------------------------------------------
06:09:07 [INFO] Reactor Build Order:
06:09:07 [INFO] 
06:09:07 [INFO] kapua-build-tools                                                  [jar]
06:09:07 [INFO] kapua                                                              [pom]
06:09:07 [INFO] kapua-qa                                                           [pom]
06:09:07 [INFO] kapua-qa-markers                                                   [jar]
06:09:07 [INFO] kapua-service                                                      [pom]
06:09:07 [INFO] kapua-service-api                                                  [jar]
06:09:07 [INFO] kapua-account                                                      [pom]
06:09:07 [INFO] kapua-account-api                                                  [jar]
06:09:07 [INFO] kapua-user                                                         [pom]
06:09:07 [INFO] kapua-user-api                                                     [jar]
06:09:07 [INFO] kapua-security                                                     [pom]
06:09:07 [INFO] kapua-security-authorization                                       [pom]
06:09:07 [INFO] kapua-security-authorization-api                                   [jar]
06:09:07 [INFO] kapua-security-authentication                                      [pom]
06:09:07 [INFO] kapua-security-authentication-api                                  [jar]
06:09:07 [INFO] kapua-commons                                                      [jar]
06:09:07 [INFO] kapua-locator                                                      [pom]
06:09:07 [INFO] kapua-locator-guice                                                [jar]
06:09:07 [INFO] kapua-account-internal                                             [jar]
06:09:07 [INFO] kapua-message                                                      [pom]
06:09:07 [INFO] kapua-message-api                                                  [jar]
06:09:07 [INFO] kapua-device                                                       [pom]
06:09:07 [INFO] kapua-device-api                                                   [jar]
06:09:07 [INFO] kapua-device-registry                                              [pom]
06:09:07 [INFO] kapua-device-registry-api                                          [jar]
06:09:07 [INFO] kapua-job                                                          [pom]
06:09:07 [INFO] kapua-job-api                                                      [jar]
06:09:07 [INFO] kapua-job-engine                                                   [pom]
06:09:07 [INFO] kapua-job-engine-api                                               [jar]
06:09:07 [INFO] kapua-device-management                                            [pom]
06:09:07 [INFO] kapua-device-management-api                                        [jar]
06:09:07 [INFO] kapua-device-management-request                                    [pom]
06:09:07 [INFO] kapua-device-management-request-api                                [jar]
06:09:07 [INFO] kapua-commons-rest                                                 [pom]
06:09:07 [INFO] kapua-commons-rest-model                                           [jar]
06:09:07 [INFO] kapua-job-engine-client                                            [jar]
06:09:07 [INFO] kapua-job-engine-commons                                           [jar]
06:09:07 [INFO] kapua-transport                                                    [pom]
06:09:07 [INFO] kapua-transport-api                                                [jar]
06:09:07 [INFO] kapua-device-call                                                  [pom]
06:09:07 [INFO] kapua-device-call-api                                              [jar]
06:09:07 [INFO] kapua-translator                                                   [pom]
06:09:07 [INFO] kapua-translator-api                                               [jar]
06:09:07 [INFO] kapua-message-internal                                             [jar]
06:09:07 [INFO] kapua-transport-mqtt                                               [jar]
06:09:07 [INFO] kapua-device-call-kura                                             [jar]
06:09:07 [INFO] kapua-device-management-registry                                   [pom]
06:09:07 [INFO] kapua-device-management-registry-api                               [jar]
06:09:07 [INFO] kapua-device-commons                                               [jar]
06:09:07 [INFO] kapua-service-commons                                              [pom]
06:09:07 [INFO] kapua-service-storable                                             [pom]
06:09:07 [INFO] kapua-service-storable-api                                         [jar]
06:09:07 [INFO] kapua-service-elasticsearch                                        [pom]
06:09:07 [INFO] kapua-service-elasticsearch-client-api                             [jar]
06:09:07 [INFO] kapua-datastore                                                    [pom]
06:09:07 [INFO] kapua-datastore-api                                                [jar]
06:09:07 [INFO] kapua-service-storable-internal                                    [jar]
06:09:07 [INFO] kapua-service-elasticsearch-client-rest                            [jar]
06:09:07 [INFO] kapua-datastore-internal                                           [jar]
06:09:07 [INFO] kapua-plug-ins                                                     [pom]
06:09:07 [INFO] kapua-sso                                                          [pom]
06:09:07 [INFO] kapua-openid-connect                                               [pom]
06:09:07 [INFO] kapua-openid-api                                                   [jar]
06:09:07 [INFO] kapua-openid-provider                                              [jar]
06:09:07 [INFO] kapua-security-registration                                        [pom]
06:09:07 [INFO] kapua-security-registration-api                                    [jar]
06:09:07 [INFO] kapua-service-commons-utils                                        [pom]
06:09:07 [INFO] kapua-service-commons-utils-api                                    [jar]
06:09:07 [INFO] kapua-security-certificate                                         [pom]
06:09:07 [INFO] kapua-security-certificate-api                                     [jar]
06:09:07 [INFO] kapua-service-commons-utils-internal                               [jar]
06:09:07 [INFO] kapua-security-certificate-internal                                [jar]
06:09:07 [INFO] kapua-user-internal                                                [jar]
06:09:07 [INFO] kapua-client                                                       [pom]
06:09:07 [INFO] kapua-client-security                                              [jar]
06:09:07 [INFO] kapua-device-authentication                                        [jar]
06:09:07 [INFO] kapua-tag                                                          [pom]
06:09:07 [INFO] kapua-tag-api                                                      [jar]
06:09:07 [INFO] kapua-device-registry-internal                                     [jar]
06:09:07 [INFO] kapua-security-registration-simple                                 [jar]
06:09:07 [INFO] kapua-tag-internal                                                 [jar]
06:09:07 [INFO] kapua-security-shiro                                               [jar]
06:09:07 [INFO] kapua-simulator-kura                                               [jar]
06:09:07 [INFO] kapua-stream                                                       [pom]
06:09:07 [INFO] kapua-stream-api                                                   [jar]
06:09:07 [INFO] kapua-device-management-asset                                      [pom]
06:09:07 [INFO] kapua-device-management-asset-api                                  [jar]
06:09:07 [INFO] kapua-device-management-asset-store                                [pom]
06:09:07 [INFO] kapua-device-management-asset-store-api                            [jar]
06:09:07 [INFO] kapua-device-management-asset-internal                             [jar]
06:09:07 [INFO] kapua-device-management-asset-store-dummy                          [jar]
06:09:07 [INFO] kapua-device-management-bundle                                     [pom]
06:09:07 [INFO] kapua-device-management-bundle-api                                 [jar]
06:09:07 [INFO] kapua-device-management-bundle-internal                            [jar]
06:09:07 [INFO] kapua-device-management-command                                    [pom]
06:09:07 [INFO] kapua-device-management-command-api                                [jar]
06:09:07 [INFO] kapua-device-management-command-internal                           [jar]
06:09:07 [INFO] kapua-device-management-configuration                              [pom]
06:09:07 [INFO] kapua-device-management-configuration-api                          [jar]
06:09:07 [INFO] kapua-device-management-configuration-message-api                  [jar]
06:09:07 [INFO] kapua-device-management-configuration-store                        [pom]
06:09:07 [INFO] kapua-device-management-configuration-store-api                    [jar]
06:09:07 [INFO] kapua-device-management-configuration-internal                     [jar]
06:09:07 [INFO] kapua-device-management-configuration-store-dummy                  [jar]
06:09:07 [INFO] kapua-device-management-inventory                                  [pom]
06:09:07 [INFO] kapua-device-management-inventory-api                              [jar]
06:09:07 [INFO] kapua-device-management-inventory-internal                         [jar]
06:09:07 [INFO] kapua-device-management-keystore                                   [pom]
06:09:07 [INFO] kapua-device-management-keystore-api                               [jar]
06:09:07 [INFO] kapua-device-management-keystore-internal                          [jar]
06:09:07 [INFO] kapua-device-management-packages                                   [pom]
06:09:07 [INFO] kapua-device-management-packages-api                               [jar]
06:09:07 [INFO] kapua-device-management-registry-internal                          [jar]
06:09:07 [INFO] kapua-device-management-packages-internal                          [jar]
06:09:07 [INFO] kapua-device-management-request-internal                           [jar]
06:09:07 [INFO] kapua-device-management-all                                        [pom]
06:09:07 [INFO] kapua-device-management-all-internal                               [jar]
06:09:07 [INFO] kapua-translator-kapua                                             [pom]
06:09:07 [INFO] kapua-translator-kapua-kura                                        [jar]
06:09:07 [INFO] kapua-translator-kura                                              [pom]
06:09:07 [INFO] kapua-translator-kura-mqtt                                         [jar]
06:09:07 [INFO] kapua-transport-jms                                                [jar]
06:09:07 [INFO] kapua-translator-kura-jms                                          [jar]
06:09:07 [INFO] kapua-qa-common                                                    [jar]
06:09:07 [INFO] kapua-account-test-steps                                           [jar]
06:09:07 [INFO] kapua-account-test                                                 [jar]
06:09:07 [INFO] kapua-user-test-steps                                              [jar]
06:09:07 [INFO] kapua-user-test                                                    [jar]
06:09:07 [INFO] kapua-scheduler                                                    [pom]
06:09:07 [INFO] kapua-scheduler-api                                                [jar]
06:09:07 [INFO] kapua-device-management-job                                        [pom]
06:09:07 [INFO] kapua-device-management-job-api                                    [jar]
06:09:07 [INFO] kapua-service-client                                               [jar]
06:09:07 [INFO] kapua-broker                                                       [pom]
06:09:07 [INFO] kapua-broker-artemis                                               [pom]
06:09:07 [INFO] kapua-broker-artemis-plugin                                        [jar]
06:09:07 [INFO] kapua-device-registry-test-steps                                   [jar]
06:09:07 [INFO] kapua-device-registry-test                                         [jar]
06:09:07 [INFO] kapua-scheduler-quartz                                             [jar]
06:09:07 [INFO] kapua-job-internal                                                 [jar]
06:09:07 [INFO] kapua-job-test-steps                                               [jar]
06:09:07 [INFO] kapua-job-test                                                     [jar]
06:09:07 [INFO] kapua-tag-test-steps                                               [jar]
06:09:07 [INFO] kapua-tag-test                                                     [jar]
06:09:07 [INFO] kapua-endpoint                                                     [pom]
06:09:07 [INFO] kapua-endpoint-api                                                 [jar]
06:09:07 [INFO] kapua-rest-api                                                     [pom]
06:09:07 [INFO] kapua-rest-api-core                                                [jar]
06:09:07 [INFO] kapua-device-management-all-api                                    [jar]
06:09:07 [INFO] kapua-system                                                       [pom]
06:09:07 [INFO] kapua-system-api                                                   [jar]
06:09:07 [INFO] kapua-commons-rest-errors                                          [jar]
06:09:07 [INFO] kapua-rest-api-resources                                           [jar]
06:09:07 [INFO] kapua-endpoint-internal                                            [jar]
06:09:07 [INFO] kapua-commons-rest-filters                                         [jar]
06:09:07 [INFO] kapua-stream-internal                                              [jar]
06:09:07 [INFO] kapua-system-internal                                              [jar]
06:09:07 [INFO] kapua-extras                                                       [pom]
06:09:07 [INFO] kapua-foreignkeys                                                  [jar]
06:09:07 [INFO] kapua-rest-api-web                                                 [war]
06:09:07 [INFO] kapua-qa-integration-steps                                         [jar]
06:09:07 [INFO] kapua-security-test-steps                                          [jar]
06:09:07 [INFO] kapua-device-management-job-internal                               [jar]
06:09:07 [INFO] kapua-endpoint-test-steps                                          [jar]
06:09:07 [INFO] kapua-device-management-bundle-job                                 [jar]
06:09:07 [INFO] kapua-device-management-asset-job                                  [jar]
06:09:07 [INFO] kapua-device-management-packages-job                               [jar]
06:09:07 [INFO] kapua-device-management-command-job                                [jar]
06:09:07 [INFO] kapua-device-management-configuration-job                          [jar]
06:09:07 [INFO] kapua-device-management-keystore-job                               [jar]
06:09:07 [INFO] kapua-scheduler-test-steps                                         [jar]
06:09:07 [INFO] kapua-datastore-test-steps                                         [jar]
06:09:07 [INFO] kapua-service-camel                                                [jar]
06:09:07 [INFO] kapua-consumer                                                     [pom]
06:09:07 [INFO] kapua-consumer-lifecycle                                           [jar]
06:09:07 [INFO] kapua-consumer-telemetry                                           [jar]
06:09:07 [INFO] kapua-service-authentication                                       [jar]
06:09:07 [INFO] kapua-qa-integration                                               [jar]
06:09:07 [INFO] kapua-dev-tools                                                    [pom]
06:09:07 [INFO] kapua-cucumber-reports                                             [pom]
06:09:07 [INFO] kapua-deployment                                                   [pom]
06:09:07 [INFO] kapua-deployment-commons                                           [pom]
06:09:07 [INFO] kapua-docker                                                       [pom]
06:09:07 [INFO] kapua-minishift                                                    [pom]
06:09:07 [INFO] kapua-openshift                                                    [pom]
06:09:07 [INFO] kapua-datastore-test                                               [jar]
06:09:07 [INFO] kapua-device-management-all-job                                    [jar]
06:09:07 [INFO] kapua-scheduler-test                                               [jar]
06:09:07 [INFO] kapua-security-test                                                [jar]
06:09:07 [INFO] kapua-system-test-steps                                            [jar]
06:09:07 [INFO] kapua-system-test                                                  [jar]
06:09:07 [INFO] kapua-service-authentication-app                                   [jar]
06:09:07 [INFO] kapua-translator-test-steps                                        [jar]
06:09:07 [INFO] kapua-translator-test                                              [jar]
06:09:07 [INFO] kapua-es-migrator                                                  [jar]
06:09:07 [INFO] kapua-encryption-migrator                                          [jar]
06:09:07 [INFO] kapua-liquibase-unlocker                                           [jar]
06:09:07 [INFO] kapua-openid-provider-generic                                      [jar]
06:09:07 [INFO] kapua-openid-provider-keycloak                                     [jar]
06:09:07 [INFO] kapua-job-engine-jbatch                                            [jar]
06:09:07 [INFO] kapua-job-engine-app                                               [pom]
06:09:07 [INFO] kapua-job-engine-app-core                                          [jar]
06:09:07 [INFO] kapua-job-engine-app-resources                                     [jar]
06:09:07 [INFO] kapua-job-engine-app-web                                           [war]
06:09:07 [INFO] kapua-consumer-lifecycle-app                                       [jar]
06:09:07 [INFO] kapua-consumer-telemetry-app                                       [jar]
06:09:07 [INFO] kapua-client-gateway                                               [pom]
06:09:07 [INFO] Eclipse Kapua :: Gateway Client :: API                          [bundle]
06:09:07 [INFO] Eclipse Kapua :: Gateway Client :: SPI                          [bundle]
06:09:07 [INFO] Eclipse Kapua :: Gateway Client :: Provider                        [pom]
06:09:07 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT        [bundle]
06:09:07 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT        [bundle]
06:09:07 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho     [bundle]
06:09:07 [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura      [bundle]
06:09:07 [INFO] Eclipse Kapua :: Gateway Client :: Features                        [pom]
06:09:07 [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf           [feature]
06:09:07 [INFO] kapua-assembly                                                     [pom]
06:09:07 [INFO] kapua-assembly-java-base                                           [pom]
06:09:07 [INFO] kapua-assembly-jetty-base                                          [pom]
06:09:07 [INFO] kapua-assembly-sql                                                 [pom]
06:09:07 [INFO] kapua-assembly-events-broker                                       [pom]
06:09:07 [INFO] kapua-assembly-broker-artemis                                      [pom]
06:09:07 [INFO] kapua-assembly-api                                                 [pom]
06:09:07 [INFO] kapua-assembly-consumer                                            [pom]
06:09:07 [INFO] kapua-assembly-consumer-telemetry                                  [jar]
06:09:07 [INFO] kapua-assembly-consumer-lifecycle                                  [jar]
06:09:07 [INFO] kapua-assembly-service                                             [pom]
06:09:07 [INFO] kapua-assembly-service-authentication                              [jar]
06:09:07 [INFO] kapua-assembly-job-engine                                          [jar]
06:09:07 [INFO] 
06:09:07 [INFO] -------------< org.eclipse.kapua.build:kapua-build-tools >--------------
06:09:07 [INFO] Building kapua-build-tools 2.1.0-SNAPSHOT                        [1/229]
06:09:07 [INFO]   from build-tools/pom.xml
06:09:07 [INFO] --------------------------------[ jar ]---------------------------------
06:09:07 [INFO] 
06:09:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-build-tools ---
06:09:08 [INFO] 
06:09:08 [INFO] --- resources:3.3.1:resources (default-resources) @ kapua-build-tools ---
06:09:08 [INFO] Copying 2 resources from src/main/resources to target/classes
06:09:08 [INFO] 
06:09:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ kapua-build-tools ---
06:09:08 [INFO] No sources to compile
06:09:08 [INFO] 
06:09:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ kapua-build-tools ---
06:09:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/build-tools/src/test/resources
06:09:08 [INFO] 
06:09:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ kapua-build-tools ---
06:09:08 [INFO] No sources to compile
06:09:08 [INFO] 
06:09:08 [INFO] --- surefire:3.1.2:test (default-test) @ kapua-build-tools ---
06:09:10 [INFO] No tests to run.
06:09:10 [INFO] 
06:09:10 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-build-tools ---
06:09:10 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/build-tools/target/kapua-build-tools-2.1.0-SNAPSHOT.jar
06:09:10 [INFO] 
06:09:10 [INFO] --- install:3.1.1:install (default-install) @ kapua-build-tools ---
06:09:10 [INFO] Installing /home/jenkins/agent/workspace/develop-test/build-tools/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/build/kapua-build-tools/2.1.0-SNAPSHOT/kapua-build-tools-2.1.0-SNAPSHOT.pom
06:09:10 [INFO] Installing /home/jenkins/agent/workspace/develop-test/build-tools/target/kapua-build-tools-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/build/kapua-build-tools/2.1.0-SNAPSHOT/kapua-build-tools-2.1.0-SNAPSHOT.jar
06:09:10 [INFO] 
06:09:10 [INFO] ----------------------< org.eclipse.kapua:kapua >-----------------------
06:09:10 [INFO] Building kapua 2.1.0-SNAPSHOT                                    [2/229]
06:09:10 [INFO]   from pom.xml
06:09:10 [INFO] --------------------------------[ pom ]---------------------------------
06:09:11 [INFO] 
06:09:11 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua ---
06:09:11 [INFO] 
06:09:11 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua ---
06:09:14 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:09:48 [INFO] 
06:09:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua ---
06:09:48 [INFO] Required toolchain: jdk [ version='11' ]
06:09:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:09:48 [INFO] 
06:09:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua ---
06:09:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:09:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test
06:09:51 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916591206
06:09:51 [WARNING] Cannot get the branch information from the git repository: 
06:09:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:09:51 
06:09:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:09:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test
06:09:51 [INFO] Storing buildScmBranch: UNKNOWN
06:09:51 [INFO] 
06:09:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua ---
06:09:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/target/jacoco.exec
06:09:52 [INFO] 
06:09:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua ---
06:09:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:09:52 [INFO] 
06:09:52 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua ---
06:09:53 [INFO] 
06:09:53 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua ---
06:09:53 [INFO] 
06:09:53 [INFO] --- install:2.5.2:install (default-install) @ kapua ---
06:09:53 [INFO] Installing /home/jenkins/agent/workspace/develop-test/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua/2.1.0-SNAPSHOT/kapua-2.1.0-SNAPSHOT.pom
06:09:53 [INFO] 
06:09:53 [INFO] ---------------------< org.eclipse.kapua:kapua-qa >---------------------
06:09:53 [INFO] Building kapua-qa 2.1.0-SNAPSHOT                                 [3/229]
06:09:53 [INFO]   from qa/pom.xml
06:09:53 [INFO] --------------------------------[ pom ]---------------------------------
06:09:53 [INFO] 
06:09:53 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa ---
06:09:53 [INFO] 
06:09:53 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa ---
06:09:53 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:09:55 [INFO] 
06:09:55 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa ---
06:09:55 [INFO] Required toolchain: jdk [ version='11' ]
06:09:55 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:09:55 [INFO] 
06:09:55 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa ---
06:09:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa' && 'git' 'rev-parse' '--verify' 'HEAD'
06:09:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa
06:09:55 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916595544
06:09:55 [WARNING] Cannot get the branch information from the git repository: 
06:09:55 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:09:55 
06:09:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa' && 'git' 'rev-parse' '--verify' 'HEAD'
06:09:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa
06:09:55 [INFO] Storing buildScmBranch: UNKNOWN
06:09:55 [INFO] 
06:09:55 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa ---
06:09:55 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/qa/target/jacoco.exec
06:09:55 [INFO] 
06:09:55 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa ---
06:09:55 [INFO] Copying 1 resource
06:09:55 [INFO] 
06:09:55 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa ---
06:09:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:09:55 [INFO] 
06:09:55 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa ---
06:09:55 [INFO] 
06:09:55 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa ---
06:09:55 [INFO] 
06:09:55 [INFO] --- install:2.5.2:install (default-install) @ kapua-qa ---
06:09:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/qa/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-qa/2.1.0-SNAPSHOT/kapua-qa-2.1.0-SNAPSHOT.pom
06:09:55 [INFO] 
06:09:55 [INFO] -----------------< org.eclipse.kapua:kapua-qa-markers >-----------------
06:09:55 [INFO] Building kapua-qa-markers 2.1.0-SNAPSHOT                         [4/229]
06:09:55 [INFO]   from qa/markers/pom.xml
06:09:55 [INFO] --------------------------------[ jar ]---------------------------------
06:09:56 [INFO] 
06:09:56 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-markers ---
06:09:56 [INFO] 
06:09:56 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-markers ---
06:09:56 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:09:56 [INFO] 
06:09:56 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-markers ---
06:09:56 [INFO] Required toolchain: jdk [ version='11' ]
06:09:56 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:09:56 [INFO] 
06:09:56 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-markers ---
06:09:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/markers' && 'git' 'rev-parse' '--verify' 'HEAD'
06:09:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/markers
06:09:56 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916596192
06:09:56 [WARNING] Cannot get the branch information from the git repository: 
06:09:56 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:09:56 
06:09:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/markers' && 'git' 'rev-parse' '--verify' 'HEAD'
06:09:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/markers
06:09:56 [INFO] Storing buildScmBranch: UNKNOWN
06:09:56 [INFO] 
06:09:56 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-markers ---
06:09:56 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/qa/markers/target/jacoco.exec
06:09:56 [INFO] 
06:09:56 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-markers ---
06:09:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/markers/src/main/resources
06:09:56 [INFO] 
06:09:56 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-markers ---
06:09:56 [INFO] Copying 1 resource
06:09:56 [INFO] 
06:09:56 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-markers ---
06:09:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:09:56 [INFO] Changes detected - recompiling the module!
06:09:56 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/qa/markers/target/classes
06:09:58 [INFO] 
06:09:58 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-markers ---
06:09:58 [INFO] Not copying test resources
06:09:58 [INFO] 
06:09:58 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-markers ---
06:09:58 [INFO] Not compiling test sources
06:09:58 [INFO] 
06:09:58 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-markers ---
06:09:59 [INFO] Tests are skipped.
06:09:59 [INFO] 
06:09:59 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa-markers ---
06:09:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:09:59 [INFO] 
06:09:59 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-qa-markers ---
06:09:59 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/markers/target/kapua-qa-markers-2.1.0-SNAPSHOT.jar
06:09:59 [INFO] 
06:09:59 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa-markers ---
06:09:59 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/markers/target/kapua-qa-markers-2.1.0-SNAPSHOT-sources.jar
06:09:59 [INFO] 
06:09:59 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa-markers ---
06:09:59 [INFO] 
06:09:59 [INFO] --- install:2.5.2:install (default-install) @ kapua-qa-markers ---
06:09:59 [INFO] Installing /home/jenkins/agent/workspace/develop-test/qa/markers/target/kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-qa-markers/2.1.0-SNAPSHOT/kapua-qa-markers-2.1.0-SNAPSHOT.jar
06:09:59 [INFO] Installing /home/jenkins/agent/workspace/develop-test/qa/markers/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-qa-markers/2.1.0-SNAPSHOT/kapua-qa-markers-2.1.0-SNAPSHOT.pom
06:09:59 [INFO] Installing /home/jenkins/agent/workspace/develop-test/qa/markers/target/kapua-qa-markers-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-qa-markers/2.1.0-SNAPSHOT/kapua-qa-markers-2.1.0-SNAPSHOT-sources.jar
06:09:59 [INFO] 
06:09:59 [INFO] ------------------< org.eclipse.kapua:kapua-service >-------------------
06:09:59 [INFO] Building kapua-service 2.1.0-SNAPSHOT                            [5/229]
06:09:59 [INFO]   from service/pom.xml
06:09:59 [INFO] --------------------------------[ pom ]---------------------------------
06:09:59 [INFO] 
06:09:59 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service ---
06:09:59 [INFO] 
06:09:59 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service ---
06:09:59 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:09 [INFO] 
06:10:09 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service ---
06:10:09 [INFO] Required toolchain: jdk [ version='11' ]
06:10:09 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:09 [INFO] 
06:10:09 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service ---
06:10:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service
06:10:09 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916609011
06:10:09 [WARNING] Cannot get the branch information from the git repository: 
06:10:09 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:09 
06:10:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service
06:10:09 [INFO] Storing buildScmBranch: UNKNOWN
06:10:09 [INFO] 
06:10:09 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service ---
06:10:09 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/target/jacoco.exec
06:10:09 [INFO] 
06:10:09 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service ---
06:10:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:10:09 [INFO] 
06:10:09 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service ---
06:10:09 [INFO] 
06:10:09 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service ---
06:10:09 [INFO] 
06:10:09 [INFO] --- install:2.5.2:install (default-install) @ kapua-service ---
06:10:09 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service/2.1.0-SNAPSHOT/kapua-service-2.1.0-SNAPSHOT.pom
06:10:09 [INFO] 
06:10:09 [INFO] ----------------< org.eclipse.kapua:kapua-service-api >-----------------
06:10:09 [INFO] Building kapua-service-api 2.1.0-SNAPSHOT                        [6/229]
06:10:09 [INFO]   from service/api/pom.xml
06:10:09 [INFO] --------------------------------[ jar ]---------------------------------
06:10:09 [INFO] 
06:10:09 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-api ---
06:10:09 [INFO] 
06:10:09 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-api ---
06:10:09 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:10 [INFO] 
06:10:10 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-api ---
06:10:10 [INFO] Required toolchain: jdk [ version='11' ]
06:10:10 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:10 [INFO] 
06:10:10 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-api ---
06:10:10 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:10 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/api
06:10:10 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916610230
06:10:10 [WARNING] Cannot get the branch information from the git repository: 
06:10:10 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:10 
06:10:10 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:10 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/api
06:10:10 [INFO] Storing buildScmBranch: UNKNOWN
06:10:10 [INFO] 
06:10:10 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-api ---
06:10:10 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/api/target/jacoco.exec
06:10:10 [INFO] 
06:10:10 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-api ---
06:10:10 [INFO] Copying 3 resources
06:10:10 [INFO] 
06:10:10 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-api ---
06:10:10 [INFO] Copying 1 resource
06:10:10 [INFO] 
06:10:10 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-api ---
06:10:10 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:10 [INFO] Changes detected - recompiling the module!
06:10:10 [INFO] Compiling 131 source files to /home/jenkins/agent/workspace/develop-test/service/api/target/classes
06:10:14 [INFO] 
06:10:14 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-api ---
06:10:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/api/src/test/resources
06:10:14 [INFO] 
06:10:14 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-api ---
06:10:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:14 [INFO] Changes detected - recompiling the module!
06:10:14 [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/develop-test/service/api/target/test-classes
06:10:19 [INFO] 
06:10:19 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-api ---
06:10:19 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:19 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:10:19 [INFO] 
06:10:19 [INFO] -------------------------------------------------------
06:10:19 [INFO]  T E S T S
06:10:19 [INFO] -------------------------------------------------------
06:10:22 [INFO] Running org.eclipse.kapua.model.xml.XmlAdaptedNameTypeValueObjectTest
06:10:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.eclipse.kapua.model.xml.XmlAdaptedNameTypeValueObjectTest
06:10:22 [INFO] Running org.eclipse.kapua.model.xml.adapters.XmlPropertiesAdapterTest
06:10:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in org.eclipse.kapua.model.xml.adapters.XmlPropertiesAdapterTest
06:10:23 [INFO] Running org.eclipse.kapua.model.xml.DateXmlAdapterTest
06:10:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.kapua.model.xml.DateXmlAdapterTest
06:10:23 [INFO] Running org.eclipse.kapua.model.xml.ObjectTypeXmlAdapterTest
06:10:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.kapua.model.xml.ObjectTypeXmlAdapterTest
06:10:23 [INFO] Running org.eclipse.kapua.model.xml.XmlAdaptedTypeValueObjectTest
06:10:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.xml.XmlAdaptedTypeValueObjectTest
06:10:23 [INFO] Running org.eclipse.kapua.model.xml.BinaryXmlAdapterTest
06:10:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.kapua.model.xml.BinaryXmlAdapterTest
06:10:23 [INFO] Running org.eclipse.kapua.model.KapuaEntityAttributesTest
06:10:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.kapua.model.KapuaEntityAttributesTest
06:10:23 [INFO] Running org.eclipse.kapua.model.type.ByteArrayConverterTest
06:10:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.type.ByteArrayConverterTest
06:10:23 [INFO] Running org.eclipse.kapua.model.type.ObjectValueConverterTest
06:10:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.type.ObjectValueConverterTest
06:10:23 [INFO] Running org.eclipse.kapua.model.type.ObjectTypeConverterTest
06:10:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.type.ObjectTypeConverterTest
06:10:23 [INFO] Running org.eclipse.kapua.model.domain.AbstractDomainTest
06:10:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.domain.AbstractDomainTest
06:10:23 [INFO] Running org.eclipse.kapua.model.id.KapuaIdImplTest
06:10:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.id.KapuaIdImplTest
06:10:23 [INFO] Running org.eclipse.kapua.model.query.SortOrderTest
06:10:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.model.query.SortOrderTest
06:10:23 [INFO] Running org.eclipse.kapua.KapuaIllegalArgumentExceptionTest
06:10:23 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
06:10:23 SLF4J: Defaulting to no-operation (NOP) logger implementation
06:10:23 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
06:10:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.kapua.KapuaIllegalArgumentExceptionTest
06:10:23 [INFO] Running org.eclipse.kapua.entity.EntityPropertiesWriteExceptionTest
06:10:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.entity.EntityPropertiesWriteExceptionTest
06:10:23 [INFO] Running org.eclipse.kapua.entity.EntityPropertiesReadExceptionTest
06:10:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.entity.EntityPropertiesReadExceptionTest
06:10:23 [INFO] Running org.eclipse.kapua.KapuaDuplicateExternalIdExceptionTest
06:10:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.KapuaDuplicateExternalIdExceptionTest
06:10:23 [INFO] Running org.eclipse.kapua.KapuaIllegalAccessExceptionTest
06:10:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaIllegalAccessExceptionTest
06:10:23 [INFO] Running org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdapterTest
06:10:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdapterTest
06:10:23 [INFO] Running org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdaptedTest
06:10:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdaptedTest
06:10:23 [INFO] Running org.eclipse.kapua.service.config.ServiceXmlConfigPropertyAdaptedTest
06:10:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.service.config.ServiceXmlConfigPropertyAdaptedTest
06:10:23 [INFO] Running org.eclipse.kapua.KapuaOptimisticLockingExceptionTest
06:10:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.KapuaOptimisticLockingExceptionTest
06:10:23 [INFO] Running org.eclipse.kapua.KapuaExceptionWithoutBundleTest
06:10:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.KapuaExceptionWithoutBundleTest
06:10:23 [INFO] Running org.eclipse.kapua.KapuaEntityNotFoundExceptionTest
06:10:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.KapuaEntityNotFoundExceptionTest
06:10:23 [INFO] Running org.eclipse.kapua.KapuaIllegalStateExceptionTest
06:10:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaIllegalStateExceptionTest
06:10:23 [INFO] Running org.eclipse.kapua.KapuaUnauthenticatedExceptionTest
06:10:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.KapuaUnauthenticatedExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.KapuaDuplicateNameExceptionTest
06:10:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaDuplicateNameExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.KapuaDuplicateExternalIdInAnotherAccountErrorTest
06:10:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.KapuaDuplicateExternalIdInAnotherAccountErrorTest
06:10:24 [INFO] Running org.eclipse.kapua.locator.KapuaLocatorExceptionTest
06:10:24 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.locator.KapuaLocatorExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.KapuaEntityExistsExceptionTest
06:10:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.KapuaEntityExistsExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.KapuaIllegalNullArgumentExceptionTest
06:10:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaIllegalNullArgumentExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.KapuaRuntimeExceptionTest
06:10:24 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.KapuaRuntimeExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.KapuaEntityUniquenessExceptionTest
06:10:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.kapua.KapuaEntityUniquenessExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.event.ServiceEventTest
06:10:24 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.event.ServiceEventTest
06:10:24 [INFO] Running org.eclipse.kapua.event.ServiceEventBusExceptionTest
06:10:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.event.ServiceEventBusExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.KapuaMaxNumberOfItemsReachedExceptionTest
06:10:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.KapuaMaxNumberOfItemsReachedExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.KapuaDuplicateNameInAnotherAccountErrorTest
06:10:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaDuplicateNameInAnotherAccountErrorTest
06:10:24 [INFO] Running org.eclipse.kapua.KapuaEntityCloneExceptionTest
06:10:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.KapuaEntityCloneExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.KapuaExceptionTest
06:10:24 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.kapua.KapuaExceptionTest
06:10:24 [INFO] Running org.eclipse.kapua.ExceptionMessageUtilsTest
06:10:24 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.kapua.ExceptionMessageUtilsTest
06:10:24 [INFO] 
06:10:24 [INFO] Results:
06:10:24 [INFO] 
06:10:24 [INFO] Tests run: 190, Failures: 0, Errors: 0, Skipped: 0
06:10:24 [INFO] 
06:10:24 [INFO] 
06:10:24 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-api ---
06:10:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/api/target/jacoco.exec
06:10:24 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:10:25 [INFO] 
06:10:25 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-api ---
06:10:25 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/api/target/kapua-service-api-2.1.0-SNAPSHOT.jar
06:10:25 [INFO] 
06:10:25 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-api ---
06:10:25 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/api/target/kapua-service-api-2.1.0-SNAPSHOT-sources.jar
06:10:25 [INFO] 
06:10:25 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-api ---
06:10:25 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/api/target/jacoco.exec
06:10:26 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:10:26 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:10:26 [INFO] 
06:10:26 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-api ---
06:10:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/api/target/kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-api/2.1.0-SNAPSHOT/kapua-service-api-2.1.0-SNAPSHOT.jar
06:10:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-api/2.1.0-SNAPSHOT/kapua-service-api-2.1.0-SNAPSHOT.pom
06:10:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/api/target/kapua-service-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-api/2.1.0-SNAPSHOT/kapua-service-api-2.1.0-SNAPSHOT-sources.jar
06:10:26 [INFO] 
06:10:26 [INFO] ------------------< org.eclipse.kapua:kapua-account >-------------------
06:10:26 [INFO] Building kapua-account 2.1.0-SNAPSHOT                            [7/229]
06:10:26 [INFO]   from service/account/pom.xml
06:10:26 [INFO] --------------------------------[ pom ]---------------------------------
06:10:26 [INFO] 
06:10:26 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account ---
06:10:26 [INFO] 
06:10:26 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account ---
06:10:26 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:27 [INFO] 
06:10:27 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account ---
06:10:27 [INFO] Required toolchain: jdk [ version='11' ]
06:10:27 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:27 [INFO] 
06:10:27 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account ---
06:10:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account
06:10:27 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916627126
06:10:27 [WARNING] Cannot get the branch information from the git repository: 
06:10:27 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:27 
06:10:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account
06:10:27 [INFO] Storing buildScmBranch: UNKNOWN
06:10:27 [INFO] 
06:10:27 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account ---
06:10:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/account/target/jacoco.exec
06:10:27 [INFO] 
06:10:27 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account ---
06:10:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:10:27 [INFO] 
06:10:27 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account ---
06:10:27 [INFO] 
06:10:27 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account ---
06:10:27 [INFO] 
06:10:27 [INFO] --- install:2.5.2:install (default-install) @ kapua-account ---
06:10:27 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account/2.1.0-SNAPSHOT/kapua-account-2.1.0-SNAPSHOT.pom
06:10:27 [INFO] 
06:10:27 [INFO] ----------------< org.eclipse.kapua:kapua-account-api >-----------------
06:10:27 [INFO] Building kapua-account-api 2.1.0-SNAPSHOT                        [8/229]
06:10:27 [INFO]   from service/account/api/pom.xml
06:10:27 [INFO] --------------------------------[ jar ]---------------------------------
06:10:27 [INFO] 
06:10:27 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-api ---
06:10:27 [INFO] 
06:10:27 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-api ---
06:10:27 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:27 [INFO] 
06:10:27 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-api ---
06:10:27 [INFO] Required toolchain: jdk [ version='11' ]
06:10:27 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:27 [INFO] 
06:10:27 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-api ---
06:10:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/api
06:10:27 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916627637
06:10:27 [WARNING] Cannot get the branch information from the git repository: 
06:10:27 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:27 
06:10:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/api
06:10:27 [INFO] Storing buildScmBranch: UNKNOWN
06:10:27 [INFO] 
06:10:27 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-api ---
06:10:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/account/api/target/jacoco.exec
06:10:27 [INFO] 
06:10:27 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-api ---
06:10:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/account/api/src/main/resources
06:10:27 [INFO] 
06:10:27 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-api ---
06:10:27 [INFO] Copying 1 resource
06:10:27 [INFO] 
06:10:27 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-api ---
06:10:27 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:27 [INFO] Changes detected - recompiling the module!
06:10:27 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-test/service/account/api/target/classes
06:10:30 [INFO] 
06:10:30 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-api ---
06:10:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/account/api/src/test/resources
06:10:30 [INFO] 
06:10:30 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-api ---
06:10:30 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:30 [INFO] No sources to compile
06:10:30 [INFO] 
06:10:30 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-api ---
06:10:30 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:30 [INFO] No tests to run.
06:10:30 [INFO] 
06:10:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-api ---
06:10:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:10:30 [INFO] 
06:10:30 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-api ---
06:10:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/api/target/kapua-account-api-2.1.0-SNAPSHOT.jar
06:10:30 [INFO] 
06:10:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-api ---
06:10:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/api/target/kapua-account-api-2.1.0-SNAPSHOT-sources.jar
06:10:30 [INFO] 
06:10:30 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-api ---
06:10:30 [INFO] 
06:10:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-account-api ---
06:10:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/api/target/kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-api/2.1.0-SNAPSHOT/kapua-account-api-2.1.0-SNAPSHOT.jar
06:10:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-api/2.1.0-SNAPSHOT/kapua-account-api-2.1.0-SNAPSHOT.pom
06:10:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/api/target/kapua-account-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-api/2.1.0-SNAPSHOT/kapua-account-api-2.1.0-SNAPSHOT-sources.jar
06:10:30 [INFO] 
06:10:30 [INFO] --------------------< org.eclipse.kapua:kapua-user >--------------------
06:10:30 [INFO] Building kapua-user 2.1.0-SNAPSHOT                               [9/229]
06:10:30 [INFO]   from service/user/pom.xml
06:10:30 [INFO] --------------------------------[ pom ]---------------------------------
06:10:30 [INFO] 
06:10:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user ---
06:10:30 [INFO] 
06:10:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user ---
06:10:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:30 [INFO] 
06:10:30 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user ---
06:10:30 [INFO] Required toolchain: jdk [ version='11' ]
06:10:30 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:30 [INFO] 
06:10:30 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user ---
06:10:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user
06:10:30 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916630765
06:10:30 [WARNING] Cannot get the branch information from the git repository: 
06:10:30 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:30 
06:10:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user
06:10:30 [INFO] Storing buildScmBranch: UNKNOWN
06:10:30 [INFO] 
06:10:30 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user ---
06:10:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/user/target/jacoco.exec
06:10:30 [INFO] 
06:10:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user ---
06:10:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:10:30 [INFO] 
06:10:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user ---
06:10:30 [INFO] 
06:10:30 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user ---
06:10:30 [INFO] 
06:10:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-user ---
06:10:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user/2.1.0-SNAPSHOT/kapua-user-2.1.0-SNAPSHOT.pom
06:10:30 [INFO] 
06:10:30 [INFO] ------------------< org.eclipse.kapua:kapua-user-api >------------------
06:10:30 [INFO] Building kapua-user-api 2.1.0-SNAPSHOT                          [10/229]
06:10:30 [INFO]   from service/user/api/pom.xml
06:10:30 [INFO] --------------------------------[ jar ]---------------------------------
06:10:30 [INFO] 
06:10:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-api ---
06:10:30 [INFO] 
06:10:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-api ---
06:10:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:31 [INFO] 
06:10:31 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-api ---
06:10:31 [INFO] Required toolchain: jdk [ version='11' ]
06:10:31 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:31 [INFO] 
06:10:31 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-api ---
06:10:31 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:31 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/api
06:10:31 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916631040
06:10:31 [WARNING] Cannot get the branch information from the git repository: 
06:10:31 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:31 
06:10:31 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:31 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/api
06:10:31 [INFO] Storing buildScmBranch: UNKNOWN
06:10:31 [INFO] 
06:10:31 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-api ---
06:10:31 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/user/api/target/jacoco.exec
06:10:31 [INFO] 
06:10:31 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-api ---
06:10:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/api/src/main/resources
06:10:31 [INFO] 
06:10:31 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-api ---
06:10:31 [INFO] Copying 1 resource
06:10:31 [INFO] 
06:10:31 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-api ---
06:10:31 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:31 [INFO] Changes detected - recompiling the module!
06:10:31 [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/develop-test/service/user/api/target/classes
06:10:33 [INFO] 
06:10:33 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-api ---
06:10:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/api/src/test/resources
06:10:33 [INFO] 
06:10:33 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-api ---
06:10:33 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:33 [INFO] No sources to compile
06:10:33 [INFO] 
06:10:33 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-api ---
06:10:33 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:33 [INFO] No tests to run.
06:10:33 [INFO] 
06:10:33 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-api ---
06:10:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:10:33 [INFO] 
06:10:33 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-api ---
06:10:33 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/api/target/kapua-user-api-2.1.0-SNAPSHOT.jar
06:10:33 [INFO] 
06:10:33 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-api ---
06:10:33 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/api/target/kapua-user-api-2.1.0-SNAPSHOT-sources.jar
06:10:33 [INFO] 
06:10:33 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-api ---
06:10:33 [INFO] 
06:10:33 [INFO] --- install:2.5.2:install (default-install) @ kapua-user-api ---
06:10:33 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/api/target/kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-api/2.1.0-SNAPSHOT/kapua-user-api-2.1.0-SNAPSHOT.jar
06:10:33 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-api/2.1.0-SNAPSHOT/kapua-user-api-2.1.0-SNAPSHOT.pom
06:10:33 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/api/target/kapua-user-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-api/2.1.0-SNAPSHOT/kapua-user-api-2.1.0-SNAPSHOT-sources.jar
06:10:33 [INFO] 
06:10:33 [INFO] ------------------< org.eclipse.kapua:kapua-security >------------------
06:10:33 [INFO] Building kapua-security 2.1.0-SNAPSHOT                          [11/229]
06:10:33 [INFO]   from service/security/pom.xml
06:10:33 [INFO] --------------------------------[ pom ]---------------------------------
06:10:33 [INFO] 
06:10:33 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security ---
06:10:33 [INFO] 
06:10:33 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security ---
06:10:33 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:36 [INFO] 
06:10:36 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security ---
06:10:36 [INFO] Required toolchain: jdk [ version='11' ]
06:10:36 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:36 [INFO] 
06:10:36 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security ---
06:10:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security
06:10:36 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916636147
06:10:36 [WARNING] Cannot get the branch information from the git repository: 
06:10:36 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:36 
06:10:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security
06:10:36 [INFO] Storing buildScmBranch: UNKNOWN
06:10:36 [INFO] 
06:10:36 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security ---
06:10:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/target/jacoco.exec
06:10:36 [INFO] 
06:10:36 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security ---
06:10:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:10:36 [INFO] 
06:10:36 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security ---
06:10:36 [INFO] 
06:10:36 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security ---
06:10:36 [INFO] 
06:10:36 [INFO] --- install:2.5.2:install (default-install) @ kapua-security ---
06:10:36 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security/2.1.0-SNAPSHOT/kapua-security-2.1.0-SNAPSHOT.pom
06:10:36 [INFO] 
06:10:36 [INFO] -----------< org.eclipse.kapua:kapua-security-authorization >-----------
06:10:36 [INFO] Building kapua-security-authorization 2.1.0-SNAPSHOT            [12/229]
06:10:36 [INFO]   from service/security/authorization/pom.xml
06:10:36 [INFO] --------------------------------[ pom ]---------------------------------
06:10:36 [INFO] 
06:10:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authorization ---
06:10:36 [INFO] 
06:10:36 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authorization ---
06:10:36 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:36 [INFO] 
06:10:36 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authorization ---
06:10:36 [INFO] Required toolchain: jdk [ version='11' ]
06:10:36 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:36 [INFO] 
06:10:36 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authorization ---
06:10:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authorization' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authorization
06:10:36 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916636438
06:10:36 [WARNING] Cannot get the branch information from the git repository: 
06:10:36 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:36 
06:10:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authorization' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authorization
06:10:36 [INFO] Storing buildScmBranch: UNKNOWN
06:10:36 [INFO] 
06:10:36 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authorization ---
06:10:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/authorization/target/jacoco.exec
06:10:36 [INFO] 
06:10:36 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authorization ---
06:10:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:10:36 [INFO] 
06:10:36 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authorization ---
06:10:36 [INFO] 
06:10:36 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authorization ---
06:10:36 [INFO] 
06:10:36 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authorization ---
06:10:36 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/authorization/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-authorization/2.1.0-SNAPSHOT/kapua-security-authorization-2.1.0-SNAPSHOT.pom
06:10:36 [INFO] 
06:10:36 [INFO] ---------< org.eclipse.kapua:kapua-security-authorization-api >---------
06:10:36 [INFO] Building kapua-security-authorization-api 2.1.0-SNAPSHOT        [13/229]
06:10:36 [INFO]   from service/security/authorization/api/pom.xml
06:10:36 [INFO] --------------------------------[ jar ]---------------------------------
06:10:36 [INFO] 
06:10:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authorization-api ---
06:10:36 [INFO] 
06:10:36 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authorization-api ---
06:10:36 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:36 [INFO] 
06:10:36 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authorization-api ---
06:10:36 [INFO] Required toolchain: jdk [ version='11' ]
06:10:36 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:36 [INFO] 
06:10:36 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authorization-api ---
06:10:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authorization/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authorization/api
06:10:36 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916636943
06:10:36 [WARNING] Cannot get the branch information from the git repository: 
06:10:36 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:36 
06:10:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authorization/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authorization/api
06:10:36 [INFO] Storing buildScmBranch: UNKNOWN
06:10:36 [INFO] 
06:10:36 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authorization-api ---
06:10:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/jacoco.exec
06:10:36 [INFO] 
06:10:36 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-authorization-api ---
06:10:36 [INFO] Copying 1 resource
06:10:36 [INFO] 
06:10:36 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-authorization-api ---
06:10:36 [INFO] Copying 1 resource
06:10:36 [INFO] 
06:10:36 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-authorization-api ---
06:10:36 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:37 [INFO] Changes detected - recompiling the module!
06:10:37 [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/classes
06:10:40 [INFO] 
06:10:40 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-authorization-api ---
06:10:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/src/test/resources
06:10:40 [INFO] 
06:10:40 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-authorization-api ---
06:10:40 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:40 [INFO] Changes detected - recompiling the module!
06:10:40 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/test-classes
06:10:42 [INFO] 
06:10:42 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-authorization-api ---
06:10:42 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:42 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:10:42 [INFO] 
06:10:42 [INFO] -------------------------------------------------------
06:10:42 [INFO]  T E S T S
06:10:42 [INFO] -------------------------------------------------------
06:10:43 [INFO] Running org.eclipse.kapua.service.authorization.exception.KapuaAuthorizationExceptionTest
06:10:44 10:10:44.576 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:10:44 10:10:44.585 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:10:44 10:10:44.585 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:10:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.105 s - in org.eclipse.kapua.service.authorization.exception.KapuaAuthorizationExceptionTest
06:10:44 [INFO] 
06:10:44 [INFO] Results:
06:10:44 [INFO] 
06:10:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
06:10:44 [INFO] 
06:10:44 [INFO] 
06:10:44 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authorization-api ---
06:10:44 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/jacoco.exec
06:10:44 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:10:44 [INFO] 
06:10:44 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-authorization-api ---
06:10:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
06:10:44 [INFO] 
06:10:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authorization-api ---
06:10:45 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/kapua-security-authorization-api-2.1.0-SNAPSHOT-sources.jar
06:10:45 [INFO] 
06:10:45 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authorization-api ---
06:10:45 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/jacoco.exec
06:10:45 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:10:45 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:10:45 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:10:45 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:10:45 [INFO] 
06:10:45 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authorization-api ---
06:10:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-authorization-api/2.1.0-SNAPSHOT/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
06:10:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-authorization-api/2.1.0-SNAPSHOT/kapua-security-authorization-api-2.1.0-SNAPSHOT.pom
06:10:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/kapua-security-authorization-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-authorization-api/2.1.0-SNAPSHOT/kapua-security-authorization-api-2.1.0-SNAPSHOT-sources.jar
06:10:45 [INFO] 
06:10:45 [INFO] ----------< org.eclipse.kapua:kapua-security-authentication >-----------
06:10:45 [INFO] Building kapua-security-authentication 2.1.0-SNAPSHOT           [14/229]
06:10:45 [INFO]   from service/security/authentication/pom.xml
06:10:45 [INFO] --------------------------------[ pom ]---------------------------------
06:10:45 [INFO] 
06:10:45 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authentication ---
06:10:45 [INFO] 
06:10:45 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authentication ---
06:10:45 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:45 [INFO] 
06:10:45 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authentication ---
06:10:45 [INFO] Required toolchain: jdk [ version='11' ]
06:10:45 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:45 [INFO] 
06:10:45 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authentication ---
06:10:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authentication
06:10:45 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916645625
06:10:45 [WARNING] Cannot get the branch information from the git repository: 
06:10:45 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:45 
06:10:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authentication
06:10:45 [INFO] Storing buildScmBranch: UNKNOWN
06:10:45 [INFO] 
06:10:45 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authentication ---
06:10:45 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/authentication/target/jacoco.exec
06:10:45 [INFO] 
06:10:45 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authentication ---
06:10:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:10:45 [INFO] 
06:10:45 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authentication ---
06:10:45 [INFO] 
06:10:45 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authentication ---
06:10:45 [INFO] 
06:10:45 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authentication ---
06:10:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/authentication/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-authentication/2.1.0-SNAPSHOT/kapua-security-authentication-2.1.0-SNAPSHOT.pom
06:10:45 [INFO] 
06:10:45 [INFO] --------< org.eclipse.kapua:kapua-security-authentication-api >---------
06:10:45 [INFO] Building kapua-security-authentication-api 2.1.0-SNAPSHOT       [15/229]
06:10:45 [INFO]   from service/security/authentication/api/pom.xml
06:10:45 [INFO] --------------------------------[ jar ]---------------------------------
06:10:45 [INFO] 
06:10:45 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authentication-api ---
06:10:45 [INFO] 
06:10:45 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authentication-api ---
06:10:45 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:45 [INFO] 
06:10:45 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authentication-api ---
06:10:45 [INFO] Required toolchain: jdk [ version='11' ]
06:10:45 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:45 [INFO] 
06:10:45 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authentication-api ---
06:10:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authentication/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authentication/api
06:10:45 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916645894
06:10:45 [WARNING] Cannot get the branch information from the git repository: 
06:10:45 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:45 
06:10:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authentication/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authentication/api
06:10:45 [INFO] Storing buildScmBranch: UNKNOWN
06:10:45 [INFO] 
06:10:45 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authentication-api ---
06:10:45 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/jacoco.exec
06:10:45 [INFO] 
06:10:45 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-authentication-api ---
06:10:45 [INFO] Copying 1 resource
06:10:45 [INFO] 
06:10:45 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-authentication-api ---
06:10:45 [INFO] Copying 1 resource
06:10:45 [INFO] 
06:10:45 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-authentication-api ---
06:10:45 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:45 [INFO] Changes detected - recompiling the module!
06:10:45 [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/classes
06:10:48 [INFO] 
06:10:48 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-authentication-api ---
06:10:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/src/test/resources
06:10:48 [INFO] 
06:10:48 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-authentication-api ---
06:10:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:48 [INFO] Changes detected - recompiling the module!
06:10:48 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/test-classes
06:10:50 [INFO] 
06:10:50 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-authentication-api ---
06:10:50 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:50 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:10:50 [INFO] 
06:10:50 [INFO] -------------------------------------------------------
06:10:50 [INFO]  T E S T S
06:10:50 [INFO] -------------------------------------------------------
06:10:52 [INFO] Running org.eclipse.kapua.service.authentication.exception.KapuaAuthenticationExceptionTest
06:10:52 10:10:52.656 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:10:52 10:10:52.667 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:10:52 10:10:52.668 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:10:52 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s - in org.eclipse.kapua.service.authentication.exception.KapuaAuthenticationExceptionTest
06:10:52 [INFO] 
06:10:52 [INFO] Results:
06:10:52 [INFO] 
06:10:52 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
06:10:52 [INFO] 
06:10:52 [INFO] 
06:10:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authentication-api ---
06:10:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/jacoco.exec
06:10:52 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:10:52 [INFO] 
06:10:52 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-authentication-api ---
06:10:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
06:10:52 [INFO] 
06:10:52 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authentication-api ---
06:10:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/kapua-security-authentication-api-2.1.0-SNAPSHOT-sources.jar
06:10:53 [INFO] 
06:10:53 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authentication-api ---
06:10:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/jacoco.exec
06:10:53 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:10:53 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:10:53 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:10:53 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:10:53 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:10:53 [INFO] 
06:10:53 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authentication-api ---
06:10:53 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-authentication-api/2.1.0-SNAPSHOT/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
06:10:53 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-authentication-api/2.1.0-SNAPSHOT/kapua-security-authentication-api-2.1.0-SNAPSHOT.pom
06:10:53 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/kapua-security-authentication-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-authentication-api/2.1.0-SNAPSHOT/kapua-security-authentication-api-2.1.0-SNAPSHOT-sources.jar
06:10:53 [INFO] 
06:10:53 [INFO] ------------------< org.eclipse.kapua:kapua-commons >-------------------
06:10:53 [INFO] Building kapua-commons 2.1.0-SNAPSHOT                           [16/229]
06:10:53 [INFO]   from commons/pom.xml
06:10:53 [INFO] --------------------------------[ jar ]---------------------------------
06:10:55 [INFO] 
06:10:55 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons ---
06:10:55 [INFO] 
06:10:55 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons ---
06:10:55 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:10:57 [INFO] 
06:10:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons ---
06:10:57 [INFO] Required toolchain: jdk [ version='11' ]
06:10:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:57 [INFO] 
06:10:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons ---
06:10:58 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:58 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons
06:10:58 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916657998
06:10:58 [WARNING] Cannot get the branch information from the git repository: 
06:10:58 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:10:58 
06:10:58 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
06:10:58 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons
06:10:58 [INFO] Storing buildScmBranch: UNKNOWN
06:10:58 [INFO] 
06:10:58 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons ---
06:10:58 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/commons/target/jacoco.exec
06:10:58 [INFO] 
06:10:58 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons ---
06:10:58 [INFO] Copying 23 resources
06:10:58 [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
06:10:58 [INFO] 
06:10:58 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons ---
06:10:58 [INFO] Copying 1 resource
06:10:58 [INFO] 
06:10:58 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons ---
06:10:58 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:10:58 [INFO] Changes detected - recompiling the module!
06:10:58 [INFO] Compiling 256 source files to /home/jenkins/agent/workspace/develop-test/commons/target/classes
06:11:11 [INFO] 
06:11:11 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons ---
06:11:11 [INFO] Copying 9 resources
06:11:11 [INFO] 
06:11:11 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons ---
06:11:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:11:11 [INFO] Changes detected - recompiling the module!
06:11:11 [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/develop-test/commons/target/test-classes
06:11:19 [INFO] 
06:11:19 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons ---
06:11:19 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:11:19 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:11:19 [INFO] 
06:11:19 [INFO] -------------------------------------------------------
06:11:19 [INFO]  T E S T S
06:11:19 [INFO] -------------------------------------------------------
06:11:21 [INFO] Running org.eclipse.kapua.commons.configuration.ServiceComponentConfigurationImplTest
06:11:21 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.kapua.commons.configuration.ServiceComponentConfigurationImplTest
06:11:21 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TdesignateImplTest
06:11:21 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.kapua.commons.configuration.metatype.TdesignateImplTest
06:11:21 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TiconImplTest
06:11:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.kapua.commons.configuration.metatype.TiconImplTest
06:11:21 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TocdImplTest
06:11:22 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.kapua.commons.configuration.metatype.TocdImplTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TattributeImplTest
06:11:22 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.kapua.commons.configuration.metatype.TattributeImplTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TmetadataImplTest
06:11:22 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.commons.configuration.metatype.TmetadataImplTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.ObjectFactoryImplTest
06:11:22 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.configuration.metatype.ObjectFactoryImplTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.KapuaMetatypeFactoryImplTest
06:11:22 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.commons.configuration.metatype.KapuaMetatypeFactoryImplTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TadImplTest
06:11:22 [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.kapua.commons.configuration.metatype.TadImplTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TobjectImplTest
06:11:22 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.configuration.metatype.TobjectImplTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.EmptyTocdTest
06:11:22 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.metatype.EmptyTocdTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.ToptionImplTest
06:11:22 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.metatype.ToptionImplTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.metatype.PasswordTest
06:11:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.metatype.PasswordTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigAttributeTest
06:11:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.configuration.ServiceConfigAttributeTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigQueryImplTest
06:11:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.configuration.ServiceConfigQueryImplTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.StringUtilTest
06:11:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in org.eclipse.kapua.commons.configuration.StringUtilTest
06:11:22 [INFO] Running org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsTest
06:11:23 10:11:23.510 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:26 10:11:26.089 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - =================== Persistence Unit Config: kapua-commons ===================
06:11:26 10:11:26.093 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:11:26 10:11:26.093 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - |  Configuration Overrides
06:11:26 10:11:26.093 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:11:26 10:11:26.094 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:11:26 10:11:26.094 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - ==================================================================================
06:11:26 10:11:26.177 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3
06:11:26 10:11:26.180 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
06:11:27 10:11:27.370 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
06:11:27 10:11:27.719 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.720 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.721 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.721 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.722 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.723 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.723 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.724 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.724 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.725 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.725 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.726 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.726 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.726 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.727 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.727 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.737 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.737 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.738 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.738 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.739 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.740 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.741 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.742 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.743 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.743 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.743 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.744 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.744 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.744 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.745 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.745 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.746 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.746 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.746 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.747 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.747 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.748 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.749 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.750 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.751 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.751 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 10:11:27.752 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:27 10:11:27.752 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:27 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.982 s - in org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsTest
06:11:27 [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigurationCreatorImplTest
06:11:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.ServiceConfigurationCreatorImplTest
06:11:27 [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigImplTest
06:11:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.kapua.commons.configuration.ServiceConfigImplTest
06:11:27 [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigurationImplTest
06:11:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.configuration.ServiceConfigurationImplTest
06:11:27 [INFO] Running org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResourcesTest
06:11:27 10:11:27.852 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:11:27 10:11:27.855 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/*.wrong
06:11:27 10:11:27.856 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:11:27 10:11:27.857 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/
06:11:27 10:11:27.858 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:11:27 10:11:27.858 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: /sys_*.sql
06:11:27 10:11:27.860 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:11:27 10:11:27.860 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: null/null
06:11:27 10:11:27.861 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:11:27 10:11:27.861 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: null/sys_*.sql
06:11:27 10:11:27.862 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:11:27 10:11:27.863 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/null
06:11:27 10:11:27.864 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:11:27 10:11:27.864 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: wrong/path/sys_*.sql
06:11:27 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResourcesTest
06:11:27 [INFO] Running org.eclipse.kapua.commons.configuration.ValueTokenizerTest
06:11:28 10:11:28.055 [main] ERROR o.e.k.c.configuration.ValueTokenizer - Value is invalid
06:11:28 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.kapua.commons.configuration.ValueTokenizerTest
06:11:28 [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigurationFactoryImplTest
06:11:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.ServiceConfigurationFactoryImplTest
06:11:28 [INFO] Running org.eclipse.kapua.commons.util.CryptoUtilImplTest
06:11:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in org.eclipse.kapua.commons.util.CryptoUtilImplTest
06:11:28 [INFO] Running org.eclipse.kapua.commons.util.ClassUtilTest
06:11:28 10:11:28.440 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.461 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.ServiceEntry...
06:11:28 10:11:28.464 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.465 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry...
06:11:28 10:11:28.465 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.465 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of. Instantiate default instance class org.eclipse.kapua.commons.event.ServiceEntry ...
06:11:28 10:11:28.466 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE
06:11:28 10:11:28.466 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.466 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry...
06:11:28 10:11:28.466 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE
06:11:28 10:11:28.467 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.467 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.468 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of. Instantiate default instance class org.eclipse.kapua.commons.event.ServiceEntry ...
06:11:28 10:11:28.468 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.468 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry...
06:11:28 10:11:28.469 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.469 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry...
06:11:28 10:11:28.470 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.470 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry...
06:11:28 10:11:28.471 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.471 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of java.lang.String...
06:11:28 10:11:28.471 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE
06:11:28 10:11:28.471 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.471 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of java.lang.String...
06:11:28 10:11:28.471 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE
06:11:28 10:11:28.478 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.478 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry...
06:11:28 10:11:28.478 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.479 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry...
06:11:28 10:11:28.479 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.479 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry...
06:11:28 10:11:28.480 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.481 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance...
06:11:28 10:11:28.481 [main] INFO  o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry...
06:11:28 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.kapua.commons.util.ClassUtilTest
06:11:28 [INFO] Running org.eclipse.kapua.commons.util.KapuaDateUtilsTest
06:11:28 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.kapua.commons.util.KapuaDateUtilsTest
06:11:28 [INFO] Running org.eclipse.kapua.commons.util.RandomUtilsTest
06:11:28 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.util.RandomUtilsTest
06:11:28 [INFO] Running org.eclipse.kapua.commons.util.xml.XmlNamespaceFilterTest
06:11:28 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.util.xml.XmlNamespaceFilterTest
06:11:28 [INFO] Running org.eclipse.kapua.commons.util.xml.XmlUtilTest
06:11:29 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.176 s - in org.eclipse.kapua.commons.util.xml.XmlUtilTest
06:11:29 [INFO] Running org.eclipse.kapua.commons.util.KapuaFileUtilsTest
06:11:31 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.257 s - in org.eclipse.kapua.commons.util.KapuaFileUtilsTest
06:11:31 [INFO] Running org.eclipse.kapua.commons.util.CommonsValidationRegexTest
06:11:31 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.util.CommonsValidationRegexTest
06:11:31 [INFO] Running org.eclipse.kapua.commons.util.StringUtilTest
06:11:31 [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.kapua.commons.util.StringUtilTest
06:11:31 [INFO] Running org.eclipse.kapua.commons.util.KapuaDelayUtilTest
06:11:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s - in org.eclipse.kapua.commons.util.KapuaDelayUtilTest
06:11:31 [INFO] Running org.eclipse.kapua.commons.util.KapuaErrorCodesTest
06:11:31 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.util.KapuaErrorCodesTest
06:11:31 [INFO] Running org.eclipse.kapua.commons.util.PropertiesUtilsTest
06:11:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.util.PropertiesUtilsTest
06:11:31 [INFO] Running org.eclipse.kapua.commons.util.PayloadsTest
06:11:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.util.PayloadsTest
06:11:31 [INFO] Running org.eclipse.kapua.commons.util.log.ConfigurationPrinterTest
06:11:32 10:11:32.366 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - Title was not provided. Using default 'Info'
06:11:32 10:11:32.367 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withTitle(java.lang.String) providing your own!
06:11:32 10:11:32.367 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - External Logger not provided! Using the Configuration Printer's one!
06:11:32 10:11:32.367 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withLogger(org.slf4j.Logger) providing your own!
06:11:32 10:11:32.367 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - Log level was not provided! Defaulting to LogLevel.INFO
06:11:32 10:11:32.367 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withLogLevel(org.eclipse.kapua.commons.util.log.ConfigurationPrinter.LogLevel) providing the desired level!
06:11:32 10:11:32.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Info ===================
06:11:32 10:11:32.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.368 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - Title was not provided. Using default 'Info'
06:11:32 10:11:32.368 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withTitle(java.lang.String) providing your own!
06:11:32 10:11:32.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.377 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.377 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.377 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.377 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.378 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.378 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.378 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.378 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.378 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.378 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.378 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.379 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.379 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.379 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.379 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.379 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.379 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.379 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.379 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.379 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.379 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.380 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.380 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.380 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.380 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.380 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.380 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.380 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.380 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.380 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.381 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.381 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.381 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.381 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.381 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.381 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.381 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.382 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.382 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.382 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.382 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.382 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.382 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.382 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.382 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.382 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.382 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.383 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.383 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.383 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.383 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.383 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.383 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.383 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.383 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.383 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.384 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.384 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.385 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.385 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.385 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.385 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.385 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.385 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.385 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.385 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.386 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.386 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.386 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.386 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.386 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.386 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.386 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.386 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.387 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.387 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.387 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.387 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.387 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.387 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.387 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.387 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.387 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.387 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.388 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.388 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.388 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.388 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.388 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.388 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.388 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.388 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.389 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.389 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.389 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.389 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.389 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.389 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.389 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.389 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.389 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.389 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.390 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.390 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.391 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.391 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.391 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.391 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.391 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.391 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.391 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.391 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.391 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.391 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.392 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.392 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.392 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.392 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.392 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.392 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.392 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.392 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.393 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.393 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.393 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.393 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.393 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.393 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.393 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.393 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.393 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.394 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.394 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.394 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.394 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.394 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.394 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.394 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.394 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.394 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.394 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.395 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.395 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.395 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.395 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.395 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.395 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.395 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.396 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.396 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.396 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.397 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.398 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.399 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.399 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.399 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.399 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.399 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.399 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.399 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.399 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.400 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.400 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.400 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.400 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.400 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.400 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.400 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.400 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.400 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.401 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.401 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.401 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.401 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.401 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.401 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.401 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.401 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.401 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.402 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.402 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.402 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.402 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.402 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.402 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.402 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.402 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.402 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.402 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.403 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.403 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.403 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.403 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.403 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.403 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.403 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.403 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.403 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.403 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.404 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.404 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.404 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.404 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.404 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.404 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.404 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.404 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.404 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.405 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.406 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.406 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.406 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.406 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.406 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.406 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.406 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.406 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.406 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.406 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.407 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.407 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.407 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.407 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.407 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.407 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.407 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.407 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.407 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.408 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.408 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.408 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.408 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.408 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.408 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.408 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.408 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.408 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.408 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.409 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.409 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.409 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.409 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.409 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.409 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.409 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.409 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.409 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.410 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.410 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.410 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.410 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.410 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.410 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.410 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.410 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.410 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.410 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.411 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.411 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.411 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.411 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.411 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.411 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.411 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.411 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.437 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.437 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.438 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.438 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.438 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.438 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.438 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.438 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.438 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.438 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.438 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.438 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.439 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.439 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.439 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.439 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.439 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.439 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.439 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.439 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.439 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.440 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.440 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.440 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.440 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.440 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.440 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.447 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.447 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.447 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.447 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.447 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.447 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.447 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.447 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.448 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.448 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.448 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.448 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.448 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.448 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.448 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.448 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.448 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.451 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.452 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.453 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.454 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.454 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.454 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.454 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.454 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.454 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.454 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.455 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.456 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.456 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.456 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.456 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.456 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.456 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.456 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.456 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.456 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.456 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.457 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.458 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.458 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.458 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.458 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.458 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.458 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.458 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.458 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.458 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.458 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.458 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.459 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.459 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.459 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.459 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.459 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.459 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.459 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.459 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.459 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.459 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.460 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.460 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.460 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.460 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.460 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.460 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.460 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.460 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.460 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.460 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.461 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.462 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.462 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.463 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.464 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.465 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.465 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.465 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.465 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.465 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.466 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.467 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.467 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.467 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.467 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.467 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.467 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.467 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.468 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.468 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.468 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.468 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.468 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.468 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.468 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.468 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.468 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.468 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.469 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.470 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.470 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.470 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.470 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.470 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.470 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.470 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.470 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.470 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.470 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.470 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.471 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.472 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.473 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.473 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.474 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.475 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.476 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.477 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.477 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.477 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.477 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.477 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.477 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.477 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.480 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.480 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.481 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.482 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.483 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.484 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.484 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.489 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.490 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - =================== Title ===================
06:11:32 10:11:32.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.537 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.543 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.543 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.543 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.543 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.543 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.543 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.543 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.543 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.543 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.544 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.545 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.546 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.546 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.547 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.549 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.549 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.549 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.551 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.551 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.552 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.553 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.553 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.553 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.554 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.555 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.556 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.556 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.556 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.556 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.556 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.556 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.558 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.558 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.559 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.560 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.560 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.561 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.562 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.562 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.563 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.564 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.565 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.565 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.566 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.567 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.567 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.568 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.569 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.570 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.570 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.570 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.571 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.572 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.572 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.573 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.574 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.575 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.575 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.575 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.575 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.575 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.575 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.575 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.576 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.577 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.577 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.578 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.579 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.637 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.640 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.641 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.641 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.641 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.641 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.642 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.643 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.644 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.645 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.646 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.646 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.646 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.646 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.646 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.646 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.646 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.646 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.646 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.647 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.647 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.647 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.647 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.647 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.647 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.647 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.647 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.647 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.647 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.647 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.648 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.649 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.650 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.651 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.652 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.653 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.653 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.653 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.654 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.655 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.656 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.657 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.658 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.658 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.658 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.658 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.658 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.658 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.658 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.658 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.659 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.660 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.661 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.661 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.661 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.661 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.661 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.661 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.661 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.661 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.662 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.662 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.662 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.662 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.663 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.663 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.663 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.663 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.663 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.664 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.664 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.664 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.664 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.665 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.666 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.667 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.667 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.667 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.668 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.669 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.670 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.671 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.672 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.672 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.672 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.672 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.672 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.672 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.672 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.672 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.672 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.672 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.673 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.674 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.675 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.675 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.675 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.675 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.675 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.675 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.675 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.676 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.677 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.678 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.679 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.679 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.680 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.737 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.737 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.737 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.737 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.737 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.738 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.738 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.739 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.740 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.741 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.741 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.741 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.741 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.741 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.741 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.741 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.741 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.741 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.741 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.741 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.742 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.743 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.743 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.743 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.743 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.743 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.743 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.743 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.743 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.744 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.745 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.746 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.746 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.747 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.748 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.749 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.749 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.749 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.749 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.749 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.750 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.751 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.752 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.753 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.754 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.755 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.756 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.756 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.756 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.756 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.756 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.756 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.756 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.756 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.756 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.757 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.757 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.758 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.759 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.760 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.761 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.762 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.762 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.762 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.762 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.762 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.762 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.762 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.763 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.764 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.765 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.765 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.766 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.767 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.768 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.769 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.770 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.770 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.770 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - = Title =====================================
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.770 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.771 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.776 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.777 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.837 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.838 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.838 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.838 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.839 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.839 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.839 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.840 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.841 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.842 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.843 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.844 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.844 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.844 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.844 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.844 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.844 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.844 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.844 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:32 10:11:32.844 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.844 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.844 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.845 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.846 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.847 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.848 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.849 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.850 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.851 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.852 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.852 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.852 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.852 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.852 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.852 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.853 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.854 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.854 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.855 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.855 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.855 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.855 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.855 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.855 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.856 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.856 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.856 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.856 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:32 10:11:32.856 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.856 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.856 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.856 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.856 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.856 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.857 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.858 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.858 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.858 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.858 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.858 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.858 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.858 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.858 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.858 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.859 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.860 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.861 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.862 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.863 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.863 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.863 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.863 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.863 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.863 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.863 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.863 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.863 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.863 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.864 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.865 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.866 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.867 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.868 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.869 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.870 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.871 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.872 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.872 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.872 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.872 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.872 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.872 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.872 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.872 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.872 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.873 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.874 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.874 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.875 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.876 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.877 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.937 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.937 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.938 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.939 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.939 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.939 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.939 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.939 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.939 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.939 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.939 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.939 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.939 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.940 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.940 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.940 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.940 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.940 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.940 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.940 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.940 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.940 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.941 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.942 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.943 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.943 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.943 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.943 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.943 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.943 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.943 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.943 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.943 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.943 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.943 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:32 10:11:32.943 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.943 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.943 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.943 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.943 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.943 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.943 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.944 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.945 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.946 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.947 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.948 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.949 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.950 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.951 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.951 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.951 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.951 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.951 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.951 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.951 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.951 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.951 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:32 10:11:32.951 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.951 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.951 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.951 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.951 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.952 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.953 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.954 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.955 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.956 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.957 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.958 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.959 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.960 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.960 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.960 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:32 10:11:32.960 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:32 10:11:32.960 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:32 10:11:32.960 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.960 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.960 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.960 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.960 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:32 10:11:32.960 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:32 10:11:32.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:32 10:11:32.961 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.962 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.963 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:32.964 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.965 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.966 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:32.967 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.968 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.969 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.969 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.969 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.969 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.969 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.969 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.969 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.969 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.969 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:32.969 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:32.969 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:32.969 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.969 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.969 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.970 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.971 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:32.972 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.972 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.973 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.973 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.973 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:32.973 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.973 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.973 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.973 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.973 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:32.973 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.973 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:32.974 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.037 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.037 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.038 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.039 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.040 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.041 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.042 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.043 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.043 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.043 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.043 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.043 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.043 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.043 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.043 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.043 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.043 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.043 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.043 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.044 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.045 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.046 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.047 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.048 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.049 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.050 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.051 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.052 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.052 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.052 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.052 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.052 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.052 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.052 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.052 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.052 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.053 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.054 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.055 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.056 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.057 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.058 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.059 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.060 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.060 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.061 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.062 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.063 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.064 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.065 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.066 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.066 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.066 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.066 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.066 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.066 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.066 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.066 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.066 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.066 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.067 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.067 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.068 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.069 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.070 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.071 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.071 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.071 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.071 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.071 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.071 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.071 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.071 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.071 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.071 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.071 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.072 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.073 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.074 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.075 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.076 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.137 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.137 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.138 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.139 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.139 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.140 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.141 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.142 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.143 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.144 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.145 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.146 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.147 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.147 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.147 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.147 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.147 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.147 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.147 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.147 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.147 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.148 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.149 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.149 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.149 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.149 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.149 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.149 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.149 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.149 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.149 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.150 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.150 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.150 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.150 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.150 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.150 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.150 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.150 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.151 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.152 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.153 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.154 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.155 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.156 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.157 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.158 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.159 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.159 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.159 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.159 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.159 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.159 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.159 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.159 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.159 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.159 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.159 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.159 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.159 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.159 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.159 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.160 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.161 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.162 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.163 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.164 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.165 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.166 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.167 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.168 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.168 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.168 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.168 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.168 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.168 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.168 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.168 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.169 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.170 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.171 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.172 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.173 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.174 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.175 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.176 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.176 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.176 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.176 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.176 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.176 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.176 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.176 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.176 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.176 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.176 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.237 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.238 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.238 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.238 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.238 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.238 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.239 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.240 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.240 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.240 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.240 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.240 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.240 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.240 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.240 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.240 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.240 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.241 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.242 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.243 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.244 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.245 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.246 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.247 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.247 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.247 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.247 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.247 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.247 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.247 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.247 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.247 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.247 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.247 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.247 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.247 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.247 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.247 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.248 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.249 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.250 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.251 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.252 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.253 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.254 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.255 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.256 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.256 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.256 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.256 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.256 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.257 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.258 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.259 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.260 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.261 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.262 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.263 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.263 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.263 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.263 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.263 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.263 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.264 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.265 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.265 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.265 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.265 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.265 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.265 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.265 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.265 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.265 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.265 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.265 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.265 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.265 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.266 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.266 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.266 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.266 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.266 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.266 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.266 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.266 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.266 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.266 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.267 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.268 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.269 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.270 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.271 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.272 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.273 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.274 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.275 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.275 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.275 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.275 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.275 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.275 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.275 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.275 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.276 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.277 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.278 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.279 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.280 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.281 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.337 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.337 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.338 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.338 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.338 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.338 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.338 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.339 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.340 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.341 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.342 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.343 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.344 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.344 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.345 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.346 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.347 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.348 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.349 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.349 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.349 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.349 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.349 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.349 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.349 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.349 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.349 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.349 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.350 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.351 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.352 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.353 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.354 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.355 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.355 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.355 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.355 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.355 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.355 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.355 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.355 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.355 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.355 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.356 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.357 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.358 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.359 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.360 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.361 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.361 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.361 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.361 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.362 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.363 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.363 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.363 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.363 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.363 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.363 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.363 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.363 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.364 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.365 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.366 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.367 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.368 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.369 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.369 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.369 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.369 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.369 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.369 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.369 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.369 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.370 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.371 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.372 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.373 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.374 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.437 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.437 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.437 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.438 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.439 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.440 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.441 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.442 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.443 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.443 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.444 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.445 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.446 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.447 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.448 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.449 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.449 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.449 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.450 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.451 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.452 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.453 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.454 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.454 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.454 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.455 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.456 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.457 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.458 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.459 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.460 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.460 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.460 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.460 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.460 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.460 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.460 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.460 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.460 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.460 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.460 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.460 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.460 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.460 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.460 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.475 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.475 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.475 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.475 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.476 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.477 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.478 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.479 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.480 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.481 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.481 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.481 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.481 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.481 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.482 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.482 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.483 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.483 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.483 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.483 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.483 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.483 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.484 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.485 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.486 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.487 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.488 [main] INFO  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title =
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  Header
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.488 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.489 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.490 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.491 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.537 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.537 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.537 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: [string]
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.538 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.1234
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1123456789
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.123456
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.539 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 1.2391284E8
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: true
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: false
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: a
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.540 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.541 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.541 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 100
06:11:33 10:11:33.541 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.541 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.541 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.541 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.541 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - |  parameter: 10
06:11:33 10:11:33.541 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - ==================================================================================
06:11:33 10:11:33.548 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - Log level was not provided! Defaulting to LogLevel.INFO
06:11:33 10:11:33.549 [main] WARN  o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withLogLevel(org.eclipse.kapua.commons.util.log.ConfigurationPrinter.LogLevel) providing the desired level!
06:11:33 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.087 s - in org.eclipse.kapua.commons.util.log.ConfigurationPrinterTest
06:11:33 [INFO] Running org.eclipse.kapua.commons.util.KapuaExceptionUtilsTest
06:11:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.kapua.commons.util.KapuaExceptionUtilsTest
06:11:33 [INFO] Running org.eclipse.kapua.commons.util.ResourceUtilsTest
06:11:33 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.kapua.commons.util.ResourceUtilsTest
06:11:33 [INFO] Running org.eclipse.kapua.commons.util.ArgumentValidatorTest
06:11:33 [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.kapua.commons.util.ArgumentValidatorTest
06:11:33 [INFO] Running org.eclipse.kapua.commons.util.SemanticVersionTest
06:11:33 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.kapua.commons.util.SemanticVersionTest
06:11:33 [INFO] Running org.eclipse.kapua.commons.util.SystemUtilsTest
06:11:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.util.SystemUtilsTest
06:11:33 [INFO] Running org.eclipse.kapua.commons.cache.LocalCacheTest
06:11:34 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - in org.eclipse.kapua.commons.cache.LocalCacheTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.event.ServiceEventModuleConfigurationTest
06:11:34 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.commons.event.ServiceEventModuleConfigurationTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.event.HousekeeperRunTest
06:11:34 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.kapua.commons.event.HousekeeperRunTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.event.ServiceEventClientConfigurationTest
06:11:34 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.event.ServiceEventClientConfigurationTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.event.ServiceEntryTest
06:11:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.commons.event.ServiceEntryTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.event.ServiceEventScopeTest
06:11:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.commons.event.ServiceEventScopeTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.service.internal.cache.ComposedKeyTest
06:11:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.service.internal.cache.ComposedKeyTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProviderTest
06:11:34 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProviderTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.service.internal.cache.dummy.CacheTest
06:11:34 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.kapua.commons.service.internal.cache.dummy.CacheTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.service.internal.cache.dummy.CacheManagerTest
06:11:34 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.kapua.commons.service.internal.cache.dummy.CacheManagerTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreRecordImplTest
06:11:34 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.kapua.commons.service.event.store.internal.EventStoreRecordImplTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreFactoryImplTest
06:11:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kapua.commons.service.event.store.internal.EventStoreFactoryImplTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreQueryImplTest
06:11:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.service.event.store.internal.EventStoreQueryImplTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreRecordCreatorImplTest
06:11:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.service.event.store.internal.EventStoreRecordCreatorImplTest
06:11:34 [INFO] Running org.eclipse.kapua.commons.crypto.CryptoUtilImplTest
06:11:35 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.kapua.commons.crypto.CryptoUtilImplTest
06:11:35 [INFO] Running org.eclipse.kapua.commons.model.id.KapuaIdFactoryImplTest
06:11:35 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.id.KapuaIdFactoryImplTest
06:11:35 [INFO] Running org.eclipse.kapua.commons.model.id.IdGeneratorTest
06:11:35 10:11:35.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:11:35 10:11:35.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:11:35 10:11:35.377 [main] INFO  org.reflections.Reflections - Reflections took 158 ms to scan 3 urls, producing 90 keys and 90 values
06:11:35 10:11:35.453 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:11:35 10:11:35.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 3
06:11:35 10:11:35.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:11:40 10:11:40.238 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:11:40 10:11:40.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:11:41 10:11:41.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:11:41 10:11:41.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:11:41 10:11:41.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 1
06:11:41 10:11:41.376 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml...
06:11:41 10:11:41.499 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:11:41 10:11:41.499 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:11:41 10:11:41.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:11:41 10:11:41.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:11:41 10:11:41.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: N/A
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:11:41 10:11:41.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:11:41 10:11:41.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:11:41 10:11:41.655 [main] INFO  org.reflections.Reflections - Reflections took 76 ms to scan 3 urls, producing 90 keys and 90 values
06:11:41 10:11:41.673 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:11:41 10:11:41.674 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 3
06:11:41 10:11:41.674 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:11:41 10:11:41.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:11:42 10:11:42.171 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:11:42 10:11:42.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:11:42 10:11:42.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:11:42 10:11:42.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 1
06:11:42 10:11:42.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml...
06:11:42 10:11:42.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:11:42 10:11:42.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:11:42 10:11:42.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:11:42 10:11:42.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:11:42 10:11:42.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:11:42 10:11:42.574 [main] INFO  o.e.k.c.m.AbstractCommonServiceTest - Running database scripts...
06:11:42 10:11:42.574 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM './src/test/sql/H2/test_collision_entity_test_create.sql'
06:11:42 10:11:42.662 [main] INFO  o.e.k.c.m.AbstractCommonServiceTest - ...database scripts done!
06:11:42 10:11:42.763 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-commons-unit-test ===================
06:11:42 10:11:42.763 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:11:42 10:11:42.763 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:11:42 10:11:42.763 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
06:11:42 10:11:42.763 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:11:42 10:11:42.763 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:11:42 10:11:42.779 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3
06:11:42 10:11:42.946 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:42 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "KAPUADB.CONSTRAINT_INDEX_F ON KAPUADB.COLLISION_ENTITY_TEST(TEST_FIELD) VALUES 4005"; SQL statement:
06:11:42 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:42 Error Code: 23505
06:11:42 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:42 	bind => [12 parameters bound]
06:11:42 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@5659f14)
06:11:42 10:11:42.953 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:42 10:11:42.953 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:42 10:11:42.953 [main] WARN  o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying
06:11:42 10:11:42.966 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:42 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "KAPUADB.CONSTRAINT_INDEX_F ON KAPUADB.COLLISION_ENTITY_TEST(TEST_FIELD) VALUES 4015"; SQL statement:
06:11:42 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:42 Error Code: 23505
06:11:42 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:42 	bind => [12 parameters bound]
06:11:42 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@152499f1)
06:11:42 10:11:42.968 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:42 10:11:42.969 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:42 10:11:42.969 [main] WARN  o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying
06:11:42 10:11:42.980 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:42 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "KAPUADB.CONSTRAINT_INDEX_F ON KAPUADB.COLLISION_ENTITY_TEST(TEST_FIELD) VALUES 4025"; SQL statement:
06:11:42 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:42 Error Code: 23505
06:11:42 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:42 	bind => [12 parameters bound]
06:11:42 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@42c03f3d)
06:11:42 10:11:42.982 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:42 10:11:42.982 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:42 10:11:42.982 [main] WARN  o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying
06:11:43 10:11:42.992 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "KAPUADB.CONSTRAINT_INDEX_F ON KAPUADB.COLLISION_ENTITY_TEST(TEST_FIELD) VALUES 4035"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@5e8fb165)
06:11:43 10:11:42.994 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:43 10:11:42.994 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:43 10:11:42.994 [main] WARN  o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying
06:11:43 10:11:43.005 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "KAPUADB.CONSTRAINT_INDEX_F ON KAPUADB.COLLISION_ENTITY_TEST(TEST_FIELD) VALUES 4045"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@2f5ed5ce)
06:11:43 10:11:43.006 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:43 10:11:43.037 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:43 10:11:43.043 [main] ERROR o.e.kapua.storage.TxManagerImpl - Retry attempts exceeded (5/4), failing
06:11:43 org.eclipse.kapua.KapuaEntityExistsException: Error: 
06:11:43 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.create(KapuaEntityJpaRepository.java:117)
06:11:43 	at org.eclipse.kapua.commons.model.id.IdGeneratorTest.lambda$collideOnNameNotId$3(IdGeneratorTest.java:164)
06:11:43 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:11:43 	at org.eclipse.kapua.commons.model.id.IdGeneratorTest.collideOnNameNotId(IdGeneratorTest.java:160)
06:11:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:11:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:11:43 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:11:43 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:11:43 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
06:11:43 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
06:11:43 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
06:11:43 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
06:11:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:11:43 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
06:11:43 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
06:11:43 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
06:11:43 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
06:11:43 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:11:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:11:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:11:43 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:11:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:11:43 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
06:11:43 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
06:11:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:11:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:11:43 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "KAPUADB.CONSTRAINT_INDEX_F ON KAPUADB.COLLISION_ENTITY_TEST(TEST_FIELD) VALUES 4045"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@2f5ed5ce)
06:11:43 	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:980)
06:11:43 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.create(KapuaEntityJpaRepository.java:101)
06:11:43 	... 33 common frames omitted
06:11:43 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "KAPUADB.CONSTRAINT_INDEX_F ON KAPUADB.COLLISION_ENTITY_TEST(TEST_FIELD) VALUES 4045"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@2f5ed5ce)
06:11:43 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333)
06:11:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:917)
06:11:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979)
06:11:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640)
06:11:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:11:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:11:43 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:11:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:11:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:11:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:428)
06:11:43 	at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:182)
06:11:43 	at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:197)
06:11:43 	at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:515)
06:11:43 	at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:85)
06:11:43 	at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:95)
06:11:43 	at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:327)
06:11:43 	at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
06:11:43 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:11:43 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:11:43 	at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110)
06:11:43 	at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87)
06:11:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:11:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:11:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:11:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830)
06:11:43 	at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:229)
06:11:43 	at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:128)
06:11:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4409)
06:11:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1503)
06:11:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1649)
06:11:43 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:457)
06:11:43 	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:975)
06:11:43 	... 34 common frames omitted
06:11:43 Caused by: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "KAPUADB.CONSTRAINT_INDEX_F ON KAPUADB.COLLISION_ENTITY_TEST(TEST_FIELD) VALUES 4045"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:459)
06:11:43 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:11:43 	at org.h2.message.DbException.get(DbException.java:205)
06:11:43 	at org.h2.message.DbException.get(DbException.java:181)
06:11:43 	at org.h2.index.BaseIndex.getDuplicateKeyException(BaseIndex.java:103)
06:11:43 	at org.h2.mvstore.db.MVSecondaryIndex.checkUnique(MVSecondaryIndex.java:221)
06:11:43 	at org.h2.mvstore.db.MVSecondaryIndex.add(MVSecondaryIndex.java:196)
06:11:43 	at org.h2.mvstore.db.MVTable.addRow(MVTable.java:531)
06:11:43 	at org.h2.command.dml.Insert.insertRows(Insert.java:195)
06:11:43 	at org.h2.command.dml.Insert.update(Insert.java:151)
06:11:43 	at org.h2.command.CommandContainer.update(CommandContainer.java:198)
06:11:43 	at org.h2.command.Command.executeUpdate(Command.java:251)
06:11:43 	at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:191)
06:11:43 	at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:152)
06:11:43 	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
06:11:43 	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java)
06:11:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907)
06:11:43 	... 64 common frames omitted
06:11:43 10:11:43.045 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:43 10:11:43.054 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-04-12 10:11:43.047', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@55452411)
06:11:43 10:11:43.056 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:43 10:11:43.056 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:43 10:11:43.056 [main] WARN  o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying
06:11:43 10:11:43.063 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-04-12 10:11:43.057', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@7d734d8e)
06:11:43 10:11:43.064 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:43 10:11:43.065 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:43 10:11:43.065 [main] WARN  o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying
06:11:43 10:11:43.070 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-04-12 10:11:43.065', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@3a4b58a8)
06:11:43 10:11:43.072 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:43 10:11:43.072 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:43 10:11:43.072 [main] WARN  o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying
06:11:43 10:11:43.077 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-04-12 10:11:43.072', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@5f6a01d8)
06:11:43 10:11:43.079 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:43 10:11:43.079 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:43 10:11:43.079 [main] WARN  o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying
06:11:43 10:11:43.085 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-04-12 10:11:43.079', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@8029d68)
06:11:43 10:11:43.086 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:43 10:11:43.086 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:43 10:11:43.088 [main] ERROR o.e.kapua.storage.TxManagerImpl - Retry attempts exceeded (5/4), failing
06:11:43 org.eclipse.kapua.KapuaEntityExistsException: Error: 
06:11:43 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.create(KapuaEntityJpaRepository.java:117)
06:11:43 	at org.eclipse.kapua.commons.model.id.IdGeneratorTest.lambda$goOverMaxRetries$0(IdGeneratorTest.java:88)
06:11:43 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:11:43 	at org.eclipse.kapua.commons.model.id.IdGeneratorTest.goOverMaxRetries(IdGeneratorTest.java:83)
06:11:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:11:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:11:43 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:11:43 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:11:43 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
06:11:43 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
06:11:43 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
06:11:43 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
06:11:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:11:43 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
06:11:43 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
06:11:43 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
06:11:43 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
06:11:43 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:11:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:11:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:11:43 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:11:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:11:43 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
06:11:43 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
06:11:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:11:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:11:43 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-04-12 10:11:43.079', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@8029d68)
06:11:43 	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:980)
06:11:43 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.create(KapuaEntityJpaRepository.java:101)
06:11:43 	... 33 common frames omitted
06:11:43 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-04-12 10:11:43.079', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@8029d68)
06:11:43 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333)
06:11:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:917)
06:11:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979)
06:11:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640)
06:11:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:11:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:11:43 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:11:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:11:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:11:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:428)
06:11:43 	at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:182)
06:11:43 	at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:197)
06:11:43 	at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:515)
06:11:43 	at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:85)
06:11:43 	at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:95)
06:11:43 	at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:327)
06:11:43 	at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
06:11:43 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:11:43 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:11:43 	at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110)
06:11:43 	at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87)
06:11:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:11:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:11:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:11:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830)
06:11:43 	at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:229)
06:11:43 	at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:128)
06:11:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4409)
06:11:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1503)
06:11:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1649)
06:11:43 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:457)
06:11:43 	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:975)
06:11:43 	... 34 common frames omitted
06:11:43 Caused by: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 1000, 'foo', NULL, TIMESTAMP '2024-04-12 10:11:43.079', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:459)
06:11:43 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:11:43 	at org.h2.message.DbException.get(DbException.java:205)
06:11:43 	at org.h2.message.DbException.get(DbException.java:181)
06:11:43 	at org.h2.mvstore.db.MVPrimaryIndex.add(MVPrimaryIndex.java:127)
06:11:43 	at org.h2.mvstore.db.MVTable.addRow(MVTable.java:531)
06:11:43 	at org.h2.command.dml.Insert.insertRows(Insert.java:195)
06:11:43 	at org.h2.command.dml.Insert.update(Insert.java:151)
06:11:43 	at org.h2.command.CommandContainer.update(CommandContainer.java:198)
06:11:43 	at org.h2.command.Command.executeUpdate(Command.java:251)
06:11:43 	at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:191)
06:11:43 	at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:152)
06:11:43 	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
06:11:43 	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java)
06:11:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907)
06:11:43 	... 64 common frames omitted
06:11:43 10:11:43.089 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:43 10:11:43.141 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:11:43 Internal Exception: org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation: "PRIMARY KEY ON KAPUADB.COLLISION_ENTITY_TEST(ID) [1, 2000, 'foo', NULL, TIMESTAMP '2024-04-12 10:11:43.097', 1, NULL, NULL, 1, 'PartialCollision - first attempt', NULL, NULL]"; SQL statement:
06:11:43 INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [23505-200]
06:11:43 Error Code: 23505
06:11:43 Call: INSERT INTO collision_entity_test (attributes, created_on, description, modified_on, name, optlock, properties, test_field, created_by, id, modified_by, scope_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
06:11:43 	bind => [12 parameters bound]
06:11:43 Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@18f97be3)
06:11:43 10:11:43.142 [main] WARN  o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again!
06:11:43 10:11:43.143 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed.
06:11:43 10:11:43.143 [main] WARN  o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying
06:11:43 10:11:43.152 [main] INFO  o.e.k.c.m.AbstractCommonServiceTest - Running database scripts...
06:11:43 10:11:43.153 [main] INFO  o.e.k.c.m.AbstractCommonServiceTest - ...database scripts done!
06:11:43 10:11:43.153 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:11:43 10:11:43.153 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:11:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.102 s - in org.eclipse.kapua.commons.model.id.IdGeneratorTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.id.KapuaEidConverterTest
06:11:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.commons.model.id.KapuaEidConverterTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.id.KapuaEidTest
06:11:43 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.commons.model.id.KapuaEidTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaEntityTest
06:11:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.kapua.commons.model.AbstractKapuaEntityTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.query.predicate.AndPredicateImplTest
06:11:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.query.predicate.AndPredicateImplTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.query.predicate.AttributePredicateImplTest
06:11:43 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.model.query.predicate.AttributePredicateImplTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.query.predicate.OrPredicateImplTest
06:11:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.query.predicate.OrPredicateImplTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.query.FieldSortCriteriaImplTest
06:11:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.query.FieldSortCriteriaImplTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.query.AbstractKapuaQueryTest
06:11:43 [INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.kapua.commons.model.query.AbstractKapuaQueryTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.query.KapuaListResultImplTest
06:11:43 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.kapua.commons.model.query.KapuaListResultImplTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityCreatorTest
06:11:43 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityCreatorTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityTest
06:11:43 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityCreatorTest
06:11:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityCreatorTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaEntityCreatorTest
06:11:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaEntityCreatorTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityTest
06:11:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.setting.KapuaSettingErrorCodesTest
06:11:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.KapuaSettingErrorCodesTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.setting.KapuaSettingExceptionTest
06:11:43 10:11:43.669 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.670 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.670 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.670 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.670 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.670 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.671 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.671 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.671 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.671 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.671 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.672 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.672 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.672 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.672 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.672 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.672 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.673 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.674 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.674 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.675 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.675 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.675 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.676 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.676 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.676 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.676 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.677 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.677 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.677 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.677 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.677 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.678 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.678 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.678 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.678 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.678 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.679 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.679 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.679 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.738 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.kapua.commons.setting.KapuaSettingExceptionTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.setting.system.SystemSettingKeyTest
06:11:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.system.SystemSettingKeyTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.setting.system.SystemSettingTest
06:11:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.system.SystemSettingTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.setting.AbstractBaseKapuaSettingTest
06:11:43 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.kapua.commons.setting.AbstractBaseKapuaSettingTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.setting.SimpleSettingKeyTest
06:11:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.SimpleSettingKeyTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest
06:11:43 10:11:43.868 [main] WARN  o.e.kapua.ExceptionMessageUtils - Could not load exception messages for resource: kapua-setting-service-error-messages in locale: en_US. A generic error message will be printed.
06:11:43 10:11:43.868 [main] ERROR o.e.k.c.setting.AbstractKapuaSetting - Error loading PropertiesConfiguration
06:11:43 org.eclipse.kapua.commons.setting.KapuaSettingException: Error: incorrect.properties
06:11:43 	at org.eclipse.kapua.commons.util.KapuaFileUtils.getAsURL(KapuaFileUtils.java:60)
06:11:43 	at org.eclipse.kapua.commons.setting.AbstractKapuaSetting.loadConfigResource(AbstractKapuaSetting.java:142)
06:11:43 	at org.eclipse.kapua.commons.setting.AbstractKapuaSetting.createCompositeSource(AbstractKapuaSetting.java:75)
06:11:43 	at org.eclipse.kapua.commons.setting.AbstractKapuaSetting.<init>(AbstractKapuaSetting.java:49)
06:11:43 	at org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest$IncorrectConfigResourceName.<init>(AbstractKapuaSettingTest.java:26)
06:11:43 	at org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest.abstractKapuaSettingIncorrectConfigResourceNameTest(AbstractKapuaSettingTest.java:32)
06:11:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:11:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:11:43 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:11:43 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:11:43 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
06:11:43 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
06:11:43 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
06:11:43 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
06:11:43 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
06:11:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:11:43 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
06:11:43 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
06:11:43 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
06:11:43 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
06:11:43 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:11:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:11:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:11:43 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:11:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:11:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:11:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:11:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:11:43 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:11:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.setting.EnvFriendlyConfigurationTest
06:11:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.kapua.commons.setting.EnvFriendlyConfigurationTest
06:11:43 [INFO] Running org.eclipse.kapua.commons.security.KapuaDoPrivilegeTest
06:11:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.862 s - in org.eclipse.kapua.commons.security.KapuaDoPrivilegeTest
06:11:46 [INFO] Running org.eclipse.kapua.commons.about.AboutEntryTest
06:11:46 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.about.AboutEntryTest
06:11:46 [INFO] Running org.eclipse.kapua.commons.about.AboutScannerTest
06:11:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.commons.about.AboutScannerTest
06:11:46 [INFO] Running org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClientTest
06:11:46 10:11:46.856 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: N/A
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:11:46 10:11:46.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:11:46 10:11:46.858 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... SKIPPED! Liquibase disabled by System property 'LIQUIBASE_ENABLED'...
06:11:46 10:11:46.867 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:11:46 10:11:46.867 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:11:46 10:11:46.867 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:11:46 10:11:46.867 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;
06:11:46 10:11:46.867 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:11:46 10:11:46.867 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:11:46 10:11:46.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: foo
06:11:46 10:11:46.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:11:46 10:11:46.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:11:46 10:11:46.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:11:46 10:11:46.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:11:46 10:11:46.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:11:46 10:11:46.945 [main] INFO  org.reflections.Reflections - Reflections took 63 ms to scan 3 urls, producing 90 keys and 90 values
06:11:46 10:11:46.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:11:46 10:11:46.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 3
06:11:46 10:11:46.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:11:46 10:11:46.969 [main] ERROR o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... ERROR! Error: liquibase.exception.DatabaseException: Schema "FOO" not found; SQL statement:
06:11:46 CREATE TABLE FOO.DATABASECHANGELOGLOCK (ID INT NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED TIMESTAMP, LOCKEDBY VARCHAR(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID)) [90079-200] [Failed SQL: CREATE TABLE FOO.DATABASECHANGELOGLOCK (ID INT NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED TIMESTAMP, LOCKEDBY VARCHAR(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID))]
06:11:46 liquibase.exception.LockException: liquibase.exception.DatabaseException: Schema "FOO" not found; SQL statement:
06:11:46 CREATE TABLE FOO.DATABASECHANGELOGLOCK (ID INT NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED TIMESTAMP, LOCKEDBY VARCHAR(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID)) [90079-200] [Failed SQL: CREATE TABLE FOO.DATABASECHANGELOGLOCK (ID INT NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED TIMESTAMP, LOCKEDBY VARCHAR(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID))]
06:11:46 	at liquibase.lockservice.StandardLockService.acquireLock(StandardLockService.java:289)
06:11:46 	at liquibase.lockservice.StandardLockService.waitForLock(StandardLockService.java:207)
06:11:46 	at liquibase.Liquibase.update(Liquibase.java:184)
06:11:46 	at liquibase.Liquibase.update(Liquibase.java:179)
06:11:46 	at liquibase.Liquibase.update(Liquibase.java:175)
06:11:46 	at liquibase.Liquibase.update(Liquibase.java:168)
06:11:46 	at org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:244)
06:11:46 	at org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:216)
06:11:46 	at org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:158)
06:11:46 	at org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClientTest.shouldCreateAttempToUseCustomSchema(KapuaLiquibaseClientTest.java:112)
06:11:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:11:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:11:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:11:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:11:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
06:11:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
06:11:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
06:11:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
06:11:46 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
06:11:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
06:11:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
06:11:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:11:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
06:11:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
06:11:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
06:11:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
06:11:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:11:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:11:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:11:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:11:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:11:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:11:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:11:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:11:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:11:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:11:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:11:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:11:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:11:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:11:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:11:46 Caused by: liquibase.exception.DatabaseException: Schema "FOO" not found; SQL statement:
06:11:46 CREATE TABLE FOO.DATABASECHANGELOGLOCK (ID INT NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED TIMESTAMP, LOCKEDBY VARCHAR(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID)) [90079-200] [Failed SQL: CREATE TABLE FOO.DATABASECHANGELOGLOCK (ID INT NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED TIMESTAMP, LOCKEDBY VARCHAR(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID))]
06:11:46 	at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:356)
06:11:46 	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:57)
06:11:46 	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:125)
06:11:46 	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:109)
06:11:46 	at liquibase.lockservice.StandardLockService.init(StandardLockService.java:97)
06:11:46 	at liquibase.lockservice.StandardLockService.acquireLock(StandardLockService.java:246)
06:11:46 	... 40 common frames omitted
06:11:46 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Schema "FOO" not found; SQL statement:
06:11:46 CREATE TABLE FOO.DATABASECHANGELOGLOCK (ID INT NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED TIMESTAMP, LOCKEDBY VARCHAR(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID)) [90079-200]
06:11:46 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:576)
06:11:46 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:11:46 	at org.h2.message.DbException.get(DbException.java:205)
06:11:46 	at org.h2.message.DbException.get(DbException.java:181)
06:11:46 	at org.h2.command.Parser.getSchema(Parser.java:1194)
06:11:46 	at org.h2.command.Parser.getSchema(Parser.java:1200)
06:11:46 	at org.h2.command.Parser.parseCreateTable(Parser.java:8368)
06:11:46 	at org.h2.command.Parser.parseCreate(Parser.java:6276)
06:11:46 	at org.h2.command.Parser.parsePrepared(Parser.java:903)
06:11:46 	at org.h2.command.Parser.parse(Parser.java:843)
06:11:46 	at org.h2.command.Parser.parse(Parser.java:815)
06:11:46 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:11:46 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:11:46 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:11:46 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:11:46 	at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:212)
06:11:46 	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:201)
06:11:46 	at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:352)
06:11:46 	... 45 common frames omitted
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: N/A
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:11:47 10:11:46.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:11:47 10:11:47.053 [main] INFO  org.reflections.Reflections - Reflections took 63 ms to scan 3 urls, producing 90 keys and 90 values
06:11:47 10:11:47.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:11:47 10:11:47.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 3
06:11:47 10:11:47.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:11:47 10:11:47.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:11:47 10:11:47.484 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:11:47 10:11:47.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:11:47 10:11:47.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:11:47 10:11:47.759 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 1
06:11:47 10:11:47.759 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml...
06:11:47 10:11:47.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:11:47 10:11:47.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:11:47 10:11:47.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:11:47 10:11:47.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:11:47 10:11:47.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:11:47 10:11:47.884 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:11:47 10:11:47.884 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:11:47 10:11:47.884 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:11:47 10:11:47.884 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;
06:11:47 10:11:47.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:11:47 10:11:47.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:11:47 10:11:47.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: N/A
06:11:47 10:11:47.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:11:47 10:11:47.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:11:47 10:11:47.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:11:47 10:11:47.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:11:47 10:11:47.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:11:48 10:11:47.958 [main] INFO  org.reflections.Reflections - Reflections took 61 ms to scan 3 urls, producing 90 keys and 90 values
06:11:48 10:11:47.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:11:48 10:11:47.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 3
06:11:48 10:11:47.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:11:48 10:11:48.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:11:48 10:11:48.285 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:11:48 10:11:48.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:11:48 10:11:48.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:11:48 10:11:48.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 1
06:11:48 10:11:48.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml...
06:11:48 10:11:48.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:11:48 10:11:48.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:11:48 10:11:48.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:11:48 10:11:48.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:11:48 10:11:48.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:11:48 10:11:48.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:11:48 10:11:48.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:11:48 10:11:48.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:11:48 10:11:48.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;
06:11:48 10:11:48.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:11:48 10:11:48.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:11:48 10:11:48.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: N/A
06:11:48 10:11:48.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:11:48 10:11:48.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:11:48 10:11:48.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:11:48 10:11:48.649 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:11:48 10:11:48.649 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:11:48 10:11:48.687 [main] INFO  org.reflections.Reflections - Reflections took 20 ms to scan 3 urls, producing 90 keys and 90 values
06:11:48 10:11:48.701 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:11:48 10:11:48.701 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 3
06:11:48 10:11:48.701 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:11:48 10:11:48.800 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:11:49 10:11:48.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:11:49 10:11:49.180 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:11:49 10:11:49.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:11:49 10:11:49.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 1
06:11:49 10:11:49.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml...
06:11:49 10:11:49.249 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:11:49 10:11:49.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:11:49 10:11:49.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:11:49 10:11:49.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:11:49 10:11:49.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:11:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.424 s - in org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClientTest
06:11:49 [INFO] Running org.eclipse.kapua.commons.metric.MetricsServiceImplTest
06:11:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.kapua.commons.metric.MetricsServiceImplTest
06:11:49 [INFO] 
06:11:49 [INFO] Results:
06:11:49 [INFO] 
06:11:49 [INFO] Tests run: 962, Failures: 0, Errors: 0, Skipped: 0
06:11:49 [INFO] 
06:11:49 [INFO] 
06:11:49 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons ---
06:11:49 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/commons/target/jacoco.exec
06:11:49 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:11:50 [INFO] 
06:11:50 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons ---
06:11:50 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons/target/kapua-commons-2.1.0-SNAPSHOT.jar
06:11:50 [INFO] 
06:11:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons ---
06:11:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons/target/kapua-commons-2.1.0-SNAPSHOT-sources.jar
06:11:51 [INFO] 
06:11:51 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons ---
06:11:51 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/commons/target/jacoco.exec
06:11:51 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:11:51 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:11:51 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:11:51 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:11:51 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:11:51 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:11:51 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:11:52 [INFO] 
06:11:52 [INFO] --- install:2.5.2:install (default-install) @ kapua-commons ---
06:11:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons/target/kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons/2.1.0-SNAPSHOT/kapua-commons-2.1.0-SNAPSHOT.jar
06:11:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons/2.1.0-SNAPSHOT/kapua-commons-2.1.0-SNAPSHOT.pom
06:11:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons/target/kapua-commons-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons/2.1.0-SNAPSHOT/kapua-commons-2.1.0-SNAPSHOT-sources.jar
06:11:52 [INFO] 
06:11:52 [INFO] ------------------< org.eclipse.kapua:kapua-locator >-------------------
06:11:52 [INFO] Building kapua-locator 2.1.0-SNAPSHOT                           [17/229]
06:11:52 [INFO]   from locator/pom.xml
06:11:52 [INFO] --------------------------------[ pom ]---------------------------------
06:11:52 [INFO] 
06:11:52 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-locator ---
06:11:52 [INFO] 
06:11:52 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-locator ---
06:11:52 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:11:52 [INFO] 
06:11:52 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-locator ---
06:11:52 [INFO] Required toolchain: jdk [ version='11' ]
06:11:52 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:11:52 [INFO] 
06:11:52 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-locator ---
06:11:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/locator' && 'git' 'rev-parse' '--verify' 'HEAD'
06:11:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/locator
06:11:52 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916712380
06:11:52 [WARNING] Cannot get the branch information from the git repository: 
06:11:52 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:11:52 
06:11:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/locator' && 'git' 'rev-parse' '--verify' 'HEAD'
06:11:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/locator
06:11:52 [INFO] Storing buildScmBranch: UNKNOWN
06:11:52 [INFO] 
06:11:52 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-locator ---
06:11:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/locator/target/jacoco.exec
06:11:52 [INFO] 
06:11:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-locator ---
06:11:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:11:52 [INFO] 
06:11:52 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-locator ---
06:11:52 [INFO] 
06:11:52 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-locator ---
06:11:52 [INFO] 
06:11:52 [INFO] --- install:2.5.2:install (default-install) @ kapua-locator ---
06:11:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/locator/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-locator/2.1.0-SNAPSHOT/kapua-locator-2.1.0-SNAPSHOT.pom
06:11:52 [INFO] 
06:11:52 [INFO] ---------------< org.eclipse.kapua:kapua-locator-guice >----------------
06:11:52 [INFO] Building kapua-locator-guice 2.1.0-SNAPSHOT                     [18/229]
06:11:52 [INFO]   from locator/guice/pom.xml
06:11:52 [INFO] --------------------------------[ jar ]---------------------------------
06:11:52 [INFO] 
06:11:52 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-locator-guice ---
06:11:52 [INFO] 
06:11:52 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-locator-guice ---
06:11:52 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:11:52 [INFO] 
06:11:52 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-locator-guice ---
06:11:52 [INFO] Required toolchain: jdk [ version='11' ]
06:11:52 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:11:52 [INFO] 
06:11:52 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-locator-guice ---
06:11:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/locator/guice' && 'git' 'rev-parse' '--verify' 'HEAD'
06:11:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/locator/guice
06:11:52 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916712759
06:11:52 [WARNING] Cannot get the branch information from the git repository: 
06:11:52 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:11:52 
06:11:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/locator/guice' && 'git' 'rev-parse' '--verify' 'HEAD'
06:11:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/locator/guice
06:11:52 [INFO] Storing buildScmBranch: UNKNOWN
06:11:52 [INFO] 
06:11:52 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-locator-guice ---
06:11:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/locator/guice/target/jacoco.exec
06:11:52 [INFO] 
06:11:52 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-locator-guice ---
06:11:52 [INFO] Copying 2 resources
06:11:52 [INFO] 
06:11:52 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-locator-guice ---
06:11:52 [INFO] Copying 1 resource
06:11:52 [INFO] 
06:11:52 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-locator-guice ---
06:11:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:11:52 [INFO] Changes detected - recompiling the module!
06:11:52 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/develop-test/locator/guice/target/classes
06:11:57 [INFO] 
06:11:57 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-locator-guice ---
06:11:57 [INFO] Copying 4 resources
06:11:57 [INFO] 
06:11:57 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-locator-guice ---
06:11:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:11:57 [INFO] Changes detected - recompiling the module!
06:11:57 [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/develop-test/locator/guice/target/test-classes
06:12:00 [INFO] 
06:12:00 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-locator-guice ---
06:12:00 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:00 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:12:00 [INFO] 
06:12:00 [INFO] -------------------------------------------------------
06:12:00 [INFO]  T E S T S
06:12:00 [INFO] -------------------------------------------------------
06:12:02 [INFO] Running org.eclipse.kapua.locator.internal.GuiceLocatorImplTest
06:12:03 10:12:03.400 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:12:03 10:12:03.412 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 
06:12:03 10:12:03.849 [main] INFO  org.reflections.Reflections - Reflections took 192 ms to scan 1 urls, producing 13 keys and 23 values
06:12:04 10:12:03.965 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
06:12:04 10:12:03.970 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:12:04 10:12:03.970 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
06:12:04 10:12:03.970 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:12:04 10:12:03.971 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.internal
06:12:04 10:12:03.971 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:12:04 10:12:03.971 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.internal.guice.extra
06:12:04 10:12:03.971 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
06:12:04 10:12:03.971 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
06:12:04 10:12:03.972 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
06:12:04 10:12:03.972 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.internal.TestModule
06:12:04 10:12:03.972 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.internal.guice.GuiceLocatorModule
06:12:04 10:12:03.972 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
06:12:04 10:12:03.972 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:12:04 10:12:03.973 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
06:12:04 10:12:03.973 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:12:04 10:12:03.973 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:12:05 10:12:05.264 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
06:12:05 10:12:05.548 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration ===================
06:12:05 10:12:05.549 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:12:05 10:12:05.549 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:12:05 10:12:05.549 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.internal
06:12:05 10:12:05.549 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:12:05 10:12:05.550 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.internal.guice.extra
06:12:05 10:12:05.550 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded XmlSerializable Classes: 0
06:12:05 10:12:05.550 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded XmlSerializable Classes: 0
06:12:05 10:12:05.550 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:12:05 10:12:05.551 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE
06:12:05 10:12:05.711 [main] INFO  org.reflections.Reflections - Reflections took 12 ms to scan 1 urls, producing 10 keys and 16 values
06:12:05 10:12:05.713 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
06:12:05 10:12:05.714 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator-1.xml
06:12:05 10:12:05.714 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
06:12:05 10:12:05.714 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:12:05 10:12:05.714 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.internal.guice
06:12:05 10:12:05.737 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:12:05 10:12:05.738 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:12:05 10:12:05.738 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
06:12:05 10:12:05.738 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
06:12:05 10:12:05.738 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
06:12:05 10:12:05.738 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.internal.guice.GuiceLocatorModule
06:12:05 10:12:05.738 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
06:12:05 10:12:05.739 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:12:05 10:12:05.739 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
06:12:05 10:12:05.739 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:12:05 10:12:05.739 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:12:05 10:12:05.911 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
06:12:05 [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 3.487 s - in org.eclipse.kapua.locator.internal.GuiceLocatorImplTest
06:12:05 [INFO] Running org.eclipse.kapua.locator.internal.ResolverTest
06:12:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.locator.internal.ResolverTest
06:12:06 [INFO] 
06:12:06 [INFO] Results:
06:12:06 [INFO] 
06:12:06 [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 3
06:12:06 [INFO] 
06:12:06 [INFO] 
06:12:06 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-locator-guice ---
06:12:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/locator/guice/target/jacoco.exec
06:12:06 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:12:06 [INFO] 
06:12:06 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-locator-guice ---
06:12:06 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/locator/guice/target/kapua-locator-guice-2.1.0-SNAPSHOT.jar
06:12:06 [INFO] 
06:12:06 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-locator-guice ---
06:12:06 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/locator/guice/target/kapua-locator-guice-2.1.0-SNAPSHOT-sources.jar
06:12:06 [INFO] 
06:12:06 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-locator-guice ---
06:12:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/locator/guice/target/jacoco.exec
06:12:06 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:12:06 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:12:06 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:12:06 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:12:06 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:12:06 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:12:06 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:12:06 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:12:07 [INFO] 
06:12:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-locator-guice ---
06:12:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/locator/guice/target/kapua-locator-guice-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-locator-guice/2.1.0-SNAPSHOT/kapua-locator-guice-2.1.0-SNAPSHOT.jar
06:12:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/locator/guice/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-locator-guice/2.1.0-SNAPSHOT/kapua-locator-guice-2.1.0-SNAPSHOT.pom
06:12:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/locator/guice/target/kapua-locator-guice-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-locator-guice/2.1.0-SNAPSHOT/kapua-locator-guice-2.1.0-SNAPSHOT-sources.jar
06:12:07 [INFO] 
06:12:07 [INFO] --------------< org.eclipse.kapua:kapua-account-internal >--------------
06:12:07 [INFO] Building kapua-account-internal 2.1.0-SNAPSHOT                  [19/229]
06:12:07 [INFO]   from service/account/internal/pom.xml
06:12:07 [INFO] --------------------------------[ jar ]---------------------------------
06:12:07 [INFO] 
06:12:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-internal ---
06:12:07 [INFO] 
06:12:07 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-internal ---
06:12:07 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:07 [INFO] 
06:12:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-internal ---
06:12:07 [INFO] Required toolchain: jdk [ version='11' ]
06:12:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:07 [INFO] 
06:12:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-internal ---
06:12:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/internal
06:12:07 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916727434
06:12:07 [WARNING] Cannot get the branch information from the git repository: 
06:12:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:07 
06:12:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/internal
06:12:07 [INFO] Storing buildScmBranch: UNKNOWN
06:12:07 [INFO] 
06:12:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-internal ---
06:12:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/account/internal/target/jacoco.exec
06:12:07 [INFO] 
06:12:07 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-internal ---
06:12:07 [INFO] Copying 23 resources
06:12:07 [INFO] 
06:12:07 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-internal ---
06:12:07 [INFO] Copying 1 resource
06:12:07 [INFO] 
06:12:07 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-internal ---
06:12:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:07 [INFO] Changes detected - recompiling the module!
06:12:07 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-test/service/account/internal/target/classes
06:12:14 [INFO] 
06:12:14 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-internal ---
06:12:14 [INFO] Copying 2 resources
06:12:14 [INFO] 
06:12:14 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-internal ---
06:12:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:14 [INFO] Changes detected - recompiling the module!
06:12:14 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/account/internal/target/test-classes
06:12:17 [INFO] 
06:12:17 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-internal ---
06:12:17 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:17 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:12:17 [INFO] 
06:12:17 [INFO] -------------------------------------------------------
06:12:17 [INFO]  T E S T S
06:12:17 [INFO] -------------------------------------------------------
06:12:18 [INFO] Running org.eclipse.kapua.service.account.xml.AccountParentPathXmlAdapterTest
06:12:19 10:12:19.671 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:12:19 10:12:19.682 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 
06:12:20 10:12:20.251 [main] INFO  org.reflections.Reflections - Reflections took 360 ms to scan 3 urls, producing 134 keys and 238 values
06:12:20 10:12:20.491 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
06:12:20 10:12:20.496 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:12:20 10:12:20.496 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
06:12:20 10:12:20.496 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:12:20 10:12:20.497 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
06:12:20 10:12:20.497 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.account.xml
06:12:20 10:12:20.497 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:12:20 10:12:20.497 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:12:20 10:12:20.497 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
06:12:20 10:12:20.498 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.CommonsModule
06:12:20 10:12:20.498 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.CommonsConfigurationModule
06:12:20 10:12:20.498 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule
06:12:20 10:12:20.498 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.jpa.CommonJpaModule
06:12:20 10:12:20.499 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.metric.CommonMetricsModule
06:12:20 10:12:20.499 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model.id.CommonsModelIdModule
06:12:20 10:12:20.499 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule
06:12:20 10:12:20.499 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.internal.cache.CacheModule
06:12:20 10:12:20.500 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.setting.system.SystemSettingModule
06:12:20 10:12:20.500 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring
06:12:20 10:12:20.500 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
06:12:20 10:12:20.500 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
06:12:20 10:12:20.500 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.account.xml.TestConfigModule
06:12:20 10:12:20.501 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
06:12:20 10:12:20.501 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:12:20 10:12:20.501 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
06:12:20 10:12:20.501 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:12:20 10:12:20.502 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:12:22 10:12:22.423 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
06:12:22 10:12:22.425 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor
06:12:22 10:12:22.463 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Bind service interceptor class org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor to subclasses of interface org.eclipse.kapua.service.KapuaService annotated with interface org.eclipse.kapua.event.RaiseServiceEvent
06:12:22 10:12:22.799 [main] WARN  o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one
06:12:25 10:12:25.094 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events ===================
06:12:25 10:12:25.094 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:12:25 10:12:25.094 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:12:25 10:12:25.094 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:12:25 10:12:25.095 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:12:25 10:12:25.095 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:12:25 10:12:25.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration ===================
06:12:25 10:12:25.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:12:25 10:12:25.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:12:25 10:12:25.101 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
06:12:25 10:12:25.101 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.account.xml
06:12:25 10:12:25.101 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:12:25 10:12:25.101 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:12:25 10:12:25.101 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded XmlSerializable Classes: 0
06:12:25 10:12:25.102 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded XmlSerializable Classes: 0
06:12:25 10:12:25.102 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:12:25 10:12:25.102 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE
06:12:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.391 s - in org.eclipse.kapua.service.account.xml.AccountParentPathXmlAdapterTest
06:12:25 [INFO] 
06:12:25 [INFO] Results:
06:12:25 [INFO] 
06:12:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
06:12:25 [INFO] 
06:12:25 [INFO] 
06:12:25 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-internal ---
06:12:25 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/account/internal/target/jacoco.exec
06:12:25 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:12:25 [INFO] 
06:12:25 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-internal ---
06:12:25 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/internal/target/kapua-account-internal-2.1.0-SNAPSHOT.jar
06:12:25 [INFO] 
06:12:25 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-internal ---
06:12:25 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/internal/target/kapua-account-internal-2.1.0-SNAPSHOT-sources.jar
06:12:25 [INFO] 
06:12:25 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-internal ---
06:12:25 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/account/internal/target/jacoco.exec
06:12:25 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:12:25 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:12:25 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:12:25 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:12:25 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:12:25 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:12:25 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:12:25 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:12:25 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:12:26 [INFO] 
06:12:26 [INFO] --- install:2.5.2:install (default-install) @ kapua-account-internal ---
06:12:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/internal/target/kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-internal/2.1.0-SNAPSHOT/kapua-account-internal-2.1.0-SNAPSHOT.jar
06:12:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-internal/2.1.0-SNAPSHOT/kapua-account-internal-2.1.0-SNAPSHOT.pom
06:12:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/internal/target/kapua-account-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-internal/2.1.0-SNAPSHOT/kapua-account-internal-2.1.0-SNAPSHOT-sources.jar
06:12:26 [INFO] 
06:12:26 [INFO] ------------------< org.eclipse.kapua:kapua-message >-------------------
06:12:26 [INFO] Building kapua-message 2.1.0-SNAPSHOT                           [20/229]
06:12:26 [INFO]   from message/pom.xml
06:12:26 [INFO] --------------------------------[ pom ]---------------------------------
06:12:26 [INFO] 
06:12:26 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-message ---
06:12:26 [INFO] 
06:12:26 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message ---
06:12:26 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:26 [INFO] 
06:12:26 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message ---
06:12:26 [INFO] Required toolchain: jdk [ version='11' ]
06:12:26 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:26 [INFO] 
06:12:26 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message ---
06:12:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message
06:12:26 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916746383
06:12:26 [WARNING] Cannot get the branch information from the git repository: 
06:12:26 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:26 
06:12:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message
06:12:26 [INFO] Storing buildScmBranch: UNKNOWN
06:12:26 [INFO] 
06:12:26 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message ---
06:12:26 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/message/target/jacoco.exec
06:12:26 [INFO] 
06:12:26 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-message ---
06:12:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:12:26 [INFO] 
06:12:26 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-message ---
06:12:26 [INFO] 
06:12:26 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-message ---
06:12:26 [INFO] 
06:12:26 [INFO] --- install:2.5.2:install (default-install) @ kapua-message ---
06:12:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/message/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-message/2.1.0-SNAPSHOT/kapua-message-2.1.0-SNAPSHOT.pom
06:12:26 [INFO] 
06:12:26 [INFO] ----------------< org.eclipse.kapua:kapua-message-api >-----------------
06:12:26 [INFO] Building kapua-message-api 2.1.0-SNAPSHOT                       [21/229]
06:12:26 [INFO]   from message/api/pom.xml
06:12:26 [INFO] --------------------------------[ jar ]---------------------------------
06:12:26 [INFO] 
06:12:26 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-message-api ---
06:12:26 [INFO] 
06:12:26 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message-api ---
06:12:26 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:26 [INFO] 
06:12:26 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message-api ---
06:12:26 [INFO] Required toolchain: jdk [ version='11' ]
06:12:26 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:26 [INFO] 
06:12:26 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message-api ---
06:12:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message/api
06:12:26 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916746613
06:12:26 [WARNING] Cannot get the branch information from the git repository: 
06:12:26 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:26 
06:12:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message/api
06:12:26 [INFO] Storing buildScmBranch: UNKNOWN
06:12:26 [INFO] 
06:12:26 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message-api ---
06:12:26 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/message/api/target/jacoco.exec
06:12:26 [INFO] 
06:12:26 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-message-api ---
06:12:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/message/api/src/main/resources
06:12:26 [INFO] 
06:12:26 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-message-api ---
06:12:26 [INFO] Copying 1 resource
06:12:26 [INFO] 
06:12:26 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-message-api ---
06:12:26 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:26 [INFO] Changes detected - recompiling the module!
06:12:26 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-test/message/api/target/classes
06:12:30 [INFO] 
06:12:30 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-message-api ---
06:12:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/message/api/src/test/resources
06:12:30 [INFO] 
06:12:30 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-message-api ---
06:12:30 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:30 [INFO] No sources to compile
06:12:30 [INFO] 
06:12:30 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-message-api ---
06:12:30 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:30 [INFO] No tests to run.
06:12:30 [INFO] 
06:12:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-message-api ---
06:12:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:12:30 [INFO] 
06:12:30 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-message-api ---
06:12:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/message/api/target/kapua-message-api-2.1.0-SNAPSHOT.jar
06:12:30 [INFO] 
06:12:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-message-api ---
06:12:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/message/api/target/kapua-message-api-2.1.0-SNAPSHOT-sources.jar
06:12:30 [INFO] 
06:12:30 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-message-api ---
06:12:30 [INFO] 
06:12:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-message-api ---
06:12:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/message/api/target/kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-message-api/2.1.0-SNAPSHOT/kapua-message-api-2.1.0-SNAPSHOT.jar
06:12:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/message/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-message-api/2.1.0-SNAPSHOT/kapua-message-api-2.1.0-SNAPSHOT.pom
06:12:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/message/api/target/kapua-message-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-message-api/2.1.0-SNAPSHOT/kapua-message-api-2.1.0-SNAPSHOT-sources.jar
06:12:30 [INFO] 
06:12:30 [INFO] -------------------< org.eclipse.kapua:kapua-device >-------------------
06:12:30 [INFO] Building kapua-device 2.1.0-SNAPSHOT                            [22/229]
06:12:30 [INFO]   from service/device/pom.xml
06:12:30 [INFO] --------------------------------[ pom ]---------------------------------
06:12:30 [INFO] 
06:12:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device ---
06:12:30 [INFO] 
06:12:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device ---
06:12:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:34 [INFO] 
06:12:34 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device ---
06:12:34 [INFO] Required toolchain: jdk [ version='11' ]
06:12:34 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:34 [INFO] 
06:12:34 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device ---
06:12:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device
06:12:34 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916754375
06:12:34 [WARNING] Cannot get the branch information from the git repository: 
06:12:34 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:34 
06:12:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device
06:12:34 [INFO] Storing buildScmBranch: UNKNOWN
06:12:34 [INFO] 
06:12:34 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device ---
06:12:34 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/target/jacoco.exec
06:12:34 [INFO] 
06:12:34 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device ---
06:12:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:12:34 [INFO] 
06:12:34 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device ---
06:12:34 [INFO] 
06:12:34 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device ---
06:12:34 [INFO] 
06:12:34 [INFO] --- install:2.5.2:install (default-install) @ kapua-device ---
06:12:34 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device/2.1.0-SNAPSHOT/kapua-device-2.1.0-SNAPSHOT.pom
06:12:34 [INFO] 
06:12:34 [INFO] -----------------< org.eclipse.kapua:kapua-device-api >-----------------
06:12:34 [INFO] Building kapua-device-api 2.1.0-SNAPSHOT                        [23/229]
06:12:34 [INFO]   from service/device/api/pom.xml
06:12:34 [INFO] --------------------------------[ jar ]---------------------------------
06:12:34 [INFO] 
06:12:34 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-api ---
06:12:34 [INFO] 
06:12:34 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-api ---
06:12:34 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:34 [INFO] 
06:12:34 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-api ---
06:12:34 [INFO] Required toolchain: jdk [ version='11' ]
06:12:34 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:34 [INFO] 
06:12:34 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-api ---
06:12:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/api
06:12:34 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916754584
06:12:34 [WARNING] Cannot get the branch information from the git repository: 
06:12:34 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:34 
06:12:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/api
06:12:34 [INFO] Storing buildScmBranch: UNKNOWN
06:12:34 [INFO] 
06:12:34 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-api ---
06:12:34 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/api/target/jacoco.exec
06:12:34 [INFO] 
06:12:34 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-api ---
06:12:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/api/src/main/resources
06:12:34 [INFO] 
06:12:34 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-api ---
06:12:34 [INFO] Copying 1 resource
06:12:34 [INFO] 
06:12:34 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-api ---
06:12:34 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:34 [INFO] Changes detected - recompiling the module!
06:12:34 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/develop-test/service/device/api/target/classes
06:12:37 [INFO] 
06:12:37 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-api ---
06:12:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/api/src/test/resources
06:12:37 [INFO] 
06:12:37 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-api ---
06:12:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:37 [INFO] No sources to compile
06:12:37 [INFO] 
06:12:37 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-api ---
06:12:37 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:37 [INFO] No tests to run.
06:12:37 [INFO] 
06:12:37 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-api ---
06:12:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:12:37 [INFO] 
06:12:37 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-api ---
06:12:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/api/target/kapua-device-api-2.1.0-SNAPSHOT.jar
06:12:37 [INFO] 
06:12:37 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-api ---
06:12:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/api/target/kapua-device-api-2.1.0-SNAPSHOT-sources.jar
06:12:38 [INFO] 
06:12:38 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-api ---
06:12:38 [INFO] 
06:12:38 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-api ---
06:12:38 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/api/target/kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-api/2.1.0-SNAPSHOT/kapua-device-api-2.1.0-SNAPSHOT.jar
06:12:38 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-api/2.1.0-SNAPSHOT/kapua-device-api-2.1.0-SNAPSHOT.pom
06:12:38 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/api/target/kapua-device-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-api/2.1.0-SNAPSHOT/kapua-device-api-2.1.0-SNAPSHOT-sources.jar
06:12:38 [INFO] 
06:12:38 [INFO] --------------< org.eclipse.kapua:kapua-device-registry >---------------
06:12:38 [INFO] Building kapua-device-registry 2.1.0-SNAPSHOT                   [24/229]
06:12:38 [INFO]   from service/device/registry/pom.xml
06:12:38 [INFO] --------------------------------[ pom ]---------------------------------
06:12:38 [INFO] 
06:12:38 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry ---
06:12:38 [INFO] 
06:12:38 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry ---
06:12:38 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:39 [INFO] 
06:12:39 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry ---
06:12:39 [INFO] Required toolchain: jdk [ version='11' ]
06:12:39 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:39 [INFO] 
06:12:39 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry ---
06:12:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry
06:12:39 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916759346
06:12:39 [WARNING] Cannot get the branch information from the git repository: 
06:12:39 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:39 
06:12:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry
06:12:39 [INFO] Storing buildScmBranch: UNKNOWN
06:12:39 [INFO] 
06:12:39 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry ---
06:12:39 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/registry/target/jacoco.exec
06:12:39 [INFO] 
06:12:39 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry ---
06:12:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:12:39 [INFO] 
06:12:39 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry ---
06:12:39 [INFO] 
06:12:39 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry ---
06:12:39 [INFO] 
06:12:39 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry ---
06:12:39 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry/2.1.0-SNAPSHOT/kapua-device-registry-2.1.0-SNAPSHOT.pom
06:12:39 [INFO] 
06:12:39 [INFO] ------------< org.eclipse.kapua:kapua-device-registry-api >-------------
06:12:39 [INFO] Building kapua-device-registry-api 2.1.0-SNAPSHOT               [25/229]
06:12:39 [INFO]   from service/device/registry/api/pom.xml
06:12:39 [INFO] --------------------------------[ jar ]---------------------------------
06:12:39 [INFO] 
06:12:39 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-api ---
06:12:39 [INFO] 
06:12:39 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-api ---
06:12:39 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:39 [INFO] 
06:12:39 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-api ---
06:12:39 [INFO] Required toolchain: jdk [ version='11' ]
06:12:39 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:39 [INFO] 
06:12:39 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-api ---
06:12:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/api
06:12:39 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916759623
06:12:39 [WARNING] Cannot get the branch information from the git repository: 
06:12:39 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:39 
06:12:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/api
06:12:39 [INFO] Storing buildScmBranch: UNKNOWN
06:12:39 [INFO] 
06:12:39 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-api ---
06:12:39 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/registry/api/target/jacoco.exec
06:12:39 [INFO] 
06:12:39 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-api ---
06:12:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/registry/api/src/main/resources
06:12:39 [INFO] 
06:12:39 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-api ---
06:12:39 [INFO] Copying 1 resource
06:12:39 [INFO] 
06:12:39 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-api ---
06:12:39 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:39 [INFO] Changes detected - recompiling the module!
06:12:39 [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/develop-test/service/device/registry/api/target/classes
06:12:43 [INFO] 
06:12:43 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-api ---
06:12:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/registry/api/src/test/resources
06:12:43 [INFO] 
06:12:43 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-api ---
06:12:43 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:43 [INFO] No sources to compile
06:12:43 [INFO] 
06:12:43 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-api ---
06:12:43 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:43 [INFO] No tests to run.
06:12:43 [INFO] 
06:12:43 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-api ---
06:12:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:12:43 [INFO] 
06:12:43 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-api ---
06:12:43 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/api/target/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
06:12:43 [INFO] 
06:12:43 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-api ---
06:12:43 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/api/target/kapua-device-registry-api-2.1.0-SNAPSHOT-sources.jar
06:12:43 [INFO] 
06:12:43 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-api ---
06:12:43 [INFO] 
06:12:43 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-api ---
06:12:43 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/api/target/kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-api/2.1.0-SNAPSHOT/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
06:12:43 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-api/2.1.0-SNAPSHOT/kapua-device-registry-api-2.1.0-SNAPSHOT.pom
06:12:43 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/api/target/kapua-device-registry-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-api/2.1.0-SNAPSHOT/kapua-device-registry-api-2.1.0-SNAPSHOT-sources.jar
06:12:43 [INFO] 
06:12:43 [INFO] --------------------< org.eclipse.kapua:kapua-job >---------------------
06:12:43 [INFO] Building kapua-job 2.1.0-SNAPSHOT                               [26/229]
06:12:43 [INFO]   from service/job/pom.xml
06:12:43 [INFO] --------------------------------[ pom ]---------------------------------
06:12:43 [INFO] 
06:12:43 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job ---
06:12:43 [INFO] 
06:12:43 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job ---
06:12:43 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:44 [INFO] 
06:12:44 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job ---
06:12:44 [INFO] Required toolchain: jdk [ version='11' ]
06:12:44 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:44 [INFO] 
06:12:44 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job ---
06:12:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job
06:12:44 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916764549
06:12:44 [WARNING] Cannot get the branch information from the git repository: 
06:12:44 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:44 
06:12:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job
06:12:44 [INFO] Storing buildScmBranch: UNKNOWN
06:12:44 [INFO] 
06:12:44 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job ---
06:12:44 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/job/target/jacoco.exec
06:12:44 [INFO] 
06:12:44 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job ---
06:12:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:12:44 [INFO] 
06:12:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job ---
06:12:44 [INFO] 
06:12:44 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job ---
06:12:44 [INFO] 
06:12:44 [INFO] --- install:2.5.2:install (default-install) @ kapua-job ---
06:12:44 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job/2.1.0-SNAPSHOT/kapua-job-2.1.0-SNAPSHOT.pom
06:12:44 [INFO] 
06:12:44 [INFO] ------------------< org.eclipse.kapua:kapua-job-api >-------------------
06:12:44 [INFO] Building kapua-job-api 2.1.0-SNAPSHOT                           [27/229]
06:12:44 [INFO]   from service/job/api/pom.xml
06:12:44 [INFO] --------------------------------[ jar ]---------------------------------
06:12:44 [INFO] 
06:12:44 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-api ---
06:12:44 [INFO] 
06:12:44 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-api ---
06:12:44 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:44 [INFO] 
06:12:44 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-api ---
06:12:44 [INFO] Required toolchain: jdk [ version='11' ]
06:12:44 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:44 [INFO] 
06:12:44 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-api ---
06:12:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/api
06:12:44 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916764880
06:12:44 [WARNING] Cannot get the branch information from the git repository: 
06:12:44 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:44 
06:12:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/api
06:12:44 [INFO] Storing buildScmBranch: UNKNOWN
06:12:44 [INFO] 
06:12:44 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-api ---
06:12:44 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/job/api/target/jacoco.exec
06:12:44 [INFO] 
06:12:44 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-api ---
06:12:44 [INFO] Copying 1 resource
06:12:44 [INFO] 
06:12:44 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-api ---
06:12:44 [INFO] Copying 1 resource
06:12:44 [INFO] 
06:12:44 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-api ---
06:12:44 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:44 [INFO] Changes detected - recompiling the module!
06:12:44 [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/develop-test/service/job/api/target/classes
06:12:47 [INFO] 
06:12:47 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-api ---
06:12:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/job/api/src/test/resources
06:12:47 [INFO] 
06:12:47 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-api ---
06:12:47 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:47 [INFO] No sources to compile
06:12:47 [INFO] 
06:12:47 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-api ---
06:12:47 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:47 [INFO] No tests to run.
06:12:47 [INFO] 
06:12:47 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-api ---
06:12:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:12:47 [INFO] 
06:12:47 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-api ---
06:12:47 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/api/target/kapua-job-api-2.1.0-SNAPSHOT.jar
06:12:47 [INFO] 
06:12:47 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-api ---
06:12:47 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/api/target/kapua-job-api-2.1.0-SNAPSHOT-sources.jar
06:12:47 [INFO] 
06:12:47 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-api ---
06:12:47 [INFO] 
06:12:47 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-api ---
06:12:47 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/api/target/kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-api/2.1.0-SNAPSHOT/kapua-job-api-2.1.0-SNAPSHOT.jar
06:12:47 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-api/2.1.0-SNAPSHOT/kapua-job-api-2.1.0-SNAPSHOT.pom
06:12:47 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/api/target/kapua-job-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-api/2.1.0-SNAPSHOT/kapua-job-api-2.1.0-SNAPSHOT-sources.jar
06:12:47 [INFO] 
06:12:47 [INFO] -----------------< org.eclipse.kapua:kapua-job-engine >-----------------
06:12:47 [INFO] Building kapua-job-engine 2.1.0-SNAPSHOT                        [28/229]
06:12:47 [INFO]   from job-engine/pom.xml
06:12:47 [INFO] --------------------------------[ pom ]---------------------------------
06:12:47 [INFO] 
06:12:47 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine ---
06:12:47 [INFO] 
06:12:47 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine ---
06:12:47 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:48 [INFO] 
06:12:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine ---
06:12:48 [INFO] Required toolchain: jdk [ version='11' ]
06:12:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:48 [INFO] 
06:12:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine ---
06:12:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine
06:12:48 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916768530
06:12:48 [WARNING] Cannot get the branch information from the git repository: 
06:12:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:48 
06:12:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine
06:12:48 [INFO] Storing buildScmBranch: UNKNOWN
06:12:48 [INFO] 
06:12:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine ---
06:12:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/job-engine/target/jacoco.exec
06:12:48 [INFO] 
06:12:48 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine ---
06:12:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:12:48 [INFO] 
06:12:48 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine ---
06:12:48 [INFO] 
06:12:48 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine ---
06:12:48 [INFO] 
06:12:48 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine ---
06:12:48 [INFO] Installing /home/jenkins/agent/workspace/develop-test/job-engine/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-engine/2.1.0-SNAPSHOT/kapua-job-engine-2.1.0-SNAPSHOT.pom
06:12:48 [INFO] 
06:12:48 [INFO] ---------------< org.eclipse.kapua:kapua-job-engine-api >---------------
06:12:48 [INFO] Building kapua-job-engine-api 2.1.0-SNAPSHOT                    [29/229]
06:12:48 [INFO]   from job-engine/api/pom.xml
06:12:48 [INFO] --------------------------------[ jar ]---------------------------------
06:12:48 [INFO] 
06:12:48 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-api ---
06:12:48 [INFO] 
06:12:48 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-api ---
06:12:48 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:48 [INFO] 
06:12:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-api ---
06:12:48 [INFO] Required toolchain: jdk [ version='11' ]
06:12:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:48 [INFO] 
06:12:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-api ---
06:12:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/api
06:12:48 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916768777
06:12:48 [WARNING] Cannot get the branch information from the git repository: 
06:12:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:48 
06:12:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/api
06:12:48 [INFO] Storing buildScmBranch: UNKNOWN
06:12:48 [INFO] 
06:12:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-api ---
06:12:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/job-engine/api/target/jacoco.exec
06:12:48 [INFO] 
06:12:48 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-api ---
06:12:48 [INFO] Copying 1 resource
06:12:48 [INFO] 
06:12:48 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-engine-api ---
06:12:48 [INFO] Copying 1 resource
06:12:48 [INFO] 
06:12:48 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-api ---
06:12:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:48 [INFO] Changes detected - recompiling the module!
06:12:48 [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-test/job-engine/api/target/classes
06:12:51 [INFO] 
06:12:51 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-api ---
06:12:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/job-engine/api/src/test/resources
06:12:51 [INFO] 
06:12:51 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-api ---
06:12:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:51 [INFO] Changes detected - recompiling the module!
06:12:51 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/job-engine/api/target/test-classes
06:12:53 [INFO] 
06:12:53 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-api ---
06:12:53 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:53 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:12:53 [INFO] 
06:12:53 [INFO] -------------------------------------------------------
06:12:53 [INFO]  T E S T S
06:12:53 [INFO] -------------------------------------------------------
06:12:55 [INFO] Running org.eclipse.kapua.job.engine.exception.JobEngineExceptionTest
06:12:55 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s - in org.eclipse.kapua.job.engine.exception.JobEngineExceptionTest
06:12:55 [INFO] 
06:12:55 [INFO] Results:
06:12:55 [INFO] 
06:12:55 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
06:12:55 [INFO] 
06:12:55 [INFO] 
06:12:55 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-api ---
06:12:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/job-engine/api/target/jacoco.exec
06:12:55 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:12:55 [INFO] 
06:12:55 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-api ---
06:12:55 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/api/target/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
06:12:55 [INFO] 
06:12:55 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-api ---
06:12:55 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/api/target/kapua-job-engine-api-2.1.0-SNAPSHOT-sources.jar
06:12:55 [INFO] 
06:12:55 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-api ---
06:12:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/job-engine/api/target/jacoco.exec
06:12:56 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:12:56 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:12:56 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:12:56 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:12:56 [INFO] 
06:12:56 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-api ---
06:12:56 [INFO] Installing /home/jenkins/agent/workspace/develop-test/job-engine/api/target/kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-engine-api/2.1.0-SNAPSHOT/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
06:12:56 [INFO] Installing /home/jenkins/agent/workspace/develop-test/job-engine/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-engine-api/2.1.0-SNAPSHOT/kapua-job-engine-api-2.1.0-SNAPSHOT.pom
06:12:56 [INFO] Installing /home/jenkins/agent/workspace/develop-test/job-engine/api/target/kapua-job-engine-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-engine-api/2.1.0-SNAPSHOT/kapua-job-engine-api-2.1.0-SNAPSHOT-sources.jar
06:12:56 [INFO] 
06:12:56 [INFO] -------------< org.eclipse.kapua:kapua-device-management >--------------
06:12:56 [INFO] Building kapua-device-management 2.1.0-SNAPSHOT                 [30/229]
06:12:56 [INFO]   from service/device/management/pom.xml
06:12:56 [INFO] --------------------------------[ pom ]---------------------------------
06:12:56 [INFO] 
06:12:56 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management ---
06:12:56 [INFO] 
06:12:56 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management ---
06:12:56 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:57 [INFO] 
06:12:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management ---
06:12:57 [INFO] Required toolchain: jdk [ version='11' ]
06:12:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:57 [INFO] 
06:12:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management ---
06:12:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management
06:12:57 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916777457
06:12:57 [WARNING] Cannot get the branch information from the git repository: 
06:12:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:57 
06:12:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management
06:12:57 [INFO] Storing buildScmBranch: UNKNOWN
06:12:57 [INFO] 
06:12:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management ---
06:12:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/target/jacoco.exec
06:12:57 [INFO] 
06:12:57 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management ---
06:12:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:12:57 [INFO] 
06:12:57 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management ---
06:12:57 [INFO] 
06:12:57 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management ---
06:12:57 [INFO] 
06:12:57 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management ---
06:12:57 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management/2.1.0-SNAPSHOT/kapua-device-management-2.1.0-SNAPSHOT.pom
06:12:57 [INFO] 
06:12:57 [INFO] -----------< org.eclipse.kapua:kapua-device-management-api >------------
06:12:57 [INFO] Building kapua-device-management-api 2.1.0-SNAPSHOT             [31/229]
06:12:57 [INFO]   from service/device/management/api/pom.xml
06:12:57 [INFO] --------------------------------[ jar ]---------------------------------
06:12:57 [INFO] 
06:12:57 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-api ---
06:12:57 [INFO] 
06:12:57 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-api ---
06:12:57 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:12:57 [INFO] 
06:12:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-api ---
06:12:57 [INFO] Required toolchain: jdk [ version='11' ]
06:12:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:57 [INFO] 
06:12:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-api ---
06:12:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/api
06:12:57 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916777677
06:12:57 [WARNING] Cannot get the branch information from the git repository: 
06:12:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:12:57 
06:12:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:12:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/api
06:12:57 [INFO] Storing buildScmBranch: UNKNOWN
06:12:57 [INFO] 
06:12:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-api ---
06:12:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/api/target/jacoco.exec
06:12:57 [INFO] 
06:12:57 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-api ---
06:12:57 [INFO] Copying 1 resource
06:12:57 [INFO] 
06:12:57 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-api ---
06:12:57 [INFO] Copying 1 resource
06:12:57 [INFO] 
06:12:57 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-api ---
06:12:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:12:57 [INFO] Changes detected - recompiling the module!
06:12:57 [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/api/target/classes
06:13:01 [INFO] 
06:13:01 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-api ---
06:13:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/api/src/test/resources
06:13:01 [INFO] 
06:13:01 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-api ---
06:13:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:01 [INFO] No sources to compile
06:13:01 [INFO] 
06:13:01 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-api ---
06:13:01 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:01 [INFO] No tests to run.
06:13:01 [INFO] 
06:13:01 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-api ---
06:13:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:13:01 [INFO] 
06:13:01 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-api ---
06:13:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/api/target/kapua-device-management-api-2.1.0-SNAPSHOT.jar
06:13:01 [INFO] 
06:13:01 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-api ---
06:13:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/api/target/kapua-device-management-api-2.1.0-SNAPSHOT-sources.jar
06:13:01 [INFO] 
06:13:01 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-api ---
06:13:01 [INFO] 
06:13:01 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-api ---
06:13:01 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/api/target/kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-api/2.1.0-SNAPSHOT/kapua-device-management-api-2.1.0-SNAPSHOT.jar
06:13:01 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-api/2.1.0-SNAPSHOT/kapua-device-management-api-2.1.0-SNAPSHOT.pom
06:13:01 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/api/target/kapua-device-management-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-api/2.1.0-SNAPSHOT/kapua-device-management-api-2.1.0-SNAPSHOT-sources.jar
06:13:01 [INFO] 
06:13:01 [INFO] ---------< org.eclipse.kapua:kapua-device-management-request >----------
06:13:01 [INFO] Building kapua-device-management-request 2.1.0-SNAPSHOT         [32/229]
06:13:01 [INFO]   from service/device/management/request/pom.xml
06:13:01 [INFO] --------------------------------[ pom ]---------------------------------
06:13:01 [INFO] 
06:13:01 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-request ---
06:13:01 [INFO] 
06:13:01 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request ---
06:13:01 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:01 [INFO] 
06:13:01 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request ---
06:13:01 [INFO] Required toolchain: jdk [ version='11' ]
06:13:01 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:01 [INFO] 
06:13:01 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request ---
06:13:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request
06:13:01 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916781433
06:13:01 [WARNING] Cannot get the branch information from the git repository: 
06:13:01 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:01 
06:13:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request
06:13:01 [INFO] Storing buildScmBranch: UNKNOWN
06:13:01 [INFO] 
06:13:01 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request ---
06:13:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/request/target/jacoco.exec
06:13:01 [INFO] 
06:13:01 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-request ---
06:13:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:13:01 [INFO] 
06:13:01 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-request ---
06:13:01 [INFO] 
06:13:01 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-request ---
06:13:01 [INFO] 
06:13:01 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-request ---
06:13:01 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/request/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-request/2.1.0-SNAPSHOT/kapua-device-management-request-2.1.0-SNAPSHOT.pom
06:13:01 [INFO] 
06:13:01 [INFO] -------< org.eclipse.kapua:kapua-device-management-request-api >--------
06:13:01 [INFO] Building kapua-device-management-request-api 2.1.0-SNAPSHOT     [33/229]
06:13:01 [INFO]   from service/device/management/request/api/pom.xml
06:13:01 [INFO] --------------------------------[ jar ]---------------------------------
06:13:01 [INFO] 
06:13:01 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-request-api ---
06:13:01 [INFO] 
06:13:01 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request-api ---
06:13:01 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:01 [INFO] 
06:13:01 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request-api ---
06:13:01 [INFO] Required toolchain: jdk [ version='11' ]
06:13:01 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:01 [INFO] 
06:13:01 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request-api ---
06:13:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request/api
06:13:01 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916781605
06:13:01 [WARNING] Cannot get the branch information from the git repository: 
06:13:01 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:01 
06:13:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request/api
06:13:01 [INFO] Storing buildScmBranch: UNKNOWN
06:13:01 [INFO] 
06:13:01 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request-api ---
06:13:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/request/api/target/jacoco.exec
06:13:01 [INFO] 
06:13:01 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-request-api ---
06:13:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/src/main/resources
06:13:01 [INFO] 
06:13:01 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-request-api ---
06:13:01 [INFO] Copying 1 resource
06:13:01 [INFO] 
06:13:01 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-request-api ---
06:13:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:01 [INFO] Changes detected - recompiling the module!
06:13:01 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/target/classes
06:13:04 [INFO] 
06:13:04 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-request-api ---
06:13:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/src/test/resources
06:13:04 [INFO] 
06:13:04 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-request-api ---
06:13:04 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:04 [INFO] No sources to compile
06:13:04 [INFO] 
06:13:04 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-request-api ---
06:13:04 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:04 [INFO] No tests to run.
06:13:04 [INFO] 
06:13:04 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-request-api ---
06:13:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:13:04 [INFO] 
06:13:04 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-request-api ---
06:13:04 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/target/kapua-device-management-request-api-2.1.0-SNAPSHOT.jar
06:13:04 [INFO] 
06:13:04 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-request-api ---
06:13:04 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/target/kapua-device-management-request-api-2.1.0-SNAPSHOT-sources.jar
06:13:04 [INFO] 
06:13:04 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-request-api ---
06:13:04 [INFO] 
06:13:04 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-request-api ---
06:13:04 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/target/kapua-device-management-request-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-request-api/2.1.0-SNAPSHOT/kapua-device-management-request-api-2.1.0-SNAPSHOT.jar
06:13:04 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-request-api/2.1.0-SNAPSHOT/kapua-device-management-request-api-2.1.0-SNAPSHOT.pom
06:13:04 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/target/kapua-device-management-request-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-request-api/2.1.0-SNAPSHOT/kapua-device-management-request-api-2.1.0-SNAPSHOT-sources.jar
06:13:04 [INFO] 
06:13:04 [INFO] ----------------< org.eclipse.kapua:kapua-commons-rest >----------------
06:13:04 [INFO] Building kapua-commons-rest 2.1.0-SNAPSHOT                      [34/229]
06:13:04 [INFO]   from commons-rest/pom.xml
06:13:04 [INFO] --------------------------------[ pom ]---------------------------------
06:13:04 [INFO] 
06:13:04 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest ---
06:13:04 [INFO] 
06:13:04 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest ---
06:13:04 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:05 [INFO] 
06:13:05 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest ---
06:13:05 [INFO] Required toolchain: jdk [ version='11' ]
06:13:05 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:05 [INFO] 
06:13:05 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest ---
06:13:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest
06:13:05 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916785389
06:13:05 [WARNING] Cannot get the branch information from the git repository: 
06:13:05 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:05 
06:13:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest
06:13:05 [INFO] Storing buildScmBranch: UNKNOWN
06:13:05 [INFO] 
06:13:05 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest ---
06:13:05 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/commons-rest/target/jacoco.exec
06:13:05 [INFO] 
06:13:05 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest ---
06:13:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:13:05 [INFO] 
06:13:05 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest ---
06:13:05 [INFO] 
06:13:05 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest ---
06:13:05 [INFO] 
06:13:05 [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest ---
06:13:05 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons-rest/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons-rest/2.1.0-SNAPSHOT/kapua-commons-rest-2.1.0-SNAPSHOT.pom
06:13:05 [INFO] 
06:13:05 [INFO] -------------< org.eclipse.kapua:kapua-commons-rest-model >-------------
06:13:05 [INFO] Building kapua-commons-rest-model 2.1.0-SNAPSHOT                [35/229]
06:13:05 [INFO]   from commons-rest/model/pom.xml
06:13:05 [INFO] --------------------------------[ jar ]---------------------------------
06:13:05 [INFO] 
06:13:05 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest-model ---
06:13:05 [INFO] 
06:13:05 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-model ---
06:13:05 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:05 [INFO] 
06:13:05 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-model ---
06:13:05 [INFO] Required toolchain: jdk [ version='11' ]
06:13:05 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:05 [INFO] 
06:13:05 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-model ---
06:13:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/model' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/model
06:13:05 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916785791
06:13:05 [WARNING] Cannot get the branch information from the git repository: 
06:13:05 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:05 
06:13:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/model' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/model
06:13:05 [INFO] Storing buildScmBranch: UNKNOWN
06:13:05 [INFO] 
06:13:05 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-model ---
06:13:05 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/commons-rest/model/target/jacoco.exec
06:13:05 [INFO] 
06:13:05 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-model ---
06:13:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/model/src/main/resources
06:13:05 [INFO] 
06:13:05 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-model ---
06:13:05 [INFO] Copying 1 resource
06:13:05 [INFO] 
06:13:05 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-model ---
06:13:05 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:05 [INFO] Changes detected - recompiling the module!
06:13:05 [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/classes
06:13:09 [INFO] 
06:13:09 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons-rest-model ---
06:13:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/model/src/test/resources
06:13:09 [INFO] 
06:13:09 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons-rest-model ---
06:13:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:09 [INFO] Changes detected - recompiling the module!
06:13:09 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/test-classes
06:13:13 [INFO] 
06:13:13 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons-rest-model ---
06:13:13 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:13 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:13:13 [INFO] 
06:13:13 [INFO] -------------------------------------------------------
06:13:13 [INFO]  T E S T S
06:13:13 [INFO] -------------------------------------------------------
06:13:15 [INFO] Running org.eclipse.kapua.commons.rest.model.errors.IllegalNullArgumentExceptionInfoTest
06:13:15 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
06:13:15 SLF4J: Defaulting to no-operation (NOP) logger implementation
06:13:15 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
06:13:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s - in org.eclipse.kapua.commons.rest.model.errors.IllegalNullArgumentExceptionInfoTest
06:13:15 [INFO] Running org.eclipse.kapua.commons.rest.model.errors.IllegalArgumentExceptionInfoTest
06:13:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.rest.model.errors.IllegalArgumentExceptionInfoTest
06:13:15 [INFO] Running org.eclipse.kapua.commons.rest.model.errors.MfaRequiredExceptionInfoTest
06:13:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.kapua.commons.rest.model.errors.MfaRequiredExceptionInfoTest
06:13:15 [INFO] Running org.eclipse.kapua.commons.rest.model.errors.SelfManagedOnlyExceptionInfoTest
06:13:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.kapua.commons.rest.model.errors.SelfManagedOnlyExceptionInfoTest
06:13:15 [INFO] Running org.eclipse.kapua.commons.rest.model.errors.ThrowableInfoTest
06:13:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.kapua.commons.rest.model.errors.ThrowableInfoTest
06:13:15 [INFO] Running org.eclipse.kapua.commons.rest.model.errors.InternalUserOnlyExceptionInfoTest
06:13:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.rest.model.errors.InternalUserOnlyExceptionInfoTest
06:13:15 [INFO] Running org.eclipse.kapua.commons.rest.model.errors.SubjectUnauthorizedExceptionInfoTest
06:13:16 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s - in org.eclipse.kapua.commons.rest.model.errors.SubjectUnauthorizedExceptionInfoTest
06:13:16 [INFO] 
06:13:16 [INFO] Results:
06:13:16 [INFO] 
06:13:16 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
06:13:16 [INFO] 
06:13:16 [INFO] 
06:13:16 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest-model ---
06:13:16 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/jacoco.exec
06:13:16 [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes
06:13:16 [INFO] 
06:13:16 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons-rest-model ---
06:13:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/kapua-commons-rest-model-2.1.0-SNAPSHOT.jar
06:13:16 [INFO] 
06:13:16 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest-model ---
06:13:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/kapua-commons-rest-model-2.1.0-SNAPSHOT-sources.jar
06:13:16 [INFO] 
06:13:16 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest-model ---
06:13:16 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/jacoco.exec
06:13:16 [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes
06:13:16 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:13:16 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:13:16 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:13:16 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:13:16 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:13:16 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:13:16 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:13:16 [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes
06:13:16 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:13:16 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:13:16 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:13:16 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:13:16 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:13:16 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:13:16 [INFO] 
06:13:16 [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest-model ---
06:13:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/kapua-commons-rest-model-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons-rest-model/2.1.0-SNAPSHOT/kapua-commons-rest-model-2.1.0-SNAPSHOT.jar
06:13:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons-rest/model/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons-rest-model/2.1.0-SNAPSHOT/kapua-commons-rest-model-2.1.0-SNAPSHOT.pom
06:13:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/kapua-commons-rest-model-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons-rest-model/2.1.0-SNAPSHOT/kapua-commons-rest-model-2.1.0-SNAPSHOT-sources.jar
06:13:16 [INFO] 
06:13:16 [INFO] -------------< org.eclipse.kapua:kapua-job-engine-client >--------------
06:13:16 [INFO] Building kapua-job-engine-client 2.1.0-SNAPSHOT                 [36/229]
06:13:16 [INFO]   from job-engine/client/pom.xml
06:13:16 [INFO] --------------------------------[ jar ]---------------------------------
06:13:17 [INFO] 
06:13:17 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-client ---
06:13:17 [INFO] 
06:13:17 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-client ---
06:13:17 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:17 [INFO] 
06:13:17 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-client ---
06:13:17 [INFO] Required toolchain: jdk [ version='11' ]
06:13:17 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:17 [INFO] 
06:13:17 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-client ---
06:13:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/client' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/client
06:13:17 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916797736
06:13:17 [WARNING] Cannot get the branch information from the git repository: 
06:13:17 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:17 
06:13:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/client' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/client
06:13:17 [INFO] Storing buildScmBranch: UNKNOWN
06:13:17 [INFO] 
06:13:17 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-client ---
06:13:17 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/job-engine/client/target/jacoco.exec
06:13:17 [INFO] 
06:13:17 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-client ---
06:13:17 [INFO] Copying 1 resource
06:13:17 [INFO] 
06:13:17 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-client ---
06:13:17 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:17 [INFO] Changes detected - recompiling the module!
06:13:17 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-test/job-engine/client/target/classes
06:13:21 [INFO] 
06:13:21 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-client ---
06:13:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/job-engine/client/src/test/resources
06:13:21 [INFO] 
06:13:21 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-client ---
06:13:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:21 [INFO] No sources to compile
06:13:21 [INFO] 
06:13:21 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-client ---
06:13:21 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:21 [INFO] No tests to run.
06:13:21 [INFO] 
06:13:21 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-client ---
06:13:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:13:21 [INFO] 
06:13:21 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-client ---
06:13:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/client/target/kapua-job-engine-client-2.1.0-SNAPSHOT.jar
06:13:21 [INFO] 
06:13:21 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-client ---
06:13:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/client/target/kapua-job-engine-client-2.1.0-SNAPSHOT-sources.jar
06:13:21 [INFO] 
06:13:21 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-client ---
06:13:21 [INFO] 
06:13:21 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-client ---
06:13:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/job-engine/client/target/kapua-job-engine-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-engine-client/2.1.0-SNAPSHOT/kapua-job-engine-client-2.1.0-SNAPSHOT.jar
06:13:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/job-engine/client/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-engine-client/2.1.0-SNAPSHOT/kapua-job-engine-client-2.1.0-SNAPSHOT.pom
06:13:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/job-engine/client/target/kapua-job-engine-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-engine-client/2.1.0-SNAPSHOT/kapua-job-engine-client-2.1.0-SNAPSHOT-sources.jar
06:13:21 [INFO] 
06:13:21 [INFO] -------------< org.eclipse.kapua:kapua-job-engine-commons >-------------
06:13:21 [INFO] Building kapua-job-engine-commons 2.1.0-SNAPSHOT                [37/229]
06:13:21 [INFO]   from job-engine/commons/pom.xml
06:13:21 [INFO] --------------------------------[ jar ]---------------------------------
06:13:21 [INFO] 
06:13:21 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-commons ---
06:13:21 [INFO] 
06:13:21 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-commons ---
06:13:21 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:22 [INFO] 
06:13:22 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-commons ---
06:13:22 [INFO] Required toolchain: jdk [ version='11' ]
06:13:22 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:22 [INFO] 
06:13:22 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-commons ---
06:13:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/commons
06:13:22 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916802116
06:13:22 [WARNING] Cannot get the branch information from the git repository: 
06:13:22 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:22 
06:13:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/commons
06:13:22 [INFO] Storing buildScmBranch: UNKNOWN
06:13:22 [INFO] 
06:13:22 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-commons ---
06:13:22 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/job-engine/commons/target/jacoco.exec
06:13:22 [INFO] 
06:13:22 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-commons ---
06:13:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/job-engine/commons/src/main/resources
06:13:22 [INFO] 
06:13:22 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-engine-commons ---
06:13:22 [INFO] Copying 1 resource
06:13:22 [INFO] 
06:13:22 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-commons ---
06:13:22 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:22 [INFO] Changes detected - recompiling the module!
06:13:22 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/develop-test/job-engine/commons/target/classes
06:13:26 [INFO] 
06:13:26 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-commons ---
06:13:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/job-engine/commons/src/test/resources
06:13:26 [INFO] 
06:13:26 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-commons ---
06:13:26 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:26 [INFO] No sources to compile
06:13:26 [INFO] 
06:13:26 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-commons ---
06:13:26 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:26 [INFO] No tests to run.
06:13:26 [INFO] 
06:13:26 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-commons ---
06:13:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:13:26 [INFO] 
06:13:26 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-commons ---
06:13:26 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/commons/target/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
06:13:26 [INFO] 
06:13:26 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-commons ---
06:13:26 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/commons/target/kapua-job-engine-commons-2.1.0-SNAPSHOT-sources.jar
06:13:26 [INFO] 
06:13:26 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-commons ---
06:13:26 [INFO] 
06:13:26 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-commons ---
06:13:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/job-engine/commons/target/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-engine-commons/2.1.0-SNAPSHOT/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
06:13:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/job-engine/commons/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-engine-commons/2.1.0-SNAPSHOT/kapua-job-engine-commons-2.1.0-SNAPSHOT.pom
06:13:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/job-engine/commons/target/kapua-job-engine-commons-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-engine-commons/2.1.0-SNAPSHOT/kapua-job-engine-commons-2.1.0-SNAPSHOT-sources.jar
06:13:26 [INFO] 
06:13:26 [INFO] -----------------< org.eclipse.kapua:kapua-transport >------------------
06:13:26 [INFO] Building kapua-transport 2.1.0-SNAPSHOT                         [38/229]
06:13:26 [INFO]   from transport/pom.xml
06:13:26 [INFO] --------------------------------[ pom ]---------------------------------
06:13:26 [INFO] 
06:13:26 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport ---
06:13:26 [INFO] 
06:13:26 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport ---
06:13:26 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:27 [INFO] 
06:13:27 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport ---
06:13:27 [INFO] Required toolchain: jdk [ version='11' ]
06:13:27 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:27 [INFO] 
06:13:27 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport ---
06:13:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport
06:13:27 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916807213
06:13:27 [WARNING] Cannot get the branch information from the git repository: 
06:13:27 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:27 
06:13:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport
06:13:27 [INFO] Storing buildScmBranch: UNKNOWN
06:13:27 [INFO] 
06:13:27 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport ---
06:13:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/transport/target/jacoco.exec
06:13:27 [INFO] 
06:13:27 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport ---
06:13:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:13:27 [INFO] 
06:13:27 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport ---
06:13:27 [INFO] 
06:13:27 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport ---
06:13:27 [INFO] 
06:13:27 [INFO] --- install:2.5.2:install (default-install) @ kapua-transport ---
06:13:27 [INFO] Installing /home/jenkins/agent/workspace/develop-test/transport/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-transport/2.1.0-SNAPSHOT/kapua-transport-2.1.0-SNAPSHOT.pom
06:13:27 [INFO] 
06:13:27 [INFO] ---------------< org.eclipse.kapua:kapua-transport-api >----------------
06:13:27 [INFO] Building kapua-transport-api 2.1.0-SNAPSHOT                     [39/229]
06:13:27 [INFO]   from transport/api/pom.xml
06:13:27 [INFO] --------------------------------[ jar ]---------------------------------
06:13:27 [INFO] 
06:13:27 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport-api ---
06:13:27 [INFO] 
06:13:27 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-api ---
06:13:27 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:27 [INFO] 
06:13:27 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-api ---
06:13:27 [INFO] Required toolchain: jdk [ version='11' ]
06:13:27 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:27 [INFO] 
06:13:27 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-api ---
06:13:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/api
06:13:27 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916807439
06:13:27 [WARNING] Cannot get the branch information from the git repository: 
06:13:27 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:27 
06:13:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/api
06:13:27 [INFO] Storing buildScmBranch: UNKNOWN
06:13:27 [INFO] 
06:13:27 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-api ---
06:13:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/transport/api/target/jacoco.exec
06:13:27 [INFO] 
06:13:27 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-api ---
06:13:27 [INFO] Copying 1 resource
06:13:27 [INFO] 
06:13:27 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-api ---
06:13:27 [INFO] Copying 1 resource
06:13:27 [INFO] 
06:13:27 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-api ---
06:13:27 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:27 [INFO] Changes detected - recompiling the module!
06:13:27 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-test/transport/api/target/classes
06:13:30 [INFO] 
06:13:30 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-transport-api ---
06:13:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/transport/api/src/test/resources
06:13:30 [INFO] 
06:13:30 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-transport-api ---
06:13:30 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:30 [INFO] Changes detected - recompiling the module!
06:13:30 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-test/transport/api/target/test-classes
06:13:33 [INFO] 
06:13:33 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-transport-api ---
06:13:33 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:33 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:13:33 [INFO] 
06:13:33 [INFO] -------------------------------------------------------
06:13:33 [INFO]  T E S T S
06:13:33 [INFO] -------------------------------------------------------
06:13:35 [INFO] Running org.eclipse.kapua.transport.exception.TransportExceptionTest
06:13:35 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in org.eclipse.kapua.transport.exception.TransportExceptionTest
06:13:35 [INFO] Running org.eclipse.kapua.transport.utils.ClientIdGeneratorTest
06:13:36 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s - in org.eclipse.kapua.transport.utils.ClientIdGeneratorTest
06:13:36 [INFO] 
06:13:36 [INFO] Results:
06:13:36 [INFO] 
06:13:36 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
06:13:36 [INFO] 
06:13:36 [INFO] 
06:13:36 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport-api ---
06:13:36 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/transport/api/target/jacoco.exec
06:13:36 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:13:36 [INFO] 
06:13:36 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-transport-api ---
06:13:36 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/api/target/kapua-transport-api-2.1.0-SNAPSHOT.jar
06:13:36 [INFO] 
06:13:36 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport-api ---
06:13:36 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/api/target/kapua-transport-api-2.1.0-SNAPSHOT-sources.jar
06:13:36 [INFO] 
06:13:36 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport-api ---
06:13:36 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/transport/api/target/jacoco.exec
06:13:36 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:13:36 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:13:36 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:13:36 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:13:36 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:13:36 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:13:36 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:13:36 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:13:36 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:13:36 [INFO] 
06:13:36 [INFO] --- install:2.5.2:install (default-install) @ kapua-transport-api ---
06:13:36 [INFO] Installing /home/jenkins/agent/workspace/develop-test/transport/api/target/kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-transport-api/2.1.0-SNAPSHOT/kapua-transport-api-2.1.0-SNAPSHOT.jar
06:13:36 [INFO] Installing /home/jenkins/agent/workspace/develop-test/transport/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-transport-api/2.1.0-SNAPSHOT/kapua-transport-api-2.1.0-SNAPSHOT.pom
06:13:36 [INFO] Installing /home/jenkins/agent/workspace/develop-test/transport/api/target/kapua-transport-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-transport-api/2.1.0-SNAPSHOT/kapua-transport-api-2.1.0-SNAPSHOT-sources.jar
06:13:36 [INFO] 
06:13:36 [INFO] ----------------< org.eclipse.kapua:kapua-device-call >-----------------
06:13:36 [INFO] Building kapua-device-call 2.1.0-SNAPSHOT                       [40/229]
06:13:36 [INFO]   from service/device/call/pom.xml
06:13:36 [INFO] --------------------------------[ pom ]---------------------------------
06:13:36 [INFO] 
06:13:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-call ---
06:13:36 [INFO] 
06:13:36 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call ---
06:13:36 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:37 [INFO] 
06:13:37 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call ---
06:13:37 [INFO] Required toolchain: jdk [ version='11' ]
06:13:37 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:37 [INFO] 
06:13:37 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call ---
06:13:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call
06:13:37 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916817910
06:13:37 [WARNING] Cannot get the branch information from the git repository: 
06:13:37 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:37 
06:13:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call
06:13:37 [INFO] Storing buildScmBranch: UNKNOWN
06:13:37 [INFO] 
06:13:37 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call ---
06:13:37 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/call/target/jacoco.exec
06:13:37 [INFO] 
06:13:37 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-call ---
06:13:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:13:37 [INFO] 
06:13:37 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-call ---
06:13:37 [INFO] 
06:13:37 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-call ---
06:13:37 [INFO] 
06:13:37 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-call ---
06:13:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/call/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-call/2.1.0-SNAPSHOT/kapua-device-call-2.1.0-SNAPSHOT.pom
06:13:37 [INFO] 
06:13:37 [INFO] --------------< org.eclipse.kapua:kapua-device-call-api >---------------
06:13:37 [INFO] Building kapua-device-call-api 2.1.0-SNAPSHOT                   [41/229]
06:13:37 [INFO]   from service/device/call/api/pom.xml
06:13:37 [INFO] --------------------------------[ jar ]---------------------------------
06:13:38 [INFO] 
06:13:38 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-call-api ---
06:13:38 [INFO] 
06:13:38 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call-api ---
06:13:38 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:38 [INFO] 
06:13:38 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call-api ---
06:13:38 [INFO] Required toolchain: jdk [ version='11' ]
06:13:38 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:38 [INFO] 
06:13:38 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call-api ---
06:13:38 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:38 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call/api
06:13:38 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916818162
06:13:38 [WARNING] Cannot get the branch information from the git repository: 
06:13:38 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:38 
06:13:38 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:38 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call/api
06:13:38 [INFO] Storing buildScmBranch: UNKNOWN
06:13:38 [INFO] 
06:13:38 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call-api ---
06:13:38 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/call/api/target/jacoco.exec
06:13:38 [INFO] 
06:13:38 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-call-api ---
06:13:38 [INFO] Copying 1 resource
06:13:38 [INFO] 
06:13:38 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-call-api ---
06:13:38 [INFO] Copying 1 resource
06:13:38 [INFO] 
06:13:38 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-call-api ---
06:13:38 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:38 [INFO] Changes detected - recompiling the module!
06:13:38 [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/classes
06:13:41 [INFO] 
06:13:41 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-call-api ---
06:13:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/call/api/src/test/resources
06:13:41 [INFO] 
06:13:41 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-call-api ---
06:13:41 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:41 [INFO] Changes detected - recompiling the module!
06:13:41 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/test-classes
06:13:44 [INFO] 
06:13:44 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-call-api ---
06:13:44 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:44 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:13:44 [INFO] 
06:13:44 [INFO] -------------------------------------------------------
06:13:44 [INFO]  T E S T S
06:13:44 [INFO] -------------------------------------------------------
06:13:45 [INFO] Running org.eclipse.kapua.service.device.call.exception.DeviceCallExceptionTest
06:13:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.eclipse.kapua.service.device.call.exception.DeviceCallExceptionTest
06:13:46 [INFO] 
06:13:46 [INFO] Results:
06:13:46 [INFO] 
06:13:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
06:13:46 [INFO] 
06:13:46 [INFO] 
06:13:46 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-call-api ---
06:13:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/jacoco.exec
06:13:46 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:13:46 [INFO] 
06:13:46 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-call-api ---
06:13:46 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/kapua-device-call-api-2.1.0-SNAPSHOT.jar
06:13:46 [INFO] 
06:13:46 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-call-api ---
06:13:46 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/kapua-device-call-api-2.1.0-SNAPSHOT-sources.jar
06:13:46 [INFO] 
06:13:46 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-call-api ---
06:13:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/jacoco.exec
06:13:46 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:13:46 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:13:46 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:13:46 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:13:46 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:13:46 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:13:46 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:13:46 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:13:46 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:13:47 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:13:47 [INFO] 
06:13:47 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-call-api ---
06:13:47 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-call-api/2.1.0-SNAPSHOT/kapua-device-call-api-2.1.0-SNAPSHOT.jar
06:13:47 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/call/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-call-api/2.1.0-SNAPSHOT/kapua-device-call-api-2.1.0-SNAPSHOT.pom
06:13:47 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/kapua-device-call-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-call-api/2.1.0-SNAPSHOT/kapua-device-call-api-2.1.0-SNAPSHOT-sources.jar
06:13:47 [INFO] 
06:13:47 [INFO] -----------------< org.eclipse.kapua:kapua-translator >-----------------
06:13:47 [INFO] Building kapua-translator 2.1.0-SNAPSHOT                        [42/229]
06:13:47 [INFO]   from translator/pom.xml
06:13:47 [INFO] --------------------------------[ pom ]---------------------------------
06:13:47 [INFO] 
06:13:47 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator ---
06:13:47 [INFO] 
06:13:47 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator ---
06:13:47 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:47 [INFO] 
06:13:47 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator ---
06:13:47 [INFO] Required toolchain: jdk [ version='11' ]
06:13:47 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:47 [INFO] 
06:13:47 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator ---
06:13:47 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:47 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator
06:13:47 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916827795
06:13:47 [WARNING] Cannot get the branch information from the git repository: 
06:13:47 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:47 
06:13:47 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:47 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator
06:13:47 [INFO] Storing buildScmBranch: UNKNOWN
06:13:47 [INFO] 
06:13:47 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator ---
06:13:47 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/translator/target/jacoco.exec
06:13:47 [INFO] 
06:13:47 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator ---
06:13:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:13:47 [INFO] 
06:13:47 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator ---
06:13:47 [INFO] 
06:13:47 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator ---
06:13:47 [INFO] 
06:13:47 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator ---
06:13:47 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator/2.1.0-SNAPSHOT/kapua-translator-2.1.0-SNAPSHOT.pom
06:13:47 [INFO] 
06:13:47 [INFO] ---------------< org.eclipse.kapua:kapua-translator-api >---------------
06:13:47 [INFO] Building kapua-translator-api 2.1.0-SNAPSHOT                    [43/229]
06:13:47 [INFO]   from translator/api/pom.xml
06:13:47 [INFO] --------------------------------[ jar ]---------------------------------
06:13:47 [INFO] 
06:13:47 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-api ---
06:13:47 [INFO] 
06:13:47 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-api ---
06:13:47 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:47 [INFO] 
06:13:47 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-api ---
06:13:47 [INFO] Required toolchain: jdk [ version='11' ]
06:13:47 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:47 [INFO] 
06:13:47 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-api ---
06:13:47 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:47 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/api
06:13:47 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916827982
06:13:48 [WARNING] Cannot get the branch information from the git repository: 
06:13:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:48 
06:13:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/api
06:13:48 [INFO] Storing buildScmBranch: UNKNOWN
06:13:48 [INFO] 
06:13:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-api ---
06:13:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/translator/api/target/jacoco.exec
06:13:48 [INFO] 
06:13:48 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-api ---
06:13:48 [INFO] Copying 1 resource
06:13:48 [INFO] 
06:13:48 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-api ---
06:13:48 [INFO] Copying 1 resource
06:13:48 [INFO] 
06:13:48 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-api ---
06:13:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:48 [INFO] Changes detected - recompiling the module!
06:13:48 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-test/translator/api/target/classes
06:13:51 [INFO] 
06:13:51 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-api ---
06:13:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/translator/api/src/test/resources
06:13:51 [INFO] 
06:13:51 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-api ---
06:13:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:51 [INFO] No sources to compile
06:13:51 [INFO] 
06:13:51 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-api ---
06:13:51 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:51 [INFO] No tests to run.
06:13:51 [INFO] 
06:13:51 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-api ---
06:13:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:13:51 [INFO] 
06:13:51 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-api ---
06:13:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/api/target/kapua-translator-api-2.1.0-SNAPSHOT.jar
06:13:51 [INFO] 
06:13:51 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-api ---
06:13:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/api/target/kapua-translator-api-2.1.0-SNAPSHOT-sources.jar
06:13:51 [INFO] 
06:13:51 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-api ---
06:13:51 [INFO] 
06:13:51 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-api ---
06:13:51 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/api/target/kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-api/2.1.0-SNAPSHOT/kapua-translator-api-2.1.0-SNAPSHOT.jar
06:13:51 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-api/2.1.0-SNAPSHOT/kapua-translator-api-2.1.0-SNAPSHOT.pom
06:13:51 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/api/target/kapua-translator-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-api/2.1.0-SNAPSHOT/kapua-translator-api-2.1.0-SNAPSHOT-sources.jar
06:13:51 [INFO] 
06:13:51 [INFO] --------------< org.eclipse.kapua:kapua-message-internal >--------------
06:13:51 [INFO] Building kapua-message-internal 2.1.0-SNAPSHOT                  [44/229]
06:13:51 [INFO]   from message/internal/pom.xml
06:13:51 [INFO] --------------------------------[ jar ]---------------------------------
06:13:51 [INFO] 
06:13:51 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-message-internal ---
06:13:51 [INFO] 
06:13:51 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message-internal ---
06:13:51 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:13:51 [INFO] 
06:13:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message-internal ---
06:13:51 [INFO] Required toolchain: jdk [ version='11' ]
06:13:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:51 [INFO] 
06:13:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message-internal ---
06:13:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message/internal
06:13:51 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916831711
06:13:51 [WARNING] Cannot get the branch information from the git repository: 
06:13:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:13:51 
06:13:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:13:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message/internal
06:13:51 [INFO] Storing buildScmBranch: UNKNOWN
06:13:51 [INFO] 
06:13:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message-internal ---
06:13:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/message/internal/target/jacoco.exec
06:13:51 [INFO] 
06:13:51 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-message-internal ---
06:13:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/message/internal/src/main/resources
06:13:51 [INFO] 
06:13:51 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-message-internal ---
06:13:51 [INFO] Copying 1 resource
06:13:51 [INFO] 
06:13:51 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-message-internal ---
06:13:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:51 [INFO] Changes detected - recompiling the module!
06:13:51 [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/develop-test/message/internal/target/classes
06:13:55 [INFO] 
06:13:55 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-message-internal ---
06:13:55 [INFO] Copying 3 resources
06:13:55 [INFO] 
06:13:55 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-message-internal ---
06:13:55 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:13:55 [INFO] Changes detected - recompiling the module!
06:13:55 [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/develop-test/message/internal/target/test-classes
06:14:00 [INFO] 
06:14:00 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-message-internal ---
06:14:00 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:00 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:14:00 [INFO] 
06:14:00 [INFO] -------------------------------------------------------
06:14:00 [INFO]  T E S T S
06:14:00 [INFO] -------------------------------------------------------
06:14:01 [INFO] Running org.eclipse.kapua.message.internal.KapuaMessageTest
06:14:02 [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.979 s - in org.eclipse.kapua.message.internal.KapuaMessageTest
06:14:02 [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaAppsMessageTest
06:14:02 10:14:02.949 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:14:02 10:14:02.961 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 
06:14:03 10:14:03.450 [main] INFO  org.reflections.Reflections - Reflections took 260 ms to scan 4 urls, producing 79 keys and 122 values
06:14:03 10:14:03.574 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
06:14:03 10:14:03.578 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:14:03 10:14:03.578 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
06:14:03 10:14:03.578 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:14:03 10:14:03.578 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model
06:14:03 10:14:03.579 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
06:14:03 10:14:03.579 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:14:03 10:14:03.579 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:14:03 10:14:03.579 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
06:14:03 10:14:03.579 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model.id.CommonsModelIdModule
06:14:03 10:14:03.580 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
06:14:03 10:14:03.580 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
06:14:03 10:14:03.580 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.MessageModule
06:14:03 10:14:03.580 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.data.MessageDataModule
06:14:03 10:14:03.580 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule
06:14:03 10:14:03.580 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
06:14:03 10:14:03.581 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.TestModule
06:14:03 10:14:03.581 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
06:14:03 10:14:03.581 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:14:03 10:14:03.581 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:14:04 10:14:04.691 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
06:14:05 10:14:05.237 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration ===================
06:14:05 10:14:05.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:14:05 10:14:05.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:14:05 10:14:05.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model
06:14:05 10:14:05.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
06:14:05 10:14:05.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:14:05 10:14:05.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:14:05 10:14:05.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded XmlSerializable Classes: 0
06:14:05 10:14:05.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded XmlSerializable Classes: 0
06:14:05 10:14:05.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:14:05 10:14:05.239 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE
06:14:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.345 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaAppsMessageTest
06:14:05 [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaBirthMessageTest
06:14:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaBirthMessageTest
06:14:05 [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaMissingMessageTest
06:14:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaMissingMessageTest
06:14:05 [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaDisconnectMessageTest
06:14:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaDisconnectMessageTest
06:14:05 [INFO] Running org.eclipse.kapua.message.internal.device.data.KapuaDeviceDataTest
06:14:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.message.internal.device.data.KapuaDeviceDataTest
06:14:05 [INFO] Running org.eclipse.kapua.message.internal.KapuaMessageFactoryTest
06:14:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.message.internal.KapuaMessageFactoryTest
06:14:05 [INFO] Running org.eclipse.kapua.message.internal.KapuaPayloadTest
06:14:05 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.01 s - in org.eclipse.kapua.message.internal.KapuaPayloadTest
06:14:05 [INFO] Running org.eclipse.kapua.message.internal.xml.KapuaMetricTest
06:14:05 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.kapua.message.internal.xml.KapuaMetricTest
06:14:05 [INFO] Running org.eclipse.kapua.message.internal.xml.KapuaMetricsMapAdapterTest
06:14:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.487 s - in org.eclipse.kapua.message.internal.xml.KapuaMetricsMapAdapterTest
06:14:07 [INFO] Running org.eclipse.kapua.message.internal.KapuaPositionTest
06:14:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.kapua.message.internal.KapuaPositionTest
06:14:08 [INFO] Running org.eclipse.kapua.message.internal.KapuaDataMessageFactoryTest
06:14:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.KapuaDataMessageFactoryTest
06:14:08 [INFO] Running org.eclipse.kapua.message.internal.MessageExceptionTest
06:14:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.MessageExceptionTest
06:14:08 [INFO] Running org.eclipse.kapua.message.internal.KapuaChannelTest
06:14:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.message.internal.KapuaChannelTest
06:14:08 [INFO] 
06:14:08 [INFO] Results:
06:14:08 [INFO] 
06:14:08 [WARNING] Tests run: 59, Failures: 0, Errors: 0, Skipped: 2
06:14:08 [INFO] 
06:14:08 [INFO] 
06:14:08 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-message-internal ---
06:14:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/message/internal/target/jacoco.exec
06:14:08 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:14:08 [INFO] 
06:14:08 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-message-internal ---
06:14:08 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT.jar
06:14:08 [INFO] 
06:14:08 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-message-internal ---
06:14:08 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT-sources.jar
06:14:08 [INFO] 
06:14:08 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-message-internal ---
06:14:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/message/internal/target/jacoco.exec
06:14:08 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:14:08 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:14:08 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:14:08 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:14:08 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:14:08 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:14:08 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:14:08 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:14:08 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:14:08 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:14:08 [INFO] 
06:14:08 [INFO] --- install:2.5.2:install (default-install) @ kapua-message-internal ---
06:14:08 [INFO] Installing /home/jenkins/agent/workspace/develop-test/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-message-internal/2.1.0-SNAPSHOT/kapua-message-internal-2.1.0-SNAPSHOT.jar
06:14:08 [INFO] Installing /home/jenkins/agent/workspace/develop-test/message/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-message-internal/2.1.0-SNAPSHOT/kapua-message-internal-2.1.0-SNAPSHOT.pom
06:14:08 [INFO] Installing /home/jenkins/agent/workspace/develop-test/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-message-internal/2.1.0-SNAPSHOT/kapua-message-internal-2.1.0-SNAPSHOT-sources.jar
06:14:08 [INFO] 
06:14:08 [INFO] ---------------< org.eclipse.kapua:kapua-transport-mqtt >---------------
06:14:08 [INFO] Building kapua-transport-mqtt 2.1.0-SNAPSHOT                    [45/229]
06:14:08 [INFO]   from transport/mqtt/pom.xml
06:14:08 [INFO] --------------------------------[ jar ]---------------------------------
06:14:09 [INFO] 
06:14:09 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport-mqtt ---
06:14:09 [INFO] 
06:14:09 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-mqtt ---
06:14:09 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:14:09 [INFO] 
06:14:09 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-mqtt ---
06:14:09 [INFO] Required toolchain: jdk [ version='11' ]
06:14:09 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:09 [INFO] 
06:14:09 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-mqtt ---
06:14:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/mqtt
06:14:09 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916849236
06:14:09 [WARNING] Cannot get the branch information from the git repository: 
06:14:09 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:14:09 
06:14:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/mqtt
06:14:09 [INFO] Storing buildScmBranch: UNKNOWN
06:14:09 [INFO] 
06:14:09 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-mqtt ---
06:14:09 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/transport/mqtt/target/jacoco.exec
06:14:09 [INFO] 
06:14:09 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-mqtt ---
06:14:09 [INFO] Copying 3 resources
06:14:09 [INFO] 
06:14:09 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-mqtt ---
06:14:09 [INFO] Copying 1 resource
06:14:09 [INFO] 
06:14:09 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-mqtt ---
06:14:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:09 [INFO] Changes detected - recompiling the module!
06:14:09 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/classes
06:14:13 [INFO] 
06:14:13 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-transport-mqtt ---
06:14:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/transport/mqtt/src/test/resources
06:14:13 [INFO] 
06:14:13 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-transport-mqtt ---
06:14:13 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:13 [INFO] Changes detected - recompiling the module!
06:14:13 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/test-classes
06:14:17 [INFO] 
06:14:17 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-transport-mqtt ---
06:14:17 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:17 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:14:17 [INFO] 
06:14:17 [INFO] -------------------------------------------------------
06:14:17 [INFO]  T E S T S
06:14:17 [INFO] -------------------------------------------------------
06:14:18 [INFO] Running org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttMessageTest
06:14:19 10:14:19.480 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/transport/mqtt/target/classes/
06:14:19 10:14:19.492 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to mqtt-client-setting.properties
06:14:19 10:14:19.492 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/transport/mqtt/target/classes/mqtt-client-setting.properties
06:14:19 10:14:19.551 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'mqtt-client-setting.properties'
06:14:19 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 s - in org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttMessageTest
06:14:19 [INFO] Running org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttPayloadTest
06:14:19 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttPayloadTest
06:14:19 [INFO] Running org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttTopicTest
06:14:19 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttTopicTest
06:14:19 [INFO] Running org.eclipse.kapua.transport.mqtt.test.mqtt.exception.MqttClientExceptionTest
06:14:19 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.kapua.transport.mqtt.test.mqtt.exception.MqttClientExceptionTest
06:14:19 [INFO] Running org.eclipse.kapua.transport.mqtt.test.mqtt.MqttClientConnectionOptionsTest
06:14:19 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.transport.mqtt.test.mqtt.MqttClientConnectionOptionsTest
06:14:20 [INFO] 
06:14:20 [INFO] Results:
06:14:20 [INFO] 
06:14:20 [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0
06:14:20 [INFO] 
06:14:20 [INFO] 
06:14:20 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport-mqtt ---
06:14:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/jacoco.exec
06:14:20 [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes
06:14:20 [INFO] 
06:14:20 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-transport-mqtt ---
06:14:20 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
06:14:20 [INFO] 
06:14:20 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport-mqtt ---
06:14:20 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/kapua-transport-mqtt-2.1.0-SNAPSHOT-sources.jar
06:14:20 [INFO] 
06:14:20 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport-mqtt ---
06:14:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/jacoco.exec
06:14:20 [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes
06:14:20 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:14:20 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:14:20 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:14:20 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:14:20 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:14:20 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:14:20 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:14:21 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:14:21 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:14:21 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:14:21 [INFO] 
06:14:21 [INFO] --- install:2.5.2:install (default-install) @ kapua-transport-mqtt ---
06:14:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-transport-mqtt/2.1.0-SNAPSHOT/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
06:14:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/transport/mqtt/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-transport-mqtt/2.1.0-SNAPSHOT/kapua-transport-mqtt-2.1.0-SNAPSHOT.pom
06:14:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/kapua-transport-mqtt-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-transport-mqtt/2.1.0-SNAPSHOT/kapua-transport-mqtt-2.1.0-SNAPSHOT-sources.jar
06:14:21 [INFO] 
06:14:21 [INFO] --------------< org.eclipse.kapua:kapua-device-call-kura >--------------
06:14:21 [INFO] Building kapua-device-call-kura 2.1.0-SNAPSHOT                  [46/229]
06:14:21 [INFO]   from service/device/call/kura/pom.xml
06:14:21 [INFO] --------------------------------[ jar ]---------------------------------
06:14:21 [INFO] 
06:14:21 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-call-kura ---
06:14:21 [INFO] 
06:14:21 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call-kura ---
06:14:21 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:14:22 [INFO] 
06:14:22 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call-kura ---
06:14:22 [INFO] Required toolchain: jdk [ version='11' ]
06:14:22 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:22 [INFO] 
06:14:22 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call-kura ---
06:14:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call/kura
06:14:22 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916862349
06:14:22 [WARNING] Cannot get the branch information from the git repository: 
06:14:22 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:14:22 
06:14:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call/kura
06:14:22 [INFO] Storing buildScmBranch: UNKNOWN
06:14:22 [INFO] 
06:14:22 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call-kura ---
06:14:22 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/call/kura/target/jacoco.exec
06:14:22 [INFO] 
06:14:22 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-call-kura ---
06:14:22 [INFO] Copying 1 resource
06:14:22 [INFO] 
06:14:22 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-call-kura ---
06:14:22 [INFO] Copying 1 resource
06:14:22 [INFO] 
06:14:22 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-call-kura ---
06:14:22 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:22 [INFO] Changes detected - recompiling the module!
06:14:22 [INFO] Compiling 109 source files to /home/jenkins/agent/workspace/develop-test/service/device/call/kura/target/classes
06:14:30 [INFO] 
06:14:30 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-call-kura ---
06:14:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/call/kura/src/test/resources
06:14:30 [INFO] 
06:14:30 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-call-kura ---
06:14:30 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:30 [INFO] No sources to compile
06:14:30 [INFO] 
06:14:30 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-call-kura ---
06:14:30 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:30 [INFO] No tests to run.
06:14:30 [INFO] 
06:14:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-call-kura ---
06:14:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:14:30 [INFO] 
06:14:30 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-call-kura ---
06:14:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/call/kura/target/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
06:14:30 [INFO] 
06:14:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-call-kura ---
06:14:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/call/kura/target/kapua-device-call-kura-2.1.0-SNAPSHOT-sources.jar
06:14:30 [INFO] 
06:14:30 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-call-kura ---
06:14:30 [INFO] 
06:14:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-call-kura ---
06:14:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/call/kura/target/kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-call-kura/2.1.0-SNAPSHOT/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
06:14:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/call/kura/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-call-kura/2.1.0-SNAPSHOT/kapua-device-call-kura-2.1.0-SNAPSHOT.pom
06:14:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/call/kura/target/kapua-device-call-kura-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-call-kura/2.1.0-SNAPSHOT/kapua-device-call-kura-2.1.0-SNAPSHOT-sources.jar
06:14:30 [INFO] 
06:14:30 [INFO] ---------< org.eclipse.kapua:kapua-device-management-registry >---------
06:14:30 [INFO] Building kapua-device-management-registry 2.1.0-SNAPSHOT        [47/229]
06:14:30 [INFO]   from service/device/management/registry/pom.xml
06:14:30 [INFO] --------------------------------[ pom ]---------------------------------
06:14:30 [INFO] 
06:14:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-registry ---
06:14:30 [INFO] 
06:14:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry ---
06:14:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:14:30 [INFO] 
06:14:30 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry ---
06:14:30 [INFO] Required toolchain: jdk [ version='11' ]
06:14:30 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:30 [INFO] 
06:14:30 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry ---
06:14:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry
06:14:30 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916870564
06:14:30 [WARNING] Cannot get the branch information from the git repository: 
06:14:30 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:14:30 
06:14:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry
06:14:30 [INFO] Storing buildScmBranch: UNKNOWN
06:14:30 [INFO] 
06:14:30 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry ---
06:14:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/registry/target/jacoco.exec
06:14:30 [INFO] 
06:14:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-registry ---
06:14:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:14:30 [INFO] 
06:14:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-registry ---
06:14:30 [INFO] 
06:14:30 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-registry ---
06:14:30 [INFO] 
06:14:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-registry ---
06:14:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/registry/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-registry/2.1.0-SNAPSHOT/kapua-device-management-registry-2.1.0-SNAPSHOT.pom
06:14:30 [INFO] 
06:14:30 [INFO] -------< org.eclipse.kapua:kapua-device-management-registry-api >-------
06:14:30 [INFO] Building kapua-device-management-registry-api 2.1.0-SNAPSHOT    [48/229]
06:14:30 [INFO]   from service/device/management/registry/api/pom.xml
06:14:30 [INFO] --------------------------------[ jar ]---------------------------------
06:14:30 [INFO] 
06:14:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-registry-api ---
06:14:30 [INFO] 
06:14:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry-api ---
06:14:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:14:30 [INFO] 
06:14:30 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry-api ---
06:14:30 [INFO] Required toolchain: jdk [ version='11' ]
06:14:30 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:30 [INFO] 
06:14:30 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry-api ---
06:14:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api
06:14:30 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916870840
06:14:30 [WARNING] Cannot get the branch information from the git repository: 
06:14:30 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:14:30 
06:14:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api
06:14:30 [INFO] Storing buildScmBranch: UNKNOWN
06:14:30 [INFO] 
06:14:30 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry-api ---
06:14:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/target/jacoco.exec
06:14:30 [INFO] 
06:14:30 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-registry-api ---
06:14:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/src/main/resources
06:14:30 [INFO] 
06:14:30 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-registry-api ---
06:14:30 [INFO] Copying 1 resource
06:14:30 [INFO] 
06:14:30 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-registry-api ---
06:14:30 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:30 [INFO] Changes detected - recompiling the module!
06:14:30 [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/target/classes
06:14:35 [INFO] 
06:14:35 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-registry-api ---
06:14:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/src/test/resources
06:14:35 [INFO] 
06:14:35 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-registry-api ---
06:14:35 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:35 [INFO] No sources to compile
06:14:35 [INFO] 
06:14:35 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-registry-api ---
06:14:35 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:35 [INFO] No tests to run.
06:14:35 [INFO] 
06:14:35 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-registry-api ---
06:14:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:14:35 [INFO] 
06:14:35 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-registry-api ---
06:14:35 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/target/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
06:14:35 [INFO] 
06:14:35 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-registry-api ---
06:14:35 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/target/kapua-device-management-registry-api-2.1.0-SNAPSHOT-sources.jar
06:14:35 [INFO] 
06:14:35 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-registry-api ---
06:14:35 [INFO] 
06:14:35 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-registry-api ---
06:14:35 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/target/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-registry-api/2.1.0-SNAPSHOT/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
06:14:35 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-registry-api/2.1.0-SNAPSHOT/kapua-device-management-registry-api-2.1.0-SNAPSHOT.pom
06:14:35 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/target/kapua-device-management-registry-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-registry-api/2.1.0-SNAPSHOT/kapua-device-management-registry-api-2.1.0-SNAPSHOT-sources.jar
06:14:35 [INFO] 
06:14:35 [INFO] ---------------< org.eclipse.kapua:kapua-device-commons >---------------
06:14:35 [INFO] Building kapua-device-commons 2.1.0-SNAPSHOT                    [49/229]
06:14:35 [INFO]   from service/device/commons/pom.xml
06:14:35 [INFO] --------------------------------[ jar ]---------------------------------
06:14:35 [INFO] 
06:14:35 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-commons ---
06:14:35 [INFO] 
06:14:35 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-commons ---
06:14:35 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:14:35 [INFO] 
06:14:35 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-commons ---
06:14:35 [INFO] Required toolchain: jdk [ version='11' ]
06:14:35 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:35 [INFO] 
06:14:35 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-commons ---
06:14:35 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:35 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/commons
06:14:35 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916875385
06:14:35 [WARNING] Cannot get the branch information from the git repository: 
06:14:35 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:14:35 
06:14:35 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:35 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/commons
06:14:35 [INFO] Storing buildScmBranch: UNKNOWN
06:14:35 [INFO] 
06:14:35 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-commons ---
06:14:35 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/commons/target/jacoco.exec
06:14:35 [INFO] 
06:14:35 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-commons ---
06:14:35 [INFO] Copying 6 resources
06:14:35 [INFO] 
06:14:35 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-commons ---
06:14:35 [INFO] Copying 1 resource
06:14:35 [INFO] 
06:14:35 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-commons ---
06:14:35 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:35 [INFO] Changes detected - recompiling the module!
06:14:35 [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/develop-test/service/device/commons/target/classes
06:14:39 [INFO] 
06:14:39 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-commons ---
06:14:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/commons/src/test/resources
06:14:39 [INFO] 
06:14:39 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-commons ---
06:14:39 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:39 [INFO] Changes detected - recompiling the module!
06:14:39 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/device/commons/target/test-classes
06:14:42 [INFO] 
06:14:42 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-commons ---
06:14:42 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:42 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:14:42 [INFO] 
06:14:42 [INFO] -------------------------------------------------------
06:14:42 [INFO]  T E S T S
06:14:42 [INFO] -------------------------------------------------------
06:14:44 [INFO] Running org.eclipse.kapua.service.device.management.commons.message.notification.KapuaNotifyMessageTest
06:14:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.kapua.service.device.management.commons.message.notification.KapuaNotifyMessageTest
06:14:44 [INFO] 
06:14:44 [INFO] Results:
06:14:44 [INFO] 
06:14:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
06:14:44 [INFO] 
06:14:44 [INFO] 
06:14:44 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-commons ---
06:14:44 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/commons/target/jacoco.exec
06:14:44 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:14:44 [INFO] 
06:14:44 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-commons ---
06:14:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/commons/target/kapua-device-commons-2.1.0-SNAPSHOT.jar
06:14:44 [INFO] 
06:14:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-commons ---
06:14:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/commons/target/kapua-device-commons-2.1.0-SNAPSHOT-sources.jar
06:14:44 [INFO] 
06:14:44 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-commons ---
06:14:44 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/commons/target/jacoco.exec
06:14:44 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:14:44 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:14:44 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:14:44 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:14:44 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:14:44 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:14:44 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:14:44 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:14:44 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:14:44 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:14:44 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:14:44 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:14:44 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:14:44 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:14:44 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:14:45 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:14:45 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:14:45 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:14:45 [INFO] 
06:14:45 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-commons ---
06:14:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/commons/target/kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-commons/2.1.0-SNAPSHOT/kapua-device-commons-2.1.0-SNAPSHOT.jar
06:14:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/commons/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-commons/2.1.0-SNAPSHOT/kapua-device-commons-2.1.0-SNAPSHOT.pom
06:14:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/commons/target/kapua-device-commons-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-commons/2.1.0-SNAPSHOT/kapua-device-commons-2.1.0-SNAPSHOT-sources.jar
06:14:45 [INFO] 
06:14:45 [INFO] --------------< org.eclipse.kapua:kapua-service-commons >---------------
06:14:45 [INFO] Building kapua-service-commons 2.1.0-SNAPSHOT                   [50/229]
06:14:45 [INFO]   from service/commons/pom.xml
06:14:45 [INFO] --------------------------------[ pom ]---------------------------------
06:14:45 [INFO] 
06:14:45 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons ---
06:14:45 [INFO] 
06:14:45 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons ---
06:14:45 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:14:45 [INFO] 
06:14:45 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons ---
06:14:45 [INFO] Required toolchain: jdk [ version='11' ]
06:14:45 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:45 [INFO] 
06:14:45 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons ---
06:14:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons
06:14:45 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916885643
06:14:45 [WARNING] Cannot get the branch information from the git repository: 
06:14:45 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:14:45 
06:14:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons
06:14:45 [INFO] Storing buildScmBranch: UNKNOWN
06:14:45 [INFO] 
06:14:45 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons ---
06:14:45 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/commons/target/jacoco.exec
06:14:45 [INFO] 
06:14:45 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons ---
06:14:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:14:45 [INFO] 
06:14:45 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons ---
06:14:45 [INFO] 
06:14:45 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons ---
06:14:45 [INFO] 
06:14:45 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons ---
06:14:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-commons/2.1.0-SNAPSHOT/kapua-service-commons-2.1.0-SNAPSHOT.pom
06:14:45 [INFO] 
06:14:45 [INFO] --------------< org.eclipse.kapua:kapua-service-storable >--------------
06:14:45 [INFO] Building kapua-service-storable 2.1.0-SNAPSHOT                  [51/229]
06:14:45 [INFO]   from service/commons/storable/pom.xml
06:14:45 [INFO] --------------------------------[ pom ]---------------------------------
06:14:45 [INFO] 
06:14:45 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-storable ---
06:14:45 [INFO] 
06:14:45 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable ---
06:14:45 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:14:45 [INFO] 
06:14:45 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable ---
06:14:45 [INFO] Required toolchain: jdk [ version='11' ]
06:14:45 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:45 [INFO] 
06:14:45 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable ---
06:14:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable
06:14:45 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916885899
06:14:45 [WARNING] Cannot get the branch information from the git repository: 
06:14:45 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:14:45 
06:14:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable
06:14:45 [INFO] Storing buildScmBranch: UNKNOWN
06:14:45 [INFO] 
06:14:45 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable ---
06:14:45 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/commons/storable/target/jacoco.exec
06:14:45 [INFO] 
06:14:45 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-storable ---
06:14:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:14:45 [INFO] 
06:14:45 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-storable ---
06:14:45 [INFO] 
06:14:45 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-storable ---
06:14:45 [INFO] 
06:14:45 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-storable ---
06:14:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/storable/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-storable/2.1.0-SNAPSHOT/kapua-service-storable-2.1.0-SNAPSHOT.pom
06:14:45 [INFO] 
06:14:45 [INFO] ------------< org.eclipse.kapua:kapua-service-storable-api >------------
06:14:45 [INFO] Building kapua-service-storable-api 2.1.0-SNAPSHOT              [52/229]
06:14:45 [INFO]   from service/commons/storable/api/pom.xml
06:14:45 [INFO] --------------------------------[ jar ]---------------------------------
06:14:45 [INFO] 
06:14:45 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-storable-api ---
06:14:45 [INFO] 
06:14:45 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable-api ---
06:14:45 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:14:46 [INFO] 
06:14:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable-api ---
06:14:46 [INFO] Required toolchain: jdk [ version='11' ]
06:14:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:46 [INFO] 
06:14:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable-api ---
06:14:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable/api
06:14:46 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916886152
06:14:46 [WARNING] Cannot get the branch information from the git repository: 
06:14:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:14:46 
06:14:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable/api
06:14:46 [INFO] Storing buildScmBranch: UNKNOWN
06:14:46 [INFO] 
06:14:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable-api ---
06:14:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/jacoco.exec
06:14:46 [INFO] 
06:14:46 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-storable-api ---
06:14:46 [INFO] Copying 1 resource
06:14:46 [INFO] 
06:14:46 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-storable-api ---
06:14:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:46 [INFO] Changes detected - recompiling the module!
06:14:46 [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/classes
06:14:49 [INFO] 
06:14:49 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-storable-api ---
06:14:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/src/test/resources
06:14:49 [INFO] 
06:14:49 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-storable-api ---
06:14:49 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:49 [INFO] Changes detected - recompiling the module!
06:14:49 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/test-classes
06:14:52 [INFO] 
06:14:52 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-storable-api ---
06:14:52 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:52 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:14:52 [INFO] 
06:14:52 [INFO] -------------------------------------------------------
06:14:52 [INFO]  T E S T S
06:14:52 [INFO] -------------------------------------------------------
06:14:54 [INFO] Running org.eclipse.kapua.service.storable.exception.InvalidValueMappingExceptionTest
06:14:54 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
06:14:54 SLF4J: Defaulting to no-operation (NOP) logger implementation
06:14:54 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
06:14:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s - in org.eclipse.kapua.service.storable.exception.InvalidValueMappingExceptionTest
06:14:54 [INFO] Running org.eclipse.kapua.service.storable.exception.UnsupportedTypeMappingExceptionTest
06:14:54 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.kapua.service.storable.exception.UnsupportedTypeMappingExceptionTest
06:14:54 [INFO] 
06:14:54 [INFO] Results:
06:14:54 [INFO] 
06:14:54 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
06:14:54 [INFO] 
06:14:54 [INFO] 
06:14:54 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-storable-api ---
06:14:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/jacoco.exec
06:14:54 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:14:54 [INFO] 
06:14:54 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-storable-api ---
06:14:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
06:14:54 [INFO] 
06:14:54 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-storable-api ---
06:14:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/kapua-service-storable-api-2.1.0-SNAPSHOT-sources.jar
06:14:54 [INFO] 
06:14:54 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-storable-api ---
06:14:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/jacoco.exec
06:14:54 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:14:54 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:14:54 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:14:54 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:14:54 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:14:55 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:14:55 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:14:55 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:14:55 [INFO] 
06:14:55 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-storable-api ---
06:14:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/kapua-service-storable-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-storable-api/2.1.0-SNAPSHOT/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
06:14:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-storable-api/2.1.0-SNAPSHOT/kapua-service-storable-api-2.1.0-SNAPSHOT.pom
06:14:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/kapua-service-storable-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-storable-api/2.1.0-SNAPSHOT/kapua-service-storable-api-2.1.0-SNAPSHOT-sources.jar
06:14:55 [INFO] 
06:14:55 [INFO] -----------< org.eclipse.kapua:kapua-service-elasticsearch >------------
06:14:55 [INFO] Building kapua-service-elasticsearch 2.1.0-SNAPSHOT             [53/229]
06:14:55 [INFO]   from service/commons/elasticsearch/pom.xml
06:14:55 [INFO] --------------------------------[ pom ]---------------------------------
06:14:55 [INFO] 
06:14:55 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-elasticsearch ---
06:14:55 [INFO] 
06:14:55 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch ---
06:14:55 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:14:55 [INFO] 
06:14:55 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch ---
06:14:55 [INFO] Required toolchain: jdk [ version='11' ]
06:14:55 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:55 [INFO] 
06:14:55 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch ---
06:14:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch
06:14:55 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916895420
06:14:55 [WARNING] Cannot get the branch information from the git repository: 
06:14:55 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:14:55 
06:14:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch
06:14:55 [INFO] Storing buildScmBranch: UNKNOWN
06:14:55 [INFO] 
06:14:55 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch ---
06:14:55 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/target/jacoco.exec
06:14:55 [INFO] 
06:14:55 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-elasticsearch ---
06:14:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:14:55 [INFO] 
06:14:55 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-elasticsearch ---
06:14:55 [INFO] 
06:14:55 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-elasticsearch ---
06:14:55 [INFO] 
06:14:55 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-elasticsearch ---
06:14:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-elasticsearch/2.1.0-SNAPSHOT/kapua-service-elasticsearch-2.1.0-SNAPSHOT.pom
06:14:55 [INFO] 
06:14:55 [INFO] ------< org.eclipse.kapua:kapua-service-elasticsearch-client-api >------
06:14:55 [INFO] Building kapua-service-elasticsearch-client-api 2.1.0-SNAPSHOT  [54/229]
06:14:55 [INFO]   from service/commons/elasticsearch/client-api/pom.xml
06:14:55 [INFO] --------------------------------[ jar ]---------------------------------
06:14:55 [INFO] 
06:14:55 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-elasticsearch-client-api ---
06:14:55 [INFO] 
06:14:55 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-api ---
06:14:55 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:14:55 [INFO] 
06:14:55 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch-client-api ---
06:14:55 [INFO] Required toolchain: jdk [ version='11' ]
06:14:55 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:55 [INFO] 
06:14:55 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch-client-api ---
06:14:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api
06:14:55 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916895841
06:14:55 [WARNING] Cannot get the branch information from the git repository: 
06:14:55 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:14:55 
06:14:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:14:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api
06:14:55 [INFO] Storing buildScmBranch: UNKNOWN
06:14:55 [INFO] 
06:14:55 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-api ---
06:14:55 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/jacoco.exec
06:14:55 [INFO] 
06:14:55 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-elasticsearch-client-api ---
06:14:55 [INFO] Copying 1 resource
06:14:55 [INFO] 
06:14:55 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-api ---
06:14:55 [INFO] Copying 1 resource
06:14:55 [INFO] 
06:14:55 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-api ---
06:14:55 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:14:55 [INFO] Changes detected - recompiling the module!
06:14:55 [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/classes
06:15:00 [INFO] 
06:15:00 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-elasticsearch-client-api ---
06:15:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/src/test/resources
06:15:00 [INFO] 
06:15:00 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-elasticsearch-client-api ---
06:15:00 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:00 [INFO] Changes detected - recompiling the module!
06:15:00 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/test-classes
06:15:03 [INFO] 
06:15:03 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-elasticsearch-client-api ---
06:15:03 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:03 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:15:03 [INFO] 
06:15:03 [INFO] -------------------------------------------------------
06:15:03 [INFO]  T E S T S
06:15:03 [INFO] -------------------------------------------------------
06:15:05 [INFO] Running org.eclipse.kapua.service.elasticsearch.client.utils.InetAddressParserTest
06:15:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.631 s - in org.eclipse.kapua.service.elasticsearch.client.utils.InetAddressParserTest
06:15:05 [INFO] 
06:15:05 [INFO] Results:
06:15:05 [INFO] 
06:15:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
06:15:05 [INFO] 
06:15:05 [INFO] 
06:15:05 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-elasticsearch-client-api ---
06:15:05 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/jacoco.exec
06:15:05 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:15:05 [INFO] 
06:15:05 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-elasticsearch-client-api ---
06:15:05 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
06:15:05 [INFO] 
06:15:05 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-elasticsearch-client-api ---
06:15:05 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT-sources.jar
06:15:05 [INFO] 
06:15:05 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-elasticsearch-client-api ---
06:15:05 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/jacoco.exec
06:15:05 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:15:06 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:15:06 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:15:06 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:15:06 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:15:06 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:15:06 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:15:06 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:15:06 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:15:06 [INFO] 
06:15:06 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-elasticsearch-client-api ---
06:15:06 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-api/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
06:15:06 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-api/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.pom
06:15:06 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-api/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT-sources.jar
06:15:06 [INFO] 
06:15:06 [INFO] -----------------< org.eclipse.kapua:kapua-datastore >------------------
06:15:06 [INFO] Building kapua-datastore 2.1.0-SNAPSHOT                         [55/229]
06:15:06 [INFO]   from service/datastore/pom.xml
06:15:06 [INFO] --------------------------------[ pom ]---------------------------------
06:15:06 [INFO] 
06:15:06 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore ---
06:15:06 [INFO] 
06:15:06 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore ---
06:15:06 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:07 [INFO] 
06:15:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore ---
06:15:07 [INFO] Required toolchain: jdk [ version='11' ]
06:15:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:07 [INFO] 
06:15:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore ---
06:15:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore
06:15:07 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916907397
06:15:07 [WARNING] Cannot get the branch information from the git repository: 
06:15:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:07 
06:15:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore
06:15:07 [INFO] Storing buildScmBranch: UNKNOWN
06:15:07 [INFO] 
06:15:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore ---
06:15:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/datastore/target/jacoco.exec
06:15:07 [INFO] 
06:15:07 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore ---
06:15:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:07 [INFO] 
06:15:07 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore ---
06:15:07 [INFO] 
06:15:07 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore ---
06:15:07 [INFO] 
06:15:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore ---
06:15:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/datastore/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-datastore/2.1.0-SNAPSHOT/kapua-datastore-2.1.0-SNAPSHOT.pom
06:15:07 [INFO] 
06:15:07 [INFO] ---------------< org.eclipse.kapua:kapua-datastore-api >----------------
06:15:07 [INFO] Building kapua-datastore-api 2.1.0-SNAPSHOT                     [56/229]
06:15:07 [INFO]   from service/datastore/api/pom.xml
06:15:07 [INFO] --------------------------------[ jar ]---------------------------------
06:15:07 [INFO] 
06:15:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore-api ---
06:15:07 [INFO] 
06:15:07 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-api ---
06:15:07 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:07 [INFO] 
06:15:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-api ---
06:15:07 [INFO] Required toolchain: jdk [ version='11' ]
06:15:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:07 [INFO] 
06:15:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-api ---
06:15:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/api
06:15:07 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916907637
06:15:07 [WARNING] Cannot get the branch information from the git repository: 
06:15:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:07 
06:15:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/api
06:15:07 [INFO] Storing buildScmBranch: UNKNOWN
06:15:07 [INFO] 
06:15:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-api ---
06:15:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/datastore/api/target/jacoco.exec
06:15:07 [INFO] 
06:15:07 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-api ---
06:15:07 [INFO] Copying 1 resource
06:15:07 [INFO] 
06:15:07 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-api ---
06:15:07 [INFO] Copying 1 resource
06:15:07 [INFO] 
06:15:07 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-api ---
06:15:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:07 [INFO] Changes detected - recompiling the module!
06:15:07 [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/develop-test/service/datastore/api/target/classes
06:15:11 [INFO] 
06:15:11 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-datastore-api ---
06:15:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/datastore/api/src/test/resources
06:15:11 [INFO] 
06:15:11 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-datastore-api ---
06:15:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:11 [INFO] No sources to compile
06:15:11 [INFO] 
06:15:11 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-datastore-api ---
06:15:11 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:11 [INFO] No tests to run.
06:15:11 [INFO] 
06:15:11 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore-api ---
06:15:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:11 [INFO] 
06:15:11 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-datastore-api ---
06:15:11 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/api/target/kapua-datastore-api-2.1.0-SNAPSHOT.jar
06:15:11 [INFO] 
06:15:11 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore-api ---
06:15:11 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/api/target/kapua-datastore-api-2.1.0-SNAPSHOT-sources.jar
06:15:11 [INFO] 
06:15:11 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore-api ---
06:15:11 [INFO] 
06:15:11 [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore-api ---
06:15:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/datastore/api/target/kapua-datastore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-datastore-api/2.1.0-SNAPSHOT/kapua-datastore-api-2.1.0-SNAPSHOT.jar
06:15:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/datastore/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-datastore-api/2.1.0-SNAPSHOT/kapua-datastore-api-2.1.0-SNAPSHOT.pom
06:15:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/datastore/api/target/kapua-datastore-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-datastore-api/2.1.0-SNAPSHOT/kapua-datastore-api-2.1.0-SNAPSHOT-sources.jar
06:15:11 [INFO] 
06:15:11 [INFO] ---------< org.eclipse.kapua:kapua-service-storable-internal >----------
06:15:11 [INFO] Building kapua-service-storable-internal 2.1.0-SNAPSHOT         [57/229]
06:15:11 [INFO]   from service/commons/storable/internal/pom.xml
06:15:11 [INFO] --------------------------------[ jar ]---------------------------------
06:15:11 [INFO] 
06:15:11 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-storable-internal ---
06:15:11 [INFO] 
06:15:11 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable-internal ---
06:15:11 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:11 [INFO] 
06:15:11 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable-internal ---
06:15:11 [INFO] Required toolchain: jdk [ version='11' ]
06:15:11 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:11 [INFO] 
06:15:11 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable-internal ---
06:15:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal
06:15:11 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916911946
06:15:11 [WARNING] Cannot get the branch information from the git repository: 
06:15:11 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:11 
06:15:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal
06:15:11 [INFO] Storing buildScmBranch: UNKNOWN
06:15:11 [INFO] 
06:15:11 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable-internal ---
06:15:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/target/jacoco.exec
06:15:11 [INFO] 
06:15:11 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-storable-internal ---
06:15:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/src/main/resources
06:15:11 [INFO] 
06:15:11 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-storable-internal ---
06:15:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:11 [INFO] Changes detected - recompiling the module!
06:15:11 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/target/classes
06:15:15 [INFO] 
06:15:15 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-storable-internal ---
06:15:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/src/test/resources
06:15:15 [INFO] 
06:15:15 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-storable-internal ---
06:15:15 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:15 [INFO] No sources to compile
06:15:15 [INFO] 
06:15:15 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-storable-internal ---
06:15:15 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:15 [INFO] No tests to run.
06:15:15 [INFO] 
06:15:15 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-storable-internal ---
06:15:15 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:15 [INFO] 
06:15:15 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-storable-internal ---
06:15:15 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/target/kapua-service-storable-internal-2.1.0-SNAPSHOT.jar
06:15:15 [INFO] 
06:15:15 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-storable-internal ---
06:15:15 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/target/kapua-service-storable-internal-2.1.0-SNAPSHOT-sources.jar
06:15:15 [INFO] 
06:15:15 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-storable-internal ---
06:15:16 [INFO] 
06:15:16 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-storable-internal ---
06:15:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/target/kapua-service-storable-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-storable-internal/2.1.0-SNAPSHOT/kapua-service-storable-internal-2.1.0-SNAPSHOT.jar
06:15:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-storable-internal/2.1.0-SNAPSHOT/kapua-service-storable-internal-2.1.0-SNAPSHOT.pom
06:15:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/target/kapua-service-storable-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-storable-internal/2.1.0-SNAPSHOT/kapua-service-storable-internal-2.1.0-SNAPSHOT-sources.jar
06:15:16 [INFO] 
06:15:16 [INFO] -----< org.eclipse.kapua:kapua-service-elasticsearch-client-rest >------
06:15:16 [INFO] Building kapua-service-elasticsearch-client-rest 2.1.0-SNAPSHOT [58/229]
06:15:16 [INFO]   from service/commons/elasticsearch/client-rest/pom.xml
06:15:16 [INFO] --------------------------------[ jar ]---------------------------------
06:15:16 [INFO] 
06:15:16 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-elasticsearch-client-rest ---
06:15:16 [INFO] 
06:15:16 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-rest ---
06:15:16 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:17 [INFO] 
06:15:17 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch-client-rest ---
06:15:17 [INFO] Required toolchain: jdk [ version='11' ]
06:15:17 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:17 [INFO] 
06:15:17 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch-client-rest ---
06:15:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest
06:15:17 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916917097
06:15:17 [WARNING] Cannot get the branch information from the git repository: 
06:15:17 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:17 
06:15:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest
06:15:17 [INFO] Storing buildScmBranch: UNKNOWN
06:15:17 [INFO] 
06:15:17 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-rest ---
06:15:17 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/target/jacoco.exec
06:15:17 [INFO] 
06:15:17 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-elasticsearch-client-rest ---
06:15:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/src/main/resources
06:15:17 [INFO] 
06:15:17 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-rest ---
06:15:17 [INFO] Copying 1 resource
06:15:17 [INFO] 
06:15:17 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-rest ---
06:15:17 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:17 [INFO] Changes detected - recompiling the module!
06:15:17 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/target/classes
06:15:21 [INFO] 
06:15:21 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-elasticsearch-client-rest ---
06:15:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/src/test/resources
06:15:21 [INFO] 
06:15:21 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-elasticsearch-client-rest ---
06:15:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:21 [INFO] No sources to compile
06:15:21 [INFO] 
06:15:21 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-elasticsearch-client-rest ---
06:15:21 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:21 [INFO] No tests to run.
06:15:21 [INFO] 
06:15:21 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-elasticsearch-client-rest ---
06:15:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:21 [INFO] 
06:15:21 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-elasticsearch-client-rest ---
06:15:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar
06:15:21 [INFO] 
06:15:21 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-elasticsearch-client-rest ---
06:15:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT-sources.jar
06:15:21 [INFO] 
06:15:21 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-elasticsearch-client-rest ---
06:15:21 [INFO] 
06:15:21 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-elasticsearch-client-rest ---
06:15:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-rest/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar
06:15:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-rest/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.pom
06:15:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-rest/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT-sources.jar
06:15:21 [INFO] 
06:15:21 [INFO] -------------< org.eclipse.kapua:kapua-datastore-internal >-------------
06:15:21 [INFO] Building kapua-datastore-internal 2.1.0-SNAPSHOT                [59/229]
06:15:21 [INFO]   from service/datastore/internal/pom.xml
06:15:21 [INFO] --------------------------------[ jar ]---------------------------------
06:15:21 [INFO] 
06:15:21 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore-internal ---
06:15:21 [INFO] 
06:15:21 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-internal ---
06:15:21 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:22 [INFO] 
06:15:22 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-internal ---
06:15:22 [INFO] Required toolchain: jdk [ version='11' ]
06:15:22 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:22 [INFO] 
06:15:22 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-internal ---
06:15:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/internal
06:15:22 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916922456
06:15:22 [WARNING] Cannot get the branch information from the git repository: 
06:15:22 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:22 
06:15:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/internal
06:15:22 [INFO] Storing buildScmBranch: UNKNOWN
06:15:22 [INFO] 
06:15:22 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-internal ---
06:15:22 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/datastore/internal/target/jacoco.exec
06:15:22 [INFO] 
06:15:22 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-internal ---
06:15:22 [INFO] Copying 10 resources
06:15:22 [INFO] 
06:15:22 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-internal ---
06:15:22 [INFO] Copying 1 resource
06:15:22 [INFO] 
06:15:22 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-internal ---
06:15:22 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:22 [INFO] Changes detected - recompiling the module!
06:15:22 [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/develop-test/service/datastore/internal/target/classes
06:15:29 [INFO] 
06:15:29 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-datastore-internal ---
06:15:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/datastore/internal/src/test/resources
06:15:29 [INFO] 
06:15:29 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-datastore-internal ---
06:15:29 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:29 [INFO] No sources to compile
06:15:29 [INFO] 
06:15:29 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-datastore-internal ---
06:15:29 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:29 [INFO] No tests to run.
06:15:29 [INFO] 
06:15:29 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore-internal ---
06:15:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:29 [INFO] 
06:15:29 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-datastore-internal ---
06:15:29 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/internal/target/kapua-datastore-internal-2.1.0-SNAPSHOT.jar
06:15:29 [INFO] 
06:15:29 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore-internal ---
06:15:29 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/internal/target/kapua-datastore-internal-2.1.0-SNAPSHOT-sources.jar
06:15:29 [INFO] 
06:15:29 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore-internal ---
06:15:29 [INFO] 
06:15:29 [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore-internal ---
06:15:29 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/datastore/internal/target/kapua-datastore-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-datastore-internal/2.1.0-SNAPSHOT/kapua-datastore-internal-2.1.0-SNAPSHOT.jar
06:15:29 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/datastore/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-datastore-internal/2.1.0-SNAPSHOT/kapua-datastore-internal-2.1.0-SNAPSHOT.pom
06:15:29 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/datastore/internal/target/kapua-datastore-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-datastore-internal/2.1.0-SNAPSHOT/kapua-datastore-internal-2.1.0-SNAPSHOT-sources.jar
06:15:29 [INFO] 
06:15:29 [INFO] ------------------< org.eclipse.kapua:kapua-plug-ins >------------------
06:15:29 [INFO] Building kapua-plug-ins 2.1.0-SNAPSHOT                          [60/229]
06:15:29 [INFO]   from plug-ins/pom.xml
06:15:29 [INFO] --------------------------------[ pom ]---------------------------------
06:15:29 [INFO] 
06:15:29 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-plug-ins ---
06:15:29 [INFO] 
06:15:29 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-plug-ins ---
06:15:29 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:29 [INFO] 
06:15:29 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-plug-ins ---
06:15:29 [INFO] Required toolchain: jdk [ version='11' ]
06:15:29 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:29 [INFO] 
06:15:29 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-plug-ins ---
06:15:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins
06:15:29 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916929846
06:15:29 [WARNING] Cannot get the branch information from the git repository: 
06:15:29 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:29 
06:15:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins
06:15:29 [INFO] Storing buildScmBranch: UNKNOWN
06:15:29 [INFO] 
06:15:29 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-plug-ins ---
06:15:29 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/plug-ins/target/jacoco.exec
06:15:29 [INFO] 
06:15:29 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-plug-ins ---
06:15:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:29 [INFO] 
06:15:29 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-plug-ins ---
06:15:29 [INFO] 
06:15:29 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-plug-ins ---
06:15:29 [INFO] 
06:15:29 [INFO] --- install:2.5.2:install (default-install) @ kapua-plug-ins ---
06:15:29 [INFO] Installing /home/jenkins/agent/workspace/develop-test/plug-ins/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-plug-ins/2.1.0-SNAPSHOT/kapua-plug-ins-2.1.0-SNAPSHOT.pom
06:15:29 [INFO] 
06:15:29 [INFO] --------------------< org.eclipse.kapua:kapua-sso >---------------------
06:15:29 [INFO] Building kapua-sso 2.1.0-SNAPSHOT                               [61/229]
06:15:29 [INFO]   from plug-ins/sso/pom.xml
06:15:29 [INFO] --------------------------------[ pom ]---------------------------------
06:15:29 [INFO] 
06:15:29 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-sso ---
06:15:29 [INFO] 
06:15:29 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-sso ---
06:15:29 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:30 [INFO] 
06:15:30 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-sso ---
06:15:30 [INFO] Required toolchain: jdk [ version='11' ]
06:15:30 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:30 [INFO] 
06:15:30 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-sso ---
06:15:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso
06:15:30 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916930118
06:15:30 [WARNING] Cannot get the branch information from the git repository: 
06:15:30 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:30 
06:15:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso
06:15:30 [INFO] Storing buildScmBranch: UNKNOWN
06:15:30 [INFO] 
06:15:30 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-sso ---
06:15:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/plug-ins/sso/target/jacoco.exec
06:15:30 [INFO] 
06:15:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-sso ---
06:15:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:30 [INFO] 
06:15:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-sso ---
06:15:30 [INFO] 
06:15:30 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-sso ---
06:15:30 [INFO] 
06:15:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-sso ---
06:15:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/plug-ins/sso/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-sso/2.1.0-SNAPSHOT/kapua-sso-2.1.0-SNAPSHOT.pom
06:15:30 [INFO] 
06:15:30 [INFO] ---------------< org.eclipse.kapua:kapua-openid-connect >---------------
06:15:30 [INFO] Building kapua-openid-connect 2.1.0-SNAPSHOT                    [62/229]
06:15:30 [INFO]   from plug-ins/sso/openid-connect/pom.xml
06:15:30 [INFO] --------------------------------[ pom ]---------------------------------
06:15:30 [INFO] 
06:15:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-connect ---
06:15:30 [INFO] 
06:15:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-connect ---
06:15:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:30 [INFO] 
06:15:30 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-connect ---
06:15:30 [INFO] Required toolchain: jdk [ version='11' ]
06:15:30 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:30 [INFO] 
06:15:30 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-connect ---
06:15:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect
06:15:30 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916930334
06:15:30 [WARNING] Cannot get the branch information from the git repository: 
06:15:30 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:30 
06:15:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect
06:15:30 [INFO] Storing buildScmBranch: UNKNOWN
06:15:30 [INFO] 
06:15:30 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-connect ---
06:15:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/target/jacoco.exec
06:15:30 [INFO] 
06:15:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-connect ---
06:15:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:30 [INFO] 
06:15:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-connect ---
06:15:30 [INFO] 
06:15:30 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-connect ---
06:15:30 [INFO] 
06:15:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-connect ---
06:15:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-openid-connect/2.1.0-SNAPSHOT/kapua-openid-connect-2.1.0-SNAPSHOT.pom
06:15:30 [INFO] 
06:15:30 [INFO] -----------------< org.eclipse.kapua:kapua-openid-api >-----------------
06:15:30 [INFO] Building kapua-openid-api 2.1.0-SNAPSHOT                        [63/229]
06:15:30 [INFO]   from plug-ins/sso/openid-connect/api/pom.xml
06:15:30 [INFO] --------------------------------[ jar ]---------------------------------
06:15:30 [INFO] 
06:15:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-api ---
06:15:30 [INFO] 
06:15:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-api ---
06:15:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:30 [INFO] 
06:15:30 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-api ---
06:15:30 [INFO] Required toolchain: jdk [ version='11' ]
06:15:30 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:30 [INFO] 
06:15:30 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-api ---
06:15:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api
06:15:30 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916930555
06:15:30 [WARNING] Cannot get the branch information from the git repository: 
06:15:30 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:30 
06:15:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api
06:15:30 [INFO] Storing buildScmBranch: UNKNOWN
06:15:30 [INFO] 
06:15:30 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-api ---
06:15:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/target/jacoco.exec
06:15:30 [INFO] 
06:15:30 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-api ---
06:15:30 [INFO] Copying 1 resource
06:15:30 [INFO] 
06:15:30 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-api ---
06:15:30 [INFO] Copying 1 resource
06:15:30 [INFO] 
06:15:30 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-api ---
06:15:30 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:30 [INFO] Changes detected - recompiling the module!
06:15:30 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/target/classes
06:15:32 [INFO] 
06:15:32 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-openid-api ---
06:15:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/src/test/resources
06:15:32 [INFO] 
06:15:32 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-openid-api ---
06:15:32 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:32 [INFO] No sources to compile
06:15:32 [INFO] 
06:15:32 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-openid-api ---
06:15:32 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:32 [INFO] No tests to run.
06:15:32 [INFO] 
06:15:32 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-api ---
06:15:32 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:32 [INFO] 
06:15:32 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-openid-api ---
06:15:32 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/target/kapua-openid-api-2.1.0-SNAPSHOT.jar
06:15:32 [INFO] 
06:15:32 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-api ---
06:15:32 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/target/kapua-openid-api-2.1.0-SNAPSHOT-sources.jar
06:15:32 [INFO] 
06:15:32 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-api ---
06:15:32 [INFO] 
06:15:32 [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-api ---
06:15:32 [INFO] Installing /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/target/kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-openid-api/2.1.0-SNAPSHOT/kapua-openid-api-2.1.0-SNAPSHOT.jar
06:15:32 [INFO] Installing /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-openid-api/2.1.0-SNAPSHOT/kapua-openid-api-2.1.0-SNAPSHOT.pom
06:15:32 [INFO] Installing /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/target/kapua-openid-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-openid-api/2.1.0-SNAPSHOT/kapua-openid-api-2.1.0-SNAPSHOT-sources.jar
06:15:32 [INFO] 
06:15:32 [INFO] --------------< org.eclipse.kapua:kapua-openid-provider >---------------
06:15:32 [INFO] Building kapua-openid-provider 2.1.0-SNAPSHOT                   [64/229]
06:15:32 [INFO]   from plug-ins/sso/openid-connect/provider/pom.xml
06:15:32 [INFO] --------------------------------[ jar ]---------------------------------
06:15:32 [INFO] 
06:15:32 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-provider ---
06:15:32 [INFO] 
06:15:32 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-provider ---
06:15:32 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:33 [INFO] 
06:15:33 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-provider ---
06:15:33 [INFO] Required toolchain: jdk [ version='11' ]
06:15:33 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:33 [INFO] 
06:15:33 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-provider ---
06:15:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider
06:15:33 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916933043
06:15:33 [WARNING] Cannot get the branch information from the git repository: 
06:15:33 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:33 
06:15:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider
06:15:33 [INFO] Storing buildScmBranch: UNKNOWN
06:15:33 [INFO] 
06:15:33 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-provider ---
06:15:33 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/target/jacoco.exec
06:15:33 [INFO] 
06:15:33 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-provider ---
06:15:33 [INFO] Copying 1 resource
06:15:33 [INFO] 
06:15:33 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-provider ---
06:15:33 [INFO] Copying 1 resource
06:15:33 [INFO] 
06:15:33 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-provider ---
06:15:33 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:33 [INFO] Changes detected - recompiling the module!
06:15:33 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/target/classes
06:15:37 [INFO] 
06:15:37 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-openid-provider ---
06:15:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/src/test/resources
06:15:37 [INFO] 
06:15:37 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-openid-provider ---
06:15:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:37 [INFO] No sources to compile
06:15:37 [INFO] 
06:15:37 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-openid-provider ---
06:15:37 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:37 [INFO] No tests to run.
06:15:37 [INFO] 
06:15:37 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-provider ---
06:15:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:37 [INFO] 
06:15:37 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-openid-provider ---
06:15:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-2.1.0-SNAPSHOT.jar
06:15:37 [INFO] 
06:15:37 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-provider ---
06:15:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-2.1.0-SNAPSHOT-sources.jar
06:15:37 [INFO] 
06:15:37 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-provider ---
06:15:37 [INFO] 
06:15:37 [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-provider ---
06:15:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-openid-provider/2.1.0-SNAPSHOT/kapua-openid-provider-2.1.0-SNAPSHOT.jar
06:15:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-openid-provider/2.1.0-SNAPSHOT/kapua-openid-provider-2.1.0-SNAPSHOT.pom
06:15:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-openid-provider/2.1.0-SNAPSHOT/kapua-openid-provider-2.1.0-SNAPSHOT-sources.jar
06:15:37 [INFO] 
06:15:37 [INFO] -----------< org.eclipse.kapua:kapua-security-registration >------------
06:15:37 [INFO] Building kapua-security-registration 2.1.0-SNAPSHOT             [65/229]
06:15:37 [INFO]   from service/security/registration/pom.xml
06:15:37 [INFO] --------------------------------[ pom ]---------------------------------
06:15:37 [INFO] 
06:15:37 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-registration ---
06:15:37 [INFO] 
06:15:37 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration ---
06:15:37 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:37 [INFO] 
06:15:37 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration ---
06:15:37 [INFO] Required toolchain: jdk [ version='11' ]
06:15:37 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:37 [INFO] 
06:15:37 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration ---
06:15:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration
06:15:37 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916937395
06:15:37 [WARNING] Cannot get the branch information from the git repository: 
06:15:37 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:37 
06:15:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration
06:15:37 [INFO] Storing buildScmBranch: UNKNOWN
06:15:37 [INFO] 
06:15:37 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration ---
06:15:37 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/registration/target/jacoco.exec
06:15:37 [INFO] 
06:15:37 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration ---
06:15:37 [INFO] Copying 1 resource
06:15:37 [INFO] 
06:15:37 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-registration ---
06:15:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:37 [INFO] 
06:15:37 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-registration ---
06:15:37 [INFO] 
06:15:37 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-registration ---
06:15:37 [INFO] 
06:15:37 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-registration ---
06:15:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/registration/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-registration/2.1.0-SNAPSHOT/kapua-security-registration-2.1.0-SNAPSHOT.pom
06:15:37 [INFO] 
06:15:37 [INFO] ---------< org.eclipse.kapua:kapua-security-registration-api >----------
06:15:37 [INFO] Building kapua-security-registration-api 2.1.0-SNAPSHOT         [66/229]
06:15:37 [INFO]   from service/security/registration/api/pom.xml
06:15:37 [INFO] --------------------------------[ jar ]---------------------------------
06:15:37 [INFO] 
06:15:37 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-registration-api ---
06:15:37 [INFO] 
06:15:37 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration-api ---
06:15:37 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:37 [INFO] 
06:15:37 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration-api ---
06:15:37 [INFO] Required toolchain: jdk [ version='11' ]
06:15:37 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:37 [INFO] 
06:15:37 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration-api ---
06:15:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration/api
06:15:37 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916937556
06:15:37 [WARNING] Cannot get the branch information from the git repository: 
06:15:37 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:37 
06:15:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration/api
06:15:37 [INFO] Storing buildScmBranch: UNKNOWN
06:15:37 [INFO] 
06:15:37 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration-api ---
06:15:37 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/registration/api/target/jacoco.exec
06:15:37 [INFO] 
06:15:37 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-registration-api ---
06:15:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/registration/api/src/main/resources
06:15:37 [INFO] 
06:15:37 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration-api ---
06:15:37 [INFO] Copying 1 resource
06:15:37 [INFO] 
06:15:37 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-registration-api ---
06:15:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:37 [INFO] Changes detected - recompiling the module!
06:15:37 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/security/registration/api/target/classes
06:15:40 [INFO] 
06:15:40 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-registration-api ---
06:15:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/registration/api/src/test/resources
06:15:40 [INFO] 
06:15:40 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-registration-api ---
06:15:40 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:40 [INFO] No sources to compile
06:15:40 [INFO] 
06:15:40 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-registration-api ---
06:15:40 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:40 [INFO] No tests to run.
06:15:40 [INFO] 
06:15:40 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-registration-api ---
06:15:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:40 [INFO] 
06:15:40 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-registration-api ---
06:15:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/registration/api/target/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
06:15:40 [INFO] 
06:15:40 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-registration-api ---
06:15:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/registration/api/target/kapua-security-registration-api-2.1.0-SNAPSHOT-sources.jar
06:15:40 [INFO] 
06:15:40 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-registration-api ---
06:15:40 [INFO] 
06:15:40 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-registration-api ---
06:15:40 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/registration/api/target/kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-registration-api/2.1.0-SNAPSHOT/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
06:15:40 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/registration/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-registration-api/2.1.0-SNAPSHOT/kapua-security-registration-api-2.1.0-SNAPSHOT.pom
06:15:40 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/registration/api/target/kapua-security-registration-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-registration-api/2.1.0-SNAPSHOT/kapua-security-registration-api-2.1.0-SNAPSHOT-sources.jar
06:15:40 [INFO] 
06:15:40 [INFO] -----------< org.eclipse.kapua:kapua-service-commons-utils >------------
06:15:40 [INFO] Building kapua-service-commons-utils 2.1.0-SNAPSHOT             [67/229]
06:15:40 [INFO]   from service/commons/utils/pom.xml
06:15:40 [INFO] --------------------------------[ pom ]---------------------------------
06:15:40 [INFO] 
06:15:40 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons-utils ---
06:15:40 [INFO] 
06:15:40 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons-utils ---
06:15:40 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:40 [INFO] 
06:15:40 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons-utils ---
06:15:40 [INFO] Required toolchain: jdk [ version='11' ]
06:15:40 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:40 [INFO] 
06:15:40 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons-utils ---
06:15:40 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:40 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils
06:15:40 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916940962
06:15:40 [WARNING] Cannot get the branch information from the git repository: 
06:15:40 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:40 
06:15:40 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:40 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils
06:15:40 [INFO] Storing buildScmBranch: UNKNOWN
06:15:40 [INFO] 
06:15:40 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons-utils ---
06:15:40 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/commons/utils/target/jacoco.exec
06:15:40 [INFO] 
06:15:40 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons-utils ---
06:15:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:40 [INFO] 
06:15:40 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons-utils ---
06:15:40 [INFO] 
06:15:40 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons-utils ---
06:15:40 [INFO] 
06:15:40 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons-utils ---
06:15:40 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/utils/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-commons-utils/2.1.0-SNAPSHOT/kapua-service-commons-utils-2.1.0-SNAPSHOT.pom
06:15:41 [INFO] 
06:15:41 [INFO] ---------< org.eclipse.kapua:kapua-service-commons-utils-api >----------
06:15:41 [INFO] Building kapua-service-commons-utils-api 2.1.0-SNAPSHOT         [68/229]
06:15:41 [INFO]   from service/commons/utils/api/pom.xml
06:15:41 [INFO] --------------------------------[ jar ]---------------------------------
06:15:41 [INFO] 
06:15:41 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons-utils-api ---
06:15:41 [INFO] 
06:15:41 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons-utils-api ---
06:15:41 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:41 [INFO] 
06:15:41 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons-utils-api ---
06:15:41 [INFO] Required toolchain: jdk [ version='11' ]
06:15:41 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:41 [INFO] 
06:15:41 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons-utils-api ---
06:15:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils/api
06:15:41 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916941180
06:15:41 [WARNING] Cannot get the branch information from the git repository: 
06:15:41 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:41 
06:15:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils/api
06:15:41 [INFO] Storing buildScmBranch: UNKNOWN
06:15:41 [INFO] 
06:15:41 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons-utils-api ---
06:15:41 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/commons/utils/api/target/jacoco.exec
06:15:41 [INFO] 
06:15:41 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-commons-utils-api ---
06:15:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/src/main/resources
06:15:41 [INFO] 
06:15:41 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-commons-utils-api ---
06:15:41 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:41 [INFO] Changes detected - recompiling the module!
06:15:41 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/target/classes
06:15:43 [INFO] 
06:15:43 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-commons-utils-api ---
06:15:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/src/test/resources
06:15:43 [INFO] 
06:15:43 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-commons-utils-api ---
06:15:43 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:43 [INFO] No sources to compile
06:15:43 [INFO] 
06:15:43 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-commons-utils-api ---
06:15:43 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:43 [INFO] No tests to run.
06:15:43 [INFO] 
06:15:43 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons-utils-api ---
06:15:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:43 [INFO] 
06:15:43 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-commons-utils-api ---
06:15:43 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/target/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
06:15:44 [INFO] 
06:15:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons-utils-api ---
06:15:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/target/kapua-service-commons-utils-api-2.1.0-SNAPSHOT-sources.jar
06:15:44 [INFO] 
06:15:44 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons-utils-api ---
06:15:44 [INFO] 
06:15:44 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons-utils-api ---
06:15:44 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/target/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-commons-utils-api/2.1.0-SNAPSHOT/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
06:15:44 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-commons-utils-api/2.1.0-SNAPSHOT/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.pom
06:15:44 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/target/kapua-service-commons-utils-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-commons-utils-api/2.1.0-SNAPSHOT/kapua-service-commons-utils-api-2.1.0-SNAPSHOT-sources.jar
06:15:44 [INFO] 
06:15:44 [INFO] ------------< org.eclipse.kapua:kapua-security-certificate >------------
06:15:44 [INFO] Building kapua-security-certificate 2.1.0-SNAPSHOT              [69/229]
06:15:44 [INFO]   from service/security/certificate/pom.xml
06:15:44 [INFO] --------------------------------[ pom ]---------------------------------
06:15:44 [INFO] 
06:15:44 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-certificate ---
06:15:44 [INFO] 
06:15:44 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate ---
06:15:44 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:44 [INFO] 
06:15:44 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate ---
06:15:44 [INFO] Required toolchain: jdk [ version='11' ]
06:15:44 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:44 [INFO] 
06:15:44 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate ---
06:15:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate
06:15:44 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916944373
06:15:44 [WARNING] Cannot get the branch information from the git repository: 
06:15:44 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:44 
06:15:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate
06:15:44 [INFO] Storing buildScmBranch: UNKNOWN
06:15:44 [INFO] 
06:15:44 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate ---
06:15:44 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/certificate/target/jacoco.exec
06:15:44 [INFO] 
06:15:44 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-certificate ---
06:15:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:44 [INFO] 
06:15:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-certificate ---
06:15:44 [INFO] 
06:15:44 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-certificate ---
06:15:44 [INFO] 
06:15:44 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-certificate ---
06:15:44 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/certificate/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-certificate/2.1.0-SNAPSHOT/kapua-security-certificate-2.1.0-SNAPSHOT.pom
06:15:44 [INFO] 
06:15:44 [INFO] ----------< org.eclipse.kapua:kapua-security-certificate-api >----------
06:15:44 [INFO] Building kapua-security-certificate-api 2.1.0-SNAPSHOT          [70/229]
06:15:44 [INFO]   from service/security/certificate/api/pom.xml
06:15:44 [INFO] --------------------------------[ jar ]---------------------------------
06:15:44 [INFO] 
06:15:44 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-certificate-api ---
06:15:44 [INFO] 
06:15:44 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate-api ---
06:15:44 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:44 [INFO] 
06:15:44 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate-api ---
06:15:44 [INFO] Required toolchain: jdk [ version='11' ]
06:15:44 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:44 [INFO] 
06:15:44 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate-api ---
06:15:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate/api
06:15:44 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916944571
06:15:44 [WARNING] Cannot get the branch information from the git repository: 
06:15:44 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:44 
06:15:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate/api
06:15:44 [INFO] Storing buildScmBranch: UNKNOWN
06:15:44 [INFO] 
06:15:44 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate-api ---
06:15:44 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/certificate/api/target/jacoco.exec
06:15:44 [INFO] 
06:15:44 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-certificate-api ---
06:15:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/src/main/resources
06:15:44 [INFO] 
06:15:44 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-certificate-api ---
06:15:44 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:44 [INFO] Changes detected - recompiling the module!
06:15:44 [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/target/classes
06:15:48 [INFO] 
06:15:48 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-certificate-api ---
06:15:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/src/test/resources
06:15:48 [INFO] 
06:15:48 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-certificate-api ---
06:15:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:48 [INFO] No sources to compile
06:15:48 [INFO] 
06:15:48 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-certificate-api ---
06:15:48 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:48 [INFO] No tests to run.
06:15:48 [INFO] 
06:15:48 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-certificate-api ---
06:15:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:48 [INFO] 
06:15:48 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-certificate-api ---
06:15:48 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/target/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
06:15:48 [INFO] 
06:15:48 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-certificate-api ---
06:15:48 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/target/kapua-security-certificate-api-2.1.0-SNAPSHOT-sources.jar
06:15:48 [INFO] 
06:15:48 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-certificate-api ---
06:15:48 [INFO] 
06:15:48 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-certificate-api ---
06:15:48 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/target/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-certificate-api/2.1.0-SNAPSHOT/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
06:15:48 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-certificate-api/2.1.0-SNAPSHOT/kapua-security-certificate-api-2.1.0-SNAPSHOT.pom
06:15:48 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/target/kapua-security-certificate-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-certificate-api/2.1.0-SNAPSHOT/kapua-security-certificate-api-2.1.0-SNAPSHOT-sources.jar
06:15:48 [INFO] 
06:15:48 [INFO] -------< org.eclipse.kapua:kapua-service-commons-utils-internal >-------
06:15:48 [INFO] Building kapua-service-commons-utils-internal 2.1.0-SNAPSHOT    [71/229]
06:15:48 [INFO]   from service/commons/utils/internal/pom.xml
06:15:48 [INFO] --------------------------------[ jar ]---------------------------------
06:15:48 [INFO] 
06:15:48 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons-utils-internal ---
06:15:48 [INFO] 
06:15:48 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons-utils-internal ---
06:15:48 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:48 [INFO] 
06:15:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons-utils-internal ---
06:15:48 [INFO] Required toolchain: jdk [ version='11' ]
06:15:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:48 [INFO] 
06:15:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons-utils-internal ---
06:15:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal
06:15:48 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916948499
06:15:48 [WARNING] Cannot get the branch information from the git repository: 
06:15:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:48 
06:15:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal
06:15:48 [INFO] Storing buildScmBranch: UNKNOWN
06:15:48 [INFO] 
06:15:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons-utils-internal ---
06:15:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/target/jacoco.exec
06:15:48 [INFO] 
06:15:48 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-commons-utils-internal ---
06:15:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/src/main/resources
06:15:48 [INFO] 
06:15:48 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-commons-utils-internal ---
06:15:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:48 [INFO] Changes detected - recompiling the module!
06:15:48 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/target/classes
06:15:51 [INFO] 
06:15:51 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-commons-utils-internal ---
06:15:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/src/test/resources
06:15:51 [INFO] 
06:15:51 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-commons-utils-internal ---
06:15:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:51 [INFO] No sources to compile
06:15:51 [INFO] 
06:15:51 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-commons-utils-internal ---
06:15:51 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:51 [INFO] No tests to run.
06:15:51 [INFO] 
06:15:51 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons-utils-internal ---
06:15:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:51 [INFO] 
06:15:51 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-commons-utils-internal ---
06:15:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/target/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar
06:15:51 [INFO] 
06:15:51 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons-utils-internal ---
06:15:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/target/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT-sources.jar
06:15:51 [INFO] 
06:15:51 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons-utils-internal ---
06:15:51 [INFO] 
06:15:51 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons-utils-internal ---
06:15:51 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/target/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-commons-utils-internal/2.1.0-SNAPSHOT/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar
06:15:51 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-commons-utils-internal/2.1.0-SNAPSHOT/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.pom
06:15:51 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/target/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-commons-utils-internal/2.1.0-SNAPSHOT/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT-sources.jar
06:15:51 [INFO] 
06:15:51 [INFO] -------< org.eclipse.kapua:kapua-security-certificate-internal >--------
06:15:51 [INFO] Building kapua-security-certificate-internal 2.1.0-SNAPSHOT     [72/229]
06:15:51 [INFO]   from service/security/certificate/internal/pom.xml
06:15:51 [INFO] --------------------------------[ jar ]---------------------------------
06:15:51 [INFO] 
06:15:51 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-certificate-internal ---
06:15:51 [INFO] 
06:15:51 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate-internal ---
06:15:51 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:51 [INFO] 
06:15:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate-internal ---
06:15:51 [INFO] Required toolchain: jdk [ version='11' ]
06:15:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:51 [INFO] 
06:15:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate-internal ---
06:15:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal
06:15:51 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916951919
06:15:51 [WARNING] Cannot get the branch information from the git repository: 
06:15:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:51 
06:15:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal
06:15:51 [INFO] Storing buildScmBranch: UNKNOWN
06:15:51 [INFO] 
06:15:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate-internal ---
06:15:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/target/jacoco.exec
06:15:51 [INFO] 
06:15:51 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-certificate-internal ---
06:15:51 [INFO] Copying 1 resource
06:15:51 [INFO] 
06:15:51 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-certificate-internal ---
06:15:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:51 [INFO] Changes detected - recompiling the module!
06:15:51 [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/target/classes
06:15:56 [INFO] 
06:15:56 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-certificate-internal ---
06:15:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/src/test/resources
06:15:56 [INFO] 
06:15:56 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-certificate-internal ---
06:15:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:56 [INFO] No sources to compile
06:15:56 [INFO] 
06:15:56 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-certificate-internal ---
06:15:56 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:56 [INFO] No tests to run.
06:15:56 [INFO] 
06:15:56 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-certificate-internal ---
06:15:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:15:56 [INFO] 
06:15:56 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-certificate-internal ---
06:15:56 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/target/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar
06:15:56 [INFO] 
06:15:56 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-certificate-internal ---
06:15:56 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/target/kapua-security-certificate-internal-2.1.0-SNAPSHOT-sources.jar
06:15:56 [INFO] 
06:15:56 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-certificate-internal ---
06:15:56 [INFO] 
06:15:56 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-certificate-internal ---
06:15:56 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/target/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-certificate-internal/2.1.0-SNAPSHOT/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar
06:15:56 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-certificate-internal/2.1.0-SNAPSHOT/kapua-security-certificate-internal-2.1.0-SNAPSHOT.pom
06:15:56 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/target/kapua-security-certificate-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-certificate-internal/2.1.0-SNAPSHOT/kapua-security-certificate-internal-2.1.0-SNAPSHOT-sources.jar
06:15:56 [INFO] 
06:15:56 [INFO] ---------------< org.eclipse.kapua:kapua-user-internal >----------------
06:15:56 [INFO] Building kapua-user-internal 2.1.0-SNAPSHOT                     [73/229]
06:15:56 [INFO]   from service/user/internal/pom.xml
06:15:56 [INFO] --------------------------------[ jar ]---------------------------------
06:15:56 [INFO] 
06:15:56 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-internal ---
06:15:56 [INFO] 
06:15:56 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-internal ---
06:15:56 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:15:56 [INFO] 
06:15:56 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-internal ---
06:15:56 [INFO] Required toolchain: jdk [ version='11' ]
06:15:56 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:56 [INFO] 
06:15:56 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-internal ---
06:15:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/internal
06:15:56 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916956941
06:15:56 [WARNING] Cannot get the branch information from the git repository: 
06:15:56 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:15:56 
06:15:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:15:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/internal
06:15:57 [INFO] Storing buildScmBranch: UNKNOWN
06:15:57 [INFO] 
06:15:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-internal ---
06:15:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/user/internal/target/jacoco.exec
06:15:57 [INFO] 
06:15:57 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-internal ---
06:15:57 [INFO] Copying 23 resources
06:15:57 [INFO] 
06:15:57 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-internal ---
06:15:57 [INFO] Copying 1 resource
06:15:57 [INFO] 
06:15:57 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-internal ---
06:15:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:15:57 [INFO] Changes detected - recompiling the module!
06:15:57 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/develop-test/service/user/internal/target/classes
06:16:01 [INFO] 
06:16:01 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-internal ---
06:16:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/internal/src/test/resources
06:16:01 [INFO] 
06:16:01 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-internal ---
06:16:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:01 [INFO] No sources to compile
06:16:01 [INFO] 
06:16:01 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-internal ---
06:16:01 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:01 [INFO] No tests to run.
06:16:01 [INFO] 
06:16:01 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-internal ---
06:16:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:16:01 [INFO] 
06:16:01 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-internal ---
06:16:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/internal/target/kapua-user-internal-2.1.0-SNAPSHOT.jar
06:16:01 [INFO] 
06:16:01 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-internal ---
06:16:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/internal/target/kapua-user-internal-2.1.0-SNAPSHOT-sources.jar
06:16:01 [INFO] 
06:16:01 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-internal ---
06:16:01 [INFO] 
06:16:01 [INFO] --- install:2.5.2:install (default-install) @ kapua-user-internal ---
06:16:01 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/internal/target/kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-internal/2.1.0-SNAPSHOT/kapua-user-internal-2.1.0-SNAPSHOT.jar
06:16:01 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-internal/2.1.0-SNAPSHOT/kapua-user-internal-2.1.0-SNAPSHOT.pom
06:16:01 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/internal/target/kapua-user-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-internal/2.1.0-SNAPSHOT/kapua-user-internal-2.1.0-SNAPSHOT-sources.jar
06:16:01 [INFO] 
06:16:01 [INFO] -------------------< org.eclipse.kapua:kapua-client >-------------------
06:16:01 [INFO] Building kapua-client 2.1.0-SNAPSHOT                            [74/229]
06:16:01 [INFO]   from client/pom.xml
06:16:01 [INFO] --------------------------------[ pom ]---------------------------------
06:16:01 [INFO] 
06:16:01 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client ---
06:16:01 [INFO] 
06:16:01 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client ---
06:16:01 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:16:03 [INFO] 
06:16:03 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client ---
06:16:03 [INFO] Required toolchain: jdk [ version='11' ]
06:16:03 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:03 [INFO] 
06:16:03 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client ---
06:16:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/client' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/client
06:16:03 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916963069
06:16:03 [WARNING] Cannot get the branch information from the git repository: 
06:16:03 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:16:03 
06:16:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/client' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/client
06:16:03 [INFO] Storing buildScmBranch: UNKNOWN
06:16:03 [INFO] 
06:16:03 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client ---
06:16:03 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/client/target/jacoco.exec
06:16:03 [INFO] 
06:16:03 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client ---
06:16:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:16:03 [INFO] 
06:16:03 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client ---
06:16:03 [INFO] 
06:16:03 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client ---
06:16:03 [INFO] 
06:16:03 [INFO] --- install:2.5.2:install (default-install) @ kapua-client ---
06:16:03 [INFO] Installing /home/jenkins/agent/workspace/develop-test/client/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-client/2.1.0-SNAPSHOT/kapua-client-2.1.0-SNAPSHOT.pom
06:16:03 [INFO] 
06:16:03 [INFO] --------------< org.eclipse.kapua:kapua-client-security >---------------
06:16:03 [INFO] Building kapua-client-security 2.1.0-SNAPSHOT                   [75/229]
06:16:03 [INFO]   from client/security/pom.xml
06:16:03 [INFO] --------------------------------[ jar ]---------------------------------
06:16:04 [INFO] 
06:16:04 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-security ---
06:16:04 [INFO] 
06:16:04 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-security ---
06:16:04 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:16:04 [INFO] 
06:16:04 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-security ---
06:16:04 [INFO] Required toolchain: jdk [ version='11' ]
06:16:04 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:04 [INFO] 
06:16:04 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-security ---
06:16:04 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/client/security' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:04 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/client/security
06:16:04 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916964481
06:16:04 [WARNING] Cannot get the branch information from the git repository: 
06:16:04 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:16:04 
06:16:04 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/client/security' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:04 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/client/security
06:16:04 [INFO] Storing buildScmBranch: UNKNOWN
06:16:04 [INFO] 
06:16:04 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-security ---
06:16:04 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/client/security/target/jacoco.exec
06:16:04 [INFO] 
06:16:04 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-security ---
06:16:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/client/security/src/main/resources
06:16:04 [INFO] 
06:16:04 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-security ---
06:16:04 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:04 [INFO] Changes detected - recompiling the module!
06:16:04 [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/develop-test/client/security/target/classes
06:16:09 [INFO] 
06:16:09 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-client-security ---
06:16:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/client/security/src/test/resources
06:16:09 [INFO] 
06:16:09 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-client-security ---
06:16:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:09 [INFO] No sources to compile
06:16:09 [INFO] 
06:16:09 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-client-security ---
06:16:09 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:09 [INFO] No tests to run.
06:16:09 [INFO] 
06:16:09 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-security ---
06:16:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:16:09 [INFO] 
06:16:09 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-client-security ---
06:16:09 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/client/security/target/kapua-client-security-2.1.0-SNAPSHOT.jar
06:16:09 [INFO] 
06:16:09 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-security ---
06:16:09 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/client/security/target/kapua-client-security-2.1.0-SNAPSHOT-sources.jar
06:16:09 [INFO] 
06:16:09 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-client-security ---
06:16:10 [INFO] Copying artemis-amqp-protocol-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/artemis-amqp-protocol-2.31.2.jar
06:16:10 [INFO] Copying artemis-selector-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/artemis-selector-2.31.2.jar
06:16:10 [INFO] Copying artemis-journal-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/artemis-journal-2.31.2.jar
06:16:10 [INFO] Copying activemq-artemis-native-2.0.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/activemq-artemis-native-2.0.0.jar
06:16:10 [INFO] Copying proton-j-0.34.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/proton-j-0.34.1.jar
06:16:10 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-buffer-4.1.100.Final.jar
06:16:10 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-transport-4.1.100.Final.jar
06:16:10 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-common-4.1.100.Final.jar
06:16:10 [INFO] Copying artemis-commons-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/artemis-commons-2.31.2.jar
06:16:10 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-beanutils-1.9.4.jar
06:16:10 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-logging-1.2.jar
06:16:10 [INFO] Copying artemis-server-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/artemis-server-2.31.2.jar
06:16:10 [INFO] Copying caffeine-3.1.6.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/caffeine-3.1.6.jar
06:16:10 [INFO] Copying artemis-jdbc-store-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/artemis-jdbc-store-2.31.2.jar
06:16:10 [INFO] Copying commons-dbcp2-2.7.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-dbcp2-2.7.0.jar
06:16:10 [INFO] Copying artemis-quorum-api-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/artemis-quorum-api-2.31.2.jar
06:16:10 [INFO] Copying jctools-core-2.1.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jctools-core-2.1.2.jar
06:16:10 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-codec-http-4.1.100.Final.jar
06:16:10 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-handler-4.1.100.Final.jar
06:16:10 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
06:16:10 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
06:16:10 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
06:16:10 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
06:16:10 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
06:16:10 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-codec-4.1.100.Final.jar
06:16:10 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-lang3-3.4.jar
06:16:10 [INFO] Copying commons-configuration2-2.9.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-configuration2-2.9.0.jar
06:16:10 [INFO] Copying commons-text-1.10.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-text-1.10.0.jar
06:16:10 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-collections-3.2.2.jar
06:16:10 [INFO] Copying micrometer-core-1.9.5.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/micrometer-core-1.9.5.jar
06:16:10 [INFO] Copying artemis-core-client-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/artemis-core-client-2.31.2.jar
06:16:10 [INFO] Copying jgroups-5.3.0.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jgroups-5.3.0.Final.jar
06:16:10 [INFO] Copying netty-handler-proxy-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-handler-proxy-4.1.100.Final.jar
06:16:10 [INFO] Copying netty-codec-socks-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-codec-socks-4.1.100.Final.jar
06:16:10 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/netty-resolver-4.1.100.Final.jar
06:16:10 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/qpid-jms-client-1.7.0.jar
06:16:10 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jakarta.jms-api-2.0.3.jar
06:16:10 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jakarta.xml.bind-api-2.3.3.jar
06:16:10 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jakarta.activation-api-1.2.2.jar
06:16:10 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jaxb-impl-2.3.3.jar
06:16:10 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jakarta.activation-1.2.2.jar
06:16:10 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/javax.annotation-api-1.2.jar
06:16:10 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/validation-api-2.0.1.Final.jar
06:16:10 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/mapstruct-1.5.5.Final.jar
06:16:10 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/javase-3.4.1.jar
06:16:10 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/core-3.4.1.jar
06:16:10 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jcommander-1.78.jar
06:16:10 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jai-imageio-core-1.4.0.jar
06:16:10 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/guava-32.1.2-jre.jar
06:16:10 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/failureaccess-1.0.1.jar
06:16:10 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
06:16:10 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/guice-5.1.0.jar
06:16:10 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/javax.inject-1.jar
06:16:10 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/aopalliance-1.0.jar
06:16:10 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/guice-multibindings-4.2.3.jar
06:16:10 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-configuration-1.9.jar
06:16:10 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-lang-2.6.jar
06:16:10 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-io-2.11.0.jar
06:16:10 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/metrics-core-3.2.2.jar
06:16:10 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/joda-time-2.9.4.jar
06:16:10 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-pool2-2.3.jar
06:16:10 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
06:16:10 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jakarta.persistence-2.2.3.jar
06:16:10 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
06:16:10 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
06:16:10 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
06:16:10 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/org.eclipse.persistence.core-2.7.12.jar
06:16:10 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
06:16:10 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
06:16:10 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/liquibase-core-3.6.3.jar
06:16:10 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/snakeyaml-2.2.jar
06:16:10 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/reflections-0.10.2.jar
06:16:10 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/javassist-3.26.0-GA.jar
06:16:10 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jsr305-3.0.2.jar
06:16:10 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/checker-qual-3.15.0.jar
06:16:10 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
06:16:10 [INFO] Copying jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jboss-logging-3.4.2.Final.jar
06:16:10 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jaxb-api-2.3.1.jar
06:16:10 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/javax.activation-api-1.2.0.jar
06:16:10 [INFO] Copying jaxb-runtime-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jaxb-runtime-2.3.1.jar
06:16:10 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/txw2-2.3.1.jar
06:16:10 [INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/istack-commons-runtime-3.0.7.jar
06:16:10 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/stax-ex-1.8.jar
06:16:10 [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/FastInfoset-1.2.15.jar
06:16:10 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/cache-api-1.1.1.jar
06:16:10 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/HikariCP-4.0.3.jar
06:16:10 [INFO] Copying kapua-datastore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-datastore-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying kapua-service-storable-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/httpclient-4.5.13.jar
06:16:10 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/httpcore-4.4.15.jar
06:16:10 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-codec-1.15.jar
06:16:10 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/shiro-core-1.12.0.jar
06:16:10 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/shiro-lang-1.12.0.jar
06:16:10 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/shiro-cache-1.12.0.jar
06:16:10 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/shiro-config-core-1.12.0.jar
06:16:10 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/shiro-config-ogdl-1.12.0.jar
06:16:10 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/shiro-event-1.12.0.jar
06:16:10 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/slf4j-api-1.7.33.jar
06:16:10 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jackson-core-2.15.2.jar
06:16:10 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jackson-databind-2.15.2.jar
06:16:10 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jackson-annotations-2.15.2.jar
06:16:10 [INFO] 
06:16:10 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-security ---
06:16:10 [INFO] 
06:16:10 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-security ---
06:16:10 [INFO] Installing /home/jenkins/agent/workspace/develop-test/client/security/target/kapua-client-security-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-client-security/2.1.0-SNAPSHOT/kapua-client-security-2.1.0-SNAPSHOT.jar
06:16:10 [INFO] Installing /home/jenkins/agent/workspace/develop-test/client/security/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-client-security/2.1.0-SNAPSHOT/kapua-client-security-2.1.0-SNAPSHOT.pom
06:16:10 [INFO] Installing /home/jenkins/agent/workspace/develop-test/client/security/target/kapua-client-security-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-client-security/2.1.0-SNAPSHOT/kapua-client-security-2.1.0-SNAPSHOT-sources.jar
06:16:10 [INFO] 
06:16:10 [INFO] -----------< org.eclipse.kapua:kapua-device-authentication >------------
06:16:10 [INFO] Building kapua-device-authentication 2.1.0-SNAPSHOT             [76/229]
06:16:10 [INFO]   from service/device/authentication/pom.xml
06:16:10 [INFO] --------------------------------[ jar ]---------------------------------
06:16:10 [INFO] 
06:16:10 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-authentication ---
06:16:10 [INFO] 
06:16:10 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-authentication ---
06:16:10 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:16:10 [INFO] 
06:16:10 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-authentication ---
06:16:10 [INFO] Required toolchain: jdk [ version='11' ]
06:16:10 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:10 [INFO] 
06:16:10 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-authentication ---
06:16:10 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:10 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/authentication
06:16:10 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916970915
06:16:10 [WARNING] Cannot get the branch information from the git repository: 
06:16:10 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:16:10 
06:16:10 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:10 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/authentication
06:16:10 [INFO] Storing buildScmBranch: UNKNOWN
06:16:10 [INFO] 
06:16:10 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-authentication ---
06:16:10 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/authentication/target/jacoco.exec
06:16:10 [INFO] 
06:16:10 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-authentication ---
06:16:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/authentication/src/main/resources
06:16:10 [INFO] 
06:16:10 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-authentication ---
06:16:10 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:10 [INFO] Changes detected - recompiling the module!
06:16:10 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/authentication/target/classes
06:16:13 [INFO] 
06:16:13 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-authentication ---
06:16:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/authentication/src/test/resources
06:16:13 [INFO] 
06:16:13 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-authentication ---
06:16:13 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:13 [INFO] No sources to compile
06:16:13 [INFO] 
06:16:13 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-authentication ---
06:16:13 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:13 [INFO] No tests to run.
06:16:13 [INFO] 
06:16:13 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-authentication ---
06:16:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:16:13 [INFO] 
06:16:13 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-authentication ---
06:16:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/authentication/target/kapua-device-authentication-2.1.0-SNAPSHOT.jar
06:16:13 [INFO] 
06:16:13 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-authentication ---
06:16:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/authentication/target/kapua-device-authentication-2.1.0-SNAPSHOT-sources.jar
06:16:13 [INFO] 
06:16:13 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-authentication ---
06:16:13 [INFO] 
06:16:13 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-authentication ---
06:16:13 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/authentication/target/kapua-device-authentication-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-authentication/2.1.0-SNAPSHOT/kapua-device-authentication-2.1.0-SNAPSHOT.jar
06:16:13 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/authentication/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-authentication/2.1.0-SNAPSHOT/kapua-device-authentication-2.1.0-SNAPSHOT.pom
06:16:13 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/authentication/target/kapua-device-authentication-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-authentication/2.1.0-SNAPSHOT/kapua-device-authentication-2.1.0-SNAPSHOT-sources.jar
06:16:13 [INFO] 
06:16:13 [INFO] --------------------< org.eclipse.kapua:kapua-tag >---------------------
06:16:13 [INFO] Building kapua-tag 2.1.0-SNAPSHOT                               [77/229]
06:16:13 [INFO]   from service/tag/pom.xml
06:16:13 [INFO] --------------------------------[ pom ]---------------------------------
06:16:13 [INFO] 
06:16:13 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag ---
06:16:13 [INFO] 
06:16:13 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag ---
06:16:13 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:16:14 [INFO] 
06:16:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag ---
06:16:14 [INFO] Required toolchain: jdk [ version='11' ]
06:16:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:14 [INFO] 
06:16:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag ---
06:16:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag
06:16:14 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916974169
06:16:14 [WARNING] Cannot get the branch information from the git repository: 
06:16:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:16:14 
06:16:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag
06:16:14 [INFO] Storing buildScmBranch: UNKNOWN
06:16:14 [INFO] 
06:16:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag ---
06:16:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/tag/target/jacoco.exec
06:16:14 [INFO] 
06:16:14 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag ---
06:16:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:16:14 [INFO] 
06:16:14 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag ---
06:16:14 [INFO] 
06:16:14 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag ---
06:16:14 [INFO] 
06:16:14 [INFO] --- install:2.5.2:install (default-install) @ kapua-tag ---
06:16:14 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag/2.1.0-SNAPSHOT/kapua-tag-2.1.0-SNAPSHOT.pom
06:16:14 [INFO] 
06:16:14 [INFO] ------------------< org.eclipse.kapua:kapua-tag-api >-------------------
06:16:14 [INFO] Building kapua-tag-api 2.1.0-SNAPSHOT                           [78/229]
06:16:14 [INFO]   from service/tag/api/pom.xml
06:16:14 [INFO] --------------------------------[ jar ]---------------------------------
06:16:14 [INFO] 
06:16:14 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-api ---
06:16:14 [INFO] 
06:16:14 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-api ---
06:16:14 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:16:14 [INFO] 
06:16:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-api ---
06:16:14 [INFO] Required toolchain: jdk [ version='11' ]
06:16:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:14 [INFO] 
06:16:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-api ---
06:16:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/api
06:16:14 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916974300
06:16:14 [WARNING] Cannot get the branch information from the git repository: 
06:16:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:16:14 
06:16:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/api
06:16:14 [INFO] Storing buildScmBranch: UNKNOWN
06:16:14 [INFO] 
06:16:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-api ---
06:16:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/tag/api/target/jacoco.exec
06:16:14 [INFO] 
06:16:14 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-api ---
06:16:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/api/src/main/resources
06:16:14 [INFO] 
06:16:14 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-api ---
06:16:14 [INFO] Copying 1 resource
06:16:14 [INFO] 
06:16:14 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-api ---
06:16:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:14 [INFO] Changes detected - recompiling the module!
06:16:14 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-test/service/tag/api/target/classes
06:16:16 [INFO] 
06:16:16 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-api ---
06:16:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/api/src/test/resources
06:16:16 [INFO] 
06:16:16 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-api ---
06:16:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:16 [INFO] No sources to compile
06:16:16 [INFO] 
06:16:16 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-api ---
06:16:16 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:16 [INFO] No tests to run.
06:16:16 [INFO] 
06:16:16 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-api ---
06:16:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:16:16 [INFO] 
06:16:16 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-api ---
06:16:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/api/target/kapua-tag-api-2.1.0-SNAPSHOT.jar
06:16:16 [INFO] 
06:16:16 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-api ---
06:16:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/api/target/kapua-tag-api-2.1.0-SNAPSHOT-sources.jar
06:16:16 [INFO] 
06:16:16 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-api ---
06:16:16 [INFO] 
06:16:16 [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-api ---
06:16:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/api/target/kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-api/2.1.0-SNAPSHOT/kapua-tag-api-2.1.0-SNAPSHOT.jar
06:16:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-api/2.1.0-SNAPSHOT/kapua-tag-api-2.1.0-SNAPSHOT.pom
06:16:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/api/target/kapua-tag-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-api/2.1.0-SNAPSHOT/kapua-tag-api-2.1.0-SNAPSHOT-sources.jar
06:16:16 [INFO] 
06:16:16 [INFO] ----------< org.eclipse.kapua:kapua-device-registry-internal >----------
06:16:16 [INFO] Building kapua-device-registry-internal 2.1.0-SNAPSHOT          [79/229]
06:16:16 [INFO]   from service/device/registry/internal/pom.xml
06:16:16 [INFO] --------------------------------[ jar ]---------------------------------
06:16:16 [INFO] 
06:16:16 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-internal ---
06:16:16 [INFO] 
06:16:16 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-internal ---
06:16:16 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:16:17 [INFO] 
06:16:17 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-internal ---
06:16:17 [INFO] Required toolchain: jdk [ version='11' ]
06:16:17 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:17 [INFO] 
06:16:17 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-internal ---
06:16:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/internal
06:16:17 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916977075
06:16:17 [WARNING] Cannot get the branch information from the git repository: 
06:16:17 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:16:17 
06:16:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/internal
06:16:17 [INFO] Storing buildScmBranch: UNKNOWN
06:16:17 [INFO] 
06:16:17 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-internal ---
06:16:17 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/registry/internal/target/jacoco.exec
06:16:17 [INFO] 
06:16:17 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-internal ---
06:16:17 [INFO] Copying 53 resources
06:16:17 [INFO] 
06:16:17 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-internal ---
06:16:17 [INFO] Copying 1 resource
06:16:17 [INFO] 
06:16:17 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-internal ---
06:16:17 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:17 [INFO] Changes detected - recompiling the module!
06:16:17 [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/target/classes
06:16:24 [INFO] 
06:16:24 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-internal ---
06:16:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/src/test/resources
06:16:24 [INFO] 
06:16:24 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-internal ---
06:16:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:24 [INFO] No sources to compile
06:16:24 [INFO] 
06:16:24 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-internal ---
06:16:24 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:24 [INFO] No tests to run.
06:16:24 [INFO] 
06:16:24 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-internal ---
06:16:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:16:24 [INFO] 
06:16:24 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-internal ---
06:16:24 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/target/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar
06:16:24 [INFO] 
06:16:24 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-internal ---
06:16:24 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/target/kapua-device-registry-internal-2.1.0-SNAPSHOT-sources.jar
06:16:24 [INFO] 
06:16:24 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-internal ---
06:16:24 [INFO] 
06:16:24 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-internal ---
06:16:24 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/target/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-internal/2.1.0-SNAPSHOT/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar
06:16:24 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-internal/2.1.0-SNAPSHOT/kapua-device-registry-internal-2.1.0-SNAPSHOT.pom
06:16:24 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/target/kapua-device-registry-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-internal/2.1.0-SNAPSHOT/kapua-device-registry-internal-2.1.0-SNAPSHOT-sources.jar
06:16:24 [INFO] 
06:16:24 [INFO] --------< org.eclipse.kapua:kapua-security-registration-simple >--------
06:16:24 [INFO] Building kapua-security-registration-simple 2.1.0-SNAPSHOT      [80/229]
06:16:24 [INFO]   from service/security/registration/simple/pom.xml
06:16:24 [INFO] --------------------------------[ jar ]---------------------------------
06:16:24 [INFO] 
06:16:24 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-registration-simple ---
06:16:24 [INFO] 
06:16:24 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration-simple ---
06:16:24 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:16:24 [INFO] 
06:16:24 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration-simple ---
06:16:24 [INFO] Required toolchain: jdk [ version='11' ]
06:16:24 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:24 [INFO] 
06:16:24 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration-simple ---
06:16:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration/simple' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration/simple
06:16:24 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916984829
06:16:24 [WARNING] Cannot get the branch information from the git repository: 
06:16:24 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:16:24 
06:16:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration/simple' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration/simple
06:16:24 [INFO] Storing buildScmBranch: UNKNOWN
06:16:24 [INFO] 
06:16:24 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration-simple ---
06:16:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/registration/simple/target/jacoco.exec
06:16:24 [INFO] 
06:16:24 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-registration-simple ---
06:16:24 [INFO] Copying 1 resource
06:16:24 [INFO] 
06:16:24 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration-simple ---
06:16:24 [INFO] Copying 1 resource
06:16:24 [INFO] 
06:16:24 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-registration-simple ---
06:16:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:24 [INFO] Changes detected - recompiling the module!
06:16:24 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/target/classes
06:16:28 [INFO] 
06:16:28 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-registration-simple ---
06:16:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/src/test/resources
06:16:28 [INFO] 
06:16:28 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-registration-simple ---
06:16:28 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:28 [INFO] No sources to compile
06:16:28 [INFO] 
06:16:28 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-registration-simple ---
06:16:28 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:28 [INFO] No tests to run.
06:16:28 [INFO] 
06:16:28 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-registration-simple ---
06:16:28 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:16:28 [INFO] 
06:16:28 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-registration-simple ---
06:16:28 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/target/kapua-security-registration-simple-2.1.0-SNAPSHOT.jar
06:16:28 [INFO] 
06:16:28 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-registration-simple ---
06:16:28 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/target/kapua-security-registration-simple-2.1.0-SNAPSHOT-sources.jar
06:16:28 [INFO] 
06:16:28 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-registration-simple ---
06:16:28 [INFO] 
06:16:28 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-registration-simple ---
06:16:28 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/target/kapua-security-registration-simple-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-registration-simple/2.1.0-SNAPSHOT/kapua-security-registration-simple-2.1.0-SNAPSHOT.jar
06:16:28 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-registration-simple/2.1.0-SNAPSHOT/kapua-security-registration-simple-2.1.0-SNAPSHOT.pom
06:16:28 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/target/kapua-security-registration-simple-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-registration-simple/2.1.0-SNAPSHOT/kapua-security-registration-simple-2.1.0-SNAPSHOT-sources.jar
06:16:28 [INFO] 
06:16:28 [INFO] ----------------< org.eclipse.kapua:kapua-tag-internal >----------------
06:16:28 [INFO] Building kapua-tag-internal 2.1.0-SNAPSHOT                      [81/229]
06:16:28 [INFO]   from service/tag/internal/pom.xml
06:16:28 [INFO] --------------------------------[ jar ]---------------------------------
06:16:28 [INFO] 
06:16:28 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-internal ---
06:16:28 [INFO] 
06:16:28 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-internal ---
06:16:28 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:16:29 [INFO] 
06:16:29 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-internal ---
06:16:29 [INFO] Required toolchain: jdk [ version='11' ]
06:16:29 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:29 [INFO] 
06:16:29 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-internal ---
06:16:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/internal
06:16:29 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712916989168
06:16:29 [WARNING] Cannot get the branch information from the git repository: 
06:16:29 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:16:29 
06:16:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/internal
06:16:29 [INFO] Storing buildScmBranch: UNKNOWN
06:16:29 [INFO] 
06:16:29 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-internal ---
06:16:29 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/tag/internal/target/jacoco.exec
06:16:29 [INFO] 
06:16:29 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-internal ---
06:16:29 [INFO] Copying 14 resources
06:16:29 [INFO] 
06:16:29 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-internal ---
06:16:29 [INFO] Copying 1 resource
06:16:29 [INFO] 
06:16:29 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-internal ---
06:16:29 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:29 [INFO] Changes detected - recompiling the module!
06:16:29 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/classes
06:16:32 [INFO] 
06:16:32 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-internal ---
06:16:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/internal/src/test/resources
06:16:32 [INFO] 
06:16:32 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-internal ---
06:16:32 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:32 [INFO] Changes detected - recompiling the module!
06:16:32 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/test-classes
06:16:36 [INFO] 
06:16:36 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-internal ---
06:16:36 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:36 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
06:16:37 [INFO] 
06:16:37 [INFO] -------------------------------------------------------
06:16:37 [INFO]  T E S T S
06:16:37 [INFO] -------------------------------------------------------
06:16:39 [INFO] Running org.eclipse.kapua.service.tag.internal.TagServiceImplTest
06:16:40 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.773 s - in org.eclipse.kapua.service.tag.internal.TagServiceImplTest
06:16:40 [INFO] 
06:16:40 [INFO] Results:
06:16:40 [INFO] 
06:16:40 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
06:16:40 [INFO] 
06:16:40 [INFO] 
06:16:40 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-internal ---
06:16:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/jacoco.exec
06:16:40 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:16:40 [INFO] 
06:16:40 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-internal ---
06:16:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/kapua-tag-internal-2.1.0-SNAPSHOT.jar
06:16:40 [INFO] 
06:16:40 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-internal ---
06:16:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/kapua-tag-internal-2.1.0-SNAPSHOT-sources.jar
06:16:40 [INFO] 
06:16:40 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-internal ---
06:16:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/jacoco.exec
06:16:40 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:16:40 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:16:40 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:16:40 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:16:41 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:16:41 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:16:41 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:16:41 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:16:41 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:16:41 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:16:41 [INFO] 
06:16:41 [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-internal ---
06:16:41 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/kapua-tag-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-internal/2.1.0-SNAPSHOT/kapua-tag-internal-2.1.0-SNAPSHOT.jar
06:16:41 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-internal/2.1.0-SNAPSHOT/kapua-tag-internal-2.1.0-SNAPSHOT.pom
06:16:41 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/kapua-tag-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-internal/2.1.0-SNAPSHOT/kapua-tag-internal-2.1.0-SNAPSHOT-sources.jar
06:16:41 [INFO] 
06:16:41 [INFO] ---------------< org.eclipse.kapua:kapua-security-shiro >---------------
06:16:41 [INFO] Building kapua-security-shiro 2.1.0-SNAPSHOT                    [82/229]
06:16:41 [INFO]   from service/security/shiro/pom.xml
06:16:41 [INFO] --------------------------------[ jar ]---------------------------------
06:16:41 [INFO] 
06:16:41 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-shiro ---
06:16:41 [INFO] 
06:16:41 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-shiro ---
06:16:41 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:16:43 [INFO] 
06:16:43 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-shiro ---
06:16:43 [INFO] Required toolchain: jdk [ version='11' ]
06:16:43 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:43 [INFO] 
06:16:43 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-shiro ---
06:16:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/shiro' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/shiro
06:16:43 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917003512
06:16:43 [WARNING] Cannot get the branch information from the git repository: 
06:16:43 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:16:43 
06:16:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/shiro' && 'git' 'rev-parse' '--verify' 'HEAD'
06:16:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/shiro
06:16:43 [INFO] Storing buildScmBranch: UNKNOWN
06:16:43 [INFO] 
06:16:43 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-shiro ---
06:16:43 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/jacoco.exec
06:16:43 [INFO] 
06:16:43 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-shiro ---
06:16:43 [INFO] Copying 81 resources
06:16:43 [INFO] 
06:16:43 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-shiro ---
06:16:43 [INFO] Copying 1 resource
06:16:43 [INFO] 
06:16:43 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-shiro ---
06:16:43 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:43 [INFO] Changes detected - recompiling the module!
06:16:43 [INFO] Compiling 162 source files to /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes
06:16:54 [INFO] 
06:16:54 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-shiro ---
06:16:54 [INFO] Copying 1 resource
06:16:54 [INFO] 
06:16:54 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-shiro ---
06:16:54 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:16:54 [INFO] Changes detected - recompiling the module!
06:16:54 [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/test-classes
06:17:02 [INFO] 
06:17:02 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-shiro ---
06:17:02 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:17:02 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:17:02 [INFO] 
06:17:02 [INFO] -------------------------------------------------------
06:17:02 [INFO]  T E S T S
06:17:02 [INFO] -------------------------------------------------------
06:17:03 [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RoleCreatorImplTest
06:17:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in org.eclipse.kapua.service.authorization.role.shiro.RoleCreatorImplTest
06:17:04 [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RolePermissionQueryImplTest
06:17:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.kapua.service.authorization.role.shiro.RolePermissionQueryImplTest
06:17:04 [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RoleQueryImplTest
06:17:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.service.authorization.role.shiro.RoleQueryImplTest
06:17:04 [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RoleImplTest
06:17:04 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.kapua.service.authorization.role.shiro.RoleImplTest
06:17:04 [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RoleFactoryImplTest
06:17:05 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.kapua.service.authorization.role.shiro.RoleFactoryImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RolePermissionCreatorImplTest
06:17:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.service.authorization.role.shiro.RolePermissionCreatorImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessRoleFactoryImplTest
06:17:05 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessRoleFactoryImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessRoleQueryImplTest
06:17:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessRoleQueryImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessInfoCacheTest
06:17:05 10:17:05.338 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to jar:file:/home/jenkins/agent/workspace/develop-test/commons/target/kapua-commons-2.1.0-SNAPSHOT.jar!/
06:17:05 10:17:05.347 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-environment-setting.properties
06:17:05 10:17:05.347 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to jar:file:/home/jenkins/agent/workspace/develop-test/commons/target/kapua-commons-2.1.0-SNAPSHOT.jar!/kapua-environment-setting.properties
06:17:05 10:17:05.388 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-environment-setting.properties'
06:17:05 10:17:05.424 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.425 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.425 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.425 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.425 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.425 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.426 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.492 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.493 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.493 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,,    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.493 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.494 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.494 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE      32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.494 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098)  (name      - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.494 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.495 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.495 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.495 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.496 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.496 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.496 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.496 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.497 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.497 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.497 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.497 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID   _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.500 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.500 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.500 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.500 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.500 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.500 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.500 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.501 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.501 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.503 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.503 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.503 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.503 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.503 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.504 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.504 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.504 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.504 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.505 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,,    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.505 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.505 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.506 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE      32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.506 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098)  (name      - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.506 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.506 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.507 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.507 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.507 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.507 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.508 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.508 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.508 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.508 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.509 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.509 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID   _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.510 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.511 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.511 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.511 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.511 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.511 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.511 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.512 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.512 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.512 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,,    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.513 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.513 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.514 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE      32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.514 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098)  (name      - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.515 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.515 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.516 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.516 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.518 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.518 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.519 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.519 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.521 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.521 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.522 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.537 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID   _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.540 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.540 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.540 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.541 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.541 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.541 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.541 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.541 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.542 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.542 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,,    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.542 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.542 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.543 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE      32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.543 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098)  (name      - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.543 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.543 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.544 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.544 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.544 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.544 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.544 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.545 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.545 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.545 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.545 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.546 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID   _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.547 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.547 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.547 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.548 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.548 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.548 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.548 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.549 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.549 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.549 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,,    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.549 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.550 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.550 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE      32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.550 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098)  (name      - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.550 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.551 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.551 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.551 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.551 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.551 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.552 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.552 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.552 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.552 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.553 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.553 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID   _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.554 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.555 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.555 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.555 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.555 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.555 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.555 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.556 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.556 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.556 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,,    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.556 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.556 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.557 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE      32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.557 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098)  (name      - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.557 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.557 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.558 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.558 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.558 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.558 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.558 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.559 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.559 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.559 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.559 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.560 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID   _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.561 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.561 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.561 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.562 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.562 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.562 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.562 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.564 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.564 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.564 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.564 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.564 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.564 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.564 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.565 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.565 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.565 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,,    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.566 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.566 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.566 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE      32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.567 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098)  (name      - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.567 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.567 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.568 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.568 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.569 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.569 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.570 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.570 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.571 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.571 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.572 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.572 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID   _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.574 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.574 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.574 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.574 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.574 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.574 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.575 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.575 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.575 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.576 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,,    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.576 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.576 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.576 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE      32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.577 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098)  (name      - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.577 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.577 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.578 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.578 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.579 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.579 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.579 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.580 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.580 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.580 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.581 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.581 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID   _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.583 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration ===================
06:17:05 10:17:05.584 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.584 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:17:05 10:17:05.584 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  TTL: 60
06:17:05 10:17:05.584 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:17:05 10:17:05.584 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - |  Config URI: N/A
06:17:05 10:17:05.584 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ==================================================================================
06:17:05 10:17:05.585 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.585 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.585 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,,    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.585 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.586 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.586 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE      32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.586 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098)  (name      - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.586 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.586 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache:  id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.587 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.587 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.587 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.587 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID <id>     name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.588 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.588 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.588 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.588 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.588 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID    - Expiry Policy: MODIFIED - TTL: 60
06:17:05 10:17:05.589 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID   _list - Expiry Policy: MODIFIED - TTL: 60
06:17:05 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessInfoCacheTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessRoleImplTest
06:17:05 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessRoleImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionCreatorImplTest
06:17:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionCreatorImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessInfoFactoryImplTest
06:17:05 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessInfoFactoryImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessInfoImplTest
06:17:05 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessInfoImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionQueryImplTest
06:17:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionQueryImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionFactoryImplTest
06:17:05 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionFactoryImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessRoleCreatorImplTest
06:17:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessRoleCreatorImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessInfoQueryImplTest
06:17:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessInfoQueryImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.domain.shiro.DomainImplTest
06:17:05 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.kapua.service.authorization.domain.shiro.DomainImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.domain.shiro.DomainCreatorImplTest
06:17:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.domain.shiro.DomainCreatorImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.domain.shiro.DomainFactoryImplTest
06:17:05 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.kapua.service.authorization.domain.shiro.DomainFactoryImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.domain.shiro.DomainQueryImplTest
06:17:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.domain.shiro.DomainQueryImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.group.shiro.GroupQueryImplTest
06:17:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authorization.group.shiro.GroupQueryImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.group.shiro.GroupCreatorImplTest
06:17:05 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.group.shiro.GroupCreatorImplTest
06:17:05 [INFO] Running org.eclipse.kapua.service.authorization.group.shiro.GroupFactoryImplTest
06:17:06 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.kapua.service.authorization.group.shiro.GroupFactoryImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authorization.group.shiro.GroupImplTest
06:17:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.group.shiro.GroupImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authorization.shiro.setting.KapuaAuthorizationSettingKeysTest
06:17:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.shiro.setting.KapuaAuthorizationSettingKeysTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authorization.shiro.KapuaAuthorizingRealmTest
06:17:06 10:17:06.082 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:17:06 10:17:06.082 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.service.authorization.access.shiro.MockitoLocator... 
06:17:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.kapua.service.authorization.shiro.KapuaAuthorizingRealmTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionCreatorImplTest
06:17:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionCreatorImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.ScratchCodeFactoryImplTest
06:17:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.ScratchCodeFactoryImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionQueryImplTest
06:17:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionQueryImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionFactoryImplTest
06:17:06 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionFactoryImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionImplTest
06:17:06 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.ScratchCodeImplTest
06:17:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.ScratchCodeImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.credential.shiro.CredentialQueryImplTest
06:17:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialQueryImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.credential.shiro.CredentialCreatorImplTest
06:17:06 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialCreatorImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.credential.shiro.CredentialImplTest
06:17:06 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.credential.shiro.CredentialFactoryImplTest
06:17:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialFactoryImplTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.AuthenticationRuntimeExceptionTest
06:17:06 10:17:06.662 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.663 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.663 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.663 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.664 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.664 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.665 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.665 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.665 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.666 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.666 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.667 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.667 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.668 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.668 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.669 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.669 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.669 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.669 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.670 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.670 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.671 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.671 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.671 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.671 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.672 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.672 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.672 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.673 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.673 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.673 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.674 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.674 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.675 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.675 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.675 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.676 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.676 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.676 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.677 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.677 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.678 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.678 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.678 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.679 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.679 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.679 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.680 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.680 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.680 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.681 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.681 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.682 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.682 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.682 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.683 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.683 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.683 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.684 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.684 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.684 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.685 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.685 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.685 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.686 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.686 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.687 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.687 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.687 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.688 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.688 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.688 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.737 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.738 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.738 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.739 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.739 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.739 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.740 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.740 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.740 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.741 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.741 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.741 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.742 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.742 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.743 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.743 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.743 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.744 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.744 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.745 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.745 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.745 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.746 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.747 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.747 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.748 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.748 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.749 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.749 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.750 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.751 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.752 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.752 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.753 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.753 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.753 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.753 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.753 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.754 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.754 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.755 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.755 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.755 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.756 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.756 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.756 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.756 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.757 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.757 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.757 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.758 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.758 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.758 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.759 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.759 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.759 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.760 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.760 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.760 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.761 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.761 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.761 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.762 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.762 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.762 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.763 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.763 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.763 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.763 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.764 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.764 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.764 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.764 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.764 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.765 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.765 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.765 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.765 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.766 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.766 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.766 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.766 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.766 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.767 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.767 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.767 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.767 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.768 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.768 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.768 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.769 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.769 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.769 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.769 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.769 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.770 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.770 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.770 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.770 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.771 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.771 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.772 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.772 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.772 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.772 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.773 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.773 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.773 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.773 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.774 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.774 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.774 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.775 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.775 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.775 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.775 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.776 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.776 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.776 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:17:06 10:17:06.777 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:17:06 10:17:06.777 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:17:06 10:17:06.777 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:17:06 10:17:06.778 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed.
06:17:06 10:17:06.778 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed.
06:17:06 10:17:06.778 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.779 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed.
06:17:06 10:17:06.779 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.779 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.779 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.780 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.780 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.780 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.780 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.780 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed.
06:17:06 10:17:06.781 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.781 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed.
06:17:06 10:17:06.781 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed.
06:17:06 10:17:06.781 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed.
06:17:06 10:17:06.782 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed.
06:17:06 10:17:06.782 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 10:17:06.782 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed.
06:17:06 10:17:06.783 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:17:06 10:17:06.783 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:17:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.AuthenticationRuntimeExceptionTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.JwtCertificateNotFoundExceptionTest
06:17:06 10:17:06.839 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed.
06:17:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.JwtCertificateNotFoundExceptionTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.ExpiredAccountExceptionTest
06:17:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.ExpiredAccountExceptionTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.TemporaryLockedAccountExceptionTest
06:17:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.TemporaryLockedAccountExceptionTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.MfaRequiredExceptionTest
06:17:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.MfaRequiredExceptionTest
06:17:06 [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.AccessTokenCredentialsHandlerTest
06:17:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.kapua.service.authentication.shiro.realm.AccessTokenCredentialsHandlerTest
06:17:07 [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsHandlerTest
06:17:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsHandlerTest
06:17:07 [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsHandlerTest
06:17:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsHandlerTest
06:17:07 [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.UserPassCredentialsHandlerTest
06:17:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.kapua.service.authentication.shiro.realm.UserPassCredentialsHandlerTest
06:17:07 [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.LoginAuthenticationInfoTest
06:17:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.kapua.service.authentication.shiro.realm.LoginAuthenticationInfoTest
06:17:07 [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcherTest
06:17:07 10:17:07.291 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:17:07 10:17:07.293 [main] ERROR org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcher - Error while validating JWT credentials
06:17:07 org.eclipse.kapua.plugin.sso.openid.exception.OpenIDIllegalArgumentException: Error: 
06:17:07 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcherTest
06:17:07 [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsMatcherTest
06:17:07 10:17:07.338 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:07 10:17:07.338 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:07 10:17:07.338 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:07 10:17:07.344 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 10:17:08.047 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.048 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.048 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.054 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 10:17:08.058 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.059 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.059 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.065 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 10:17:08.067 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.068 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.068 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.073 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 10:17:08.076 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.076 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.076 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.081 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 10:17:08.682 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.682 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.682 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.686 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.345 s - in org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsMatcherTest
06:17:08 [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.SessionAuthenticationInfoTest
06:17:08 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.kapua.service.authentication.shiro.realm.SessionAuthenticationInfoTest
06:17:08 [INFO] Running org.eclipse.kapua.service.authentication.shiro.RefreshTokenCredentialsImplTest
06:17:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.RefreshTokenCredentialsImplTest
06:17:08 [INFO] Running org.eclipse.kapua.service.authentication.shiro.registration.RegistrationServiceImplTest
06:17:08 10:17:08.717 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.718 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.718 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.720 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 10:17:08.725 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.725 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.725 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.727 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 10:17:08.728 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.728 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.728 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.731 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 10:17:08.732 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.732 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.732 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.739 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 10:17:08.746 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.746 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.746 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.748 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 10:17:08.749 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.749 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:08 10:17:08.749 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:08 10:17:08.752 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:08 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.kapua.service.authentication.shiro.registration.RegistrationServiceImplTest
06:17:08 [INFO] Running org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest
06:17:08 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest
06:17:08 [INFO] Running org.eclipse.kapua.service.authentication.shiro.utils.AuthenticationUtilsTest
06:17:08 10:17:08.778 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.779 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:08 10:17:08.779 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:08 10:17:08.779 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:08 10:17:08.950 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.950 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:08 10:17:08.950 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:08 10:17:08.951 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:08 10:17:08.953 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.953 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:08 10:17:08.953 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:08 10:17:08.954 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:08 10:17:08.985 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.985 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:08 10:17:08.985 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:08 10:17:08.987 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:08 10:17:08.988 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:08 10:17:08.989 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:08 10:17:08.989 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:08 10:17:08.989 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:09 10:17:08.991 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:09 10:17:08.991 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:09 10:17:08.991 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:09 10:17:08.991 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:09 10:17:09.063 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:09 10:17:09.064 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:09 10:17:09.064 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:09 10:17:09.065 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:09 10:17:09.067 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:09 10:17:09.067 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:09 10:17:09.067 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:09 10:17:09.068 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:09 10:17:09.073 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:09 10:17:09.073 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:09 10:17:09.073 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:09 10:17:09.074 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:09 10:17:09.076 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:09 10:17:09.076 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:09 10:17:09.076 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:09 10:17:09.077 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:09 10:17:09.078 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:09 10:17:09.078 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:09 10:17:09.078 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:09 10:17:09.079 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:09 10:17:09.081 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:09 10:17:09.081 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:09 10:17:09.081 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:09 10:17:09.081 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:09 10:17:09.083 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:09 10:17:09.084 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:09 10:17:09.084 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:09 10:17:09.085 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:09 10:17:09.087 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:09 10:17:09.087 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:09 10:17:09.087 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:09 10:17:09.088 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:09 10:17:09.090 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:09 10:17:09.090 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:09 10:17:09.090 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:09 10:17:09.091 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:15 10:17:15.138 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:15 10:17:15.138 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:15 10:17:15.138 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:15 10:17:15.139 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:15 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.375 s - in org.eclipse.kapua.service.authentication.shiro.utils.AuthenticationUtilsTest
06:17:15 [INFO] Running org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest
06:17:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest
06:17:15 [INFO] Running org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest
06:17:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest
06:17:15 [INFO] Running org.eclipse.kapua.service.authentication.shiro.setting.KapuaCryptoSettingKeysTest
06:17:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.setting.KapuaCryptoSettingKeysTest
06:17:15 [INFO] Running org.eclipse.kapua.service.authentication.shiro.setting.KapuaAuthenticationSettingKeysTest
06:17:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.setting.KapuaAuthenticationSettingKeysTest
06:17:15 [INFO] Running org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorServiceLocatorTest
06:17:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorServiceLocatorTest
06:17:15 [INFO] Running org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImplTest
06:17:15 10:17:15.170 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:15 10:17:15.171 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:15 10:17:15.171 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:15 10:17:15.173 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:15 10:17:15.179 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:17:15 10:17:15.179 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:17:15 10:17:15.179 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:17:15 10:17:15.179 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:17:15 10:17:15.179 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:17:15 10:17:15.179 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ==================================================================================
06:17:15 10:17:15.180 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:15 10:17:15.180 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:15 10:17:15.180 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:15 10:17:15.181 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:17 10:17:17.629 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:17 10:17:17.629 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:17 10:17:17.629 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:17 10:17:17.632 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:17 10:17:17.632 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:17:17 10:17:17.632 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:17:17 10:17:17.632 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:17:17 10:17:17.632 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:17:17 10:17:17.632 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:17:17 10:17:17.632 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ==================================================================================
06:17:17 10:17:17.633 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:17 10:17:17.633 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:17 10:17:17.633 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:17 10:17:17.634 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:20 10:17:20.655 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:20 10:17:20.655 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:20 10:17:20.655 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:20 10:17:20.657 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:20 10:17:20.658 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:17:20 10:17:20.658 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:17:20 10:17:20.658 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:17:20 10:17:20.658 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:17:20 10:17:20.658 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:17:20 10:17:20.658 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ==================================================================================
06:17:20 10:17:20.659 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:20 10:17:20.659 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:20 10:17:20.659 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:20 10:17:20.660 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:23 10:17:23.109 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:23 10:17:23.109 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:23 10:17:23.109 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:23 10:17:23.111 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:23 10:17:23.112 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:17:23 10:17:23.112 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:17:23 10:17:23.112 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:17:23 10:17:23.112 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:17:23 10:17:23.113 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:17:23 10:17:23.113 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ==================================================================================
06:17:23 10:17:23.114 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:23 10:17:23.115 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:23 10:17:23.115 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:23 10:17:23.116 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:25 10:17:25.532 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:25 10:17:25.533 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:25 10:17:25.533 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:25 10:17:25.534 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:25 10:17:25.535 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:17:25 10:17:25.535 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:17:25 10:17:25.535 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:17:25 10:17:25.535 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:17:25 10:17:25.535 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:17:25 10:17:25.535 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ==================================================================================
06:17:25 10:17:25.536 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:25 10:17:25.536 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:25 10:17:25.536 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:25 10:17:25.536 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:28 10:17:28.003 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:28 10:17:28.003 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:28 10:17:28.004 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:28 10:17:28.006 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:28 10:17:28.006 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:17:28 10:17:28.006 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:17:28 10:17:28.006 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:17:28 10:17:28.006 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:17:28 10:17:28.006 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:17:28 10:17:28.006 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ==================================================================================
06:17:28 10:17:28.007 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:28 10:17:28.007 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:28 10:17:28.007 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:28 10:17:28.008 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:42 10:17:42.457 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:42 10:17:42.457 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:42 10:17:42.457 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:42 10:17:42.458 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:42 10:17:42.459 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:17:42 10:17:42.459 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:17:42 10:17:42.459 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:17:42 10:17:42.459 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:17:42 10:17:42.459 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:17:42 10:17:42.459 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ==================================================================================
06:17:42 10:17:42.460 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:42 10:17:42.460 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:42 10:17:42.460 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:42 10:17:42.461 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:44 10:17:44.821 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:44 10:17:44.821 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties
06:17:44 10:17:44.821 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-authentication-setting.properties
06:17:44 10:17:44.823 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties'
06:17:44 10:17:44.823 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:17:44 10:17:44.823 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:17:44 10:17:44.823 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:17:44 10:17:44.823 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:17:44 10:17:44.823 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:17:44 10:17:44.823 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ==================================================================================
06:17:44 10:17:44.824 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/
06:17:44 10:17:44.824 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties
06:17:44 10:17:44.824 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/kapua-crypto-setting.properties
06:17:44 10:17:44.825 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties'
06:17:47 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.99 s - in org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImplTest
06:17:47 [INFO] Running org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest
06:17:47 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest
06:17:47 [INFO] Running org.eclipse.kapua.service.authentication.shiro.CredentialsFactoryImplTest
06:17:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.CredentialsFactoryImplTest
06:17:47 [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenImplTest
06:17:47 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenImplTest
06:17:47 [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenFactoryImplTest
06:17:47 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenFactoryImplTest
06:17:47 [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.LoginInfoImplTest
06:17:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.service.authentication.token.shiro.LoginInfoImplTest
06:17:47 [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenQueryImplTest
06:17:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenQueryImplTest
06:17:47 [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenCreatorImplTest
06:17:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenCreatorImplTest
06:17:47 [INFO] Running org.eclipse.kapua.service.security.EnhModularRealmAuthorizerTest
06:17:47 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.kapua.service.security.EnhModularRealmAuthorizerTest
06:17:47 [INFO] 
06:17:47 [INFO] Results:
06:17:47 [INFO] 
06:17:47 [INFO] Tests run: 441, Failures: 0, Errors: 0, Skipped: 0
06:17:47 [INFO] 
06:17:47 [INFO] 
06:17:47 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-shiro ---
06:17:47 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/jacoco.exec
06:17:47 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:17:48 [INFO] 
06:17:48 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-shiro ---
06:17:48 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT.jar
06:17:48 [INFO] 
06:17:48 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-shiro ---
06:17:48 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT-sources.jar
06:17:48 [INFO] 
06:17:48 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-shiro ---
06:17:48 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/jacoco.exec
06:17:48 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:17:48 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:17:48 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:17:48 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:17:48 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:17:48 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:17:48 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:17:48 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:17:49 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:17:49 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:17:49 [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes
06:17:49 [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes
06:17:49 [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes
06:17:49 [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes
06:17:49 [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes
06:17:49 [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes
06:17:49 [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes
06:17:49 [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes
06:17:49 [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes
06:17:49 [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes
06:17:49 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:17:49 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:17:49 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:17:49 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:17:49 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:17:49 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:17:49 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:17:49 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:17:49 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:17:49 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:17:49 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:17:49 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:17:49 [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes
06:17:49 [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes
06:17:49 [INFO] Analyzed bundle 'kapua-client-security' with 33 classes
06:17:49 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:17:49 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:17:49 [INFO] 
06:17:49 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-shiro ---
06:17:49 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-shiro/2.1.0-SNAPSHOT/kapua-security-shiro-2.1.0-SNAPSHOT.jar
06:17:49 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/shiro/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-shiro/2.1.0-SNAPSHOT/kapua-security-shiro-2.1.0-SNAPSHOT.pom
06:17:49 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-shiro/2.1.0-SNAPSHOT/kapua-security-shiro-2.1.0-SNAPSHOT-sources.jar
06:17:49 [INFO] 
06:17:49 [INFO] ---------------< org.eclipse.kapua:kapua-simulator-kura >---------------
06:17:49 [INFO] Building kapua-simulator-kura 2.1.0-SNAPSHOT                    [83/229]
06:17:49 [INFO]   from simulator-kura/pom.xml
06:17:49 [INFO] --------------------------------[ jar ]---------------------------------
06:17:50 [INFO] 
06:17:50 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-simulator-kura ---
06:17:50 [INFO] 
06:17:50 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-simulator-kura ---
06:17:50 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:17:50 [INFO] 
06:17:50 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-simulator-kura ---
06:17:50 [INFO] Required toolchain: jdk [ version='11' ]
06:17:50 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:17:50 [INFO] 
06:17:50 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-simulator-kura ---
06:17:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/simulator-kura' && 'git' 'rev-parse' '--verify' 'HEAD'
06:17:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/simulator-kura
06:17:50 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917070858
06:17:50 [WARNING] Cannot get the branch information from the git repository: 
06:17:50 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:17:50 
06:17:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/simulator-kura' && 'git' 'rev-parse' '--verify' 'HEAD'
06:17:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/simulator-kura
06:17:50 [INFO] Storing buildScmBranch: UNKNOWN
06:17:50 [INFO] 
06:17:50 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-simulator-kura ---
06:17:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/simulator-kura/target/jacoco.exec
06:17:50 [INFO] 
06:17:50 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-simulator-kura ---
06:17:50 [INFO] Copying 1 resource
06:17:50 [INFO] 
06:17:50 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-simulator-kura ---
06:17:50 [INFO] Copying 1 resource
06:17:50 [INFO] 
06:17:50 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-simulator-kura ---
06:17:50 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:17:50 [INFO] Changes detected - recompiling the module!
06:17:50 [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/develop-test/simulator-kura/target/classes
06:17:57 [INFO] 
06:17:57 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-simulator-kura ---
06:17:57 [INFO] Copying 4 resources
06:17:57 [INFO] 
06:17:57 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-simulator-kura ---
06:17:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:17:57 [INFO] Changes detected - recompiling the module!
06:17:57 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-test/simulator-kura/target/test-classes
06:17:59 [INFO] 
06:17:59 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-simulator-kura ---
06:17:59 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:17:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:17:59 [INFO] 
06:17:59 [INFO] -------------------------------------------------------
06:17:59 [INFO]  T E S T S
06:17:59 [INFO] -------------------------------------------------------
06:18:01 [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.ConfigurationTest
06:18:01 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.eclipse.kapua.kura.simulator.main.simulation.ConfigurationTest
06:18:01 [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.ValidationTest
06:18:01 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.kapua.kura.simulator.main.simulation.ValidationTest
06:18:01 [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.AppTest
06:18:04 Sending: timestamp: 1712917083691
06:18:04 metric {
06:18:04   name: "m1"
06:18:04   type: DOUBLE
06:18:04   double_value: 19.205952037869725
06:18:04 }
06:18:04 
06:18:04 Sending: timestamp: 1712917084691
06:18:04 metric {
06:18:04   name: "m1"
06:18:04   type: DOUBLE
06:18:04   double_value: 24.31579432504103
06:18:04 }
06:18:04 
06:18:05 Sending: timestamp: 1712917085691
06:18:05 metric {
06:18:05   name: "m1"
06:18:05   type: DOUBLE
06:18:05   double_value: 29.358988706429084
06:18:05 }
06:18:05 
06:18:06 Sending: timestamp: 1712917086691
06:18:06 metric {
06:18:06   name: "m1"
06:18:06   type: DOUBLE
06:18:06   double_value: 34.32171213601352
06:18:06 }
06:18:06 
06:18:07 Sending: timestamp: 1712917087691
06:18:07 metric {
06:18:07   name: "m1"
06:18:07   type: DOUBLE
06:18:07   double_value: 39.19036213307162
06:18:07 }
06:18:07 
06:18:07 [timestamp: 1712917083691
06:18:07 metric {
06:18:07   name: "m1"
06:18:07   type: DOUBLE
06:18:07   double_value: 19.205952037869725
06:18:07 }
06:18:07 , timestamp: 1712917084691
06:18:07 metric {
06:18:07   name: "m1"
06:18:07   type: DOUBLE
06:18:07   double_value: 24.31579432504103
06:18:07 }
06:18:07 , timestamp: 1712917085691
06:18:07 metric {
06:18:07   name: "m1"
06:18:07   type: DOUBLE
06:18:07   double_value: 29.358988706429084
06:18:07 }
06:18:07 , timestamp: 1712917086691
06:18:07 metric {
06:18:07   name: "m1"
06:18:07   type: DOUBLE
06:18:07   double_value: 34.32171213601352
06:18:07 }
06:18:07 , timestamp: 1712917087691
06:18:07 metric {
06:18:07   name: "m1"
06:18:07   type: DOUBLE
06:18:07   double_value: 39.19036213307162
06:18:07 }
06:18:07 ]
06:18:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.895 s - in org.eclipse.kapua.kura.simulator.main.simulation.AppTest
06:18:07 [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.JsonTest
06:18:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s - in org.eclipse.kapua.kura.simulator.main.simulation.JsonTest
06:18:08 [INFO] 
06:18:08 [INFO] Results:
06:18:08 [INFO] 
06:18:08 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
06:18:08 [INFO] 
06:18:08 [INFO] 
06:18:08 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-simulator-kura ---
06:18:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/simulator-kura/target/jacoco.exec
06:18:08 [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes
06:18:08 [INFO] 
06:18:08 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-simulator-kura ---
06:18:08 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT.jar
06:18:08 [INFO] 
06:18:08 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-simulator-kura ---
06:18:08 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT-sources.jar
06:18:08 [INFO] 
06:18:08 [INFO] --- shade:3.4.1:shade (default) @ kapua-simulator-kura ---
06:18:09 [INFO] Including ch.qos.logback:logback-classic:jar:1.2.11 in the shaded jar.
06:18:09 [INFO] Including ch.qos.logback:logback-core:jar:1.2.11 in the shaded jar.
06:18:09 [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar.
06:18:09 [INFO] Including com.google.protobuf:protobuf-java:jar:3.23.2 in the shaded jar.
06:18:09 [INFO] Including com.google.guava:guava:jar:32.1.2-jre in the shaded jar.
06:18:09 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
06:18:09 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
06:18:09 [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar.
06:18:09 [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar.
06:18:09 [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar.
06:18:09 [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
06:18:09 [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar.
06:18:09 [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
06:18:09 [INFO] Including org.eclipse.neoscada.utils:org.eclipse.scada.utils:jar:0.4.0 in the shaded jar.
06:18:09 [INFO] Including org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.2.1 in the shaded jar.
06:18:09 [INFO] Including org.osgi:org.osgi.core:jar:6.0.0 in the shaded jar.
06:18:09 [INFO] Including org.slf4j:slf4j-api:jar:1.7.33 in the shaded jar.
06:18:09 [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.33 in the shaded jar.
06:18:09 [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/develop-test/simulator-kura/target/dependency-reduced-pom.xml
06:18:11 [WARNING] commons-cli-1.4.jar, commons-codec-1.15.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, failureaccess-1.0.1.jar, gson-2.10.jar, guava-32.1.2-jre.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, jul-to-slf4j-1.7.33.jar, kapua-simulator-kura-2.1.0-SNAPSHOT.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, logback-classic-1.2.11.jar, logback-core-1.2.11.jar, org.eclipse.paho.client.mqttv3-1.2.1.jar, org.eclipse.scada.utils-0.4.0.jar, org.osgi.core-6.0.0.jar, protobuf-java-3.23.2.jar, slf4j-api-1.7.33.jar define 1 overlapping resource: 
06:18:11 [WARNING]   - META-INF/MANIFEST.MF
06:18:11 [WARNING] maven-shade-plugin has detected that some class files are
06:18:11 [WARNING] present in two or more JARs. When this happens, only one
06:18:11 [WARNING] single version of the class is copied to the uber jar.
06:18:11 [WARNING] Usually this is not harmful and you can skip these warnings,
06:18:11 [WARNING] otherwise try to manually exclude artifacts based on
06:18:11 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
06:18:11 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
06:18:11 [INFO] Attaching shaded artifact.
06:18:11 [INFO] 
06:18:11 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-simulator-kura ---
06:18:11 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/simulator-kura/target/jacoco.exec
06:18:11 [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes
06:18:11 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:18:11 [INFO] 
06:18:11 [INFO] --- install:2.5.2:install (default-install) @ kapua-simulator-kura ---
06:18:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-simulator-kura/2.1.0-SNAPSHOT/kapua-simulator-kura-2.1.0-SNAPSHOT.jar
06:18:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/simulator-kura/target/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-simulator-kura/2.1.0-SNAPSHOT/kapua-simulator-kura-2.1.0-SNAPSHOT.pom
06:18:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-simulator-kura/2.1.0-SNAPSHOT/kapua-simulator-kura-2.1.0-SNAPSHOT-sources.jar
06:18:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT-app.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-simulator-kura/2.1.0-SNAPSHOT/kapua-simulator-kura-2.1.0-SNAPSHOT-app.jar
06:18:11 [INFO] 
06:18:11 [INFO] -------------------< org.eclipse.kapua:kapua-stream >-------------------
06:18:11 [INFO] Building kapua-stream 2.1.0-SNAPSHOT                            [84/229]
06:18:11 [INFO]   from service/stream/pom.xml
06:18:11 [INFO] --------------------------------[ pom ]---------------------------------
06:18:11 [INFO] 
06:18:11 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-stream ---
06:18:11 [INFO] 
06:18:11 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream ---
06:18:11 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:11 [INFO] 
06:18:11 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream ---
06:18:11 [INFO] Required toolchain: jdk [ version='11' ]
06:18:11 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:11 [INFO] 
06:18:11 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream ---
06:18:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream
06:18:11 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917091580
06:18:11 [WARNING] Cannot get the branch information from the git repository: 
06:18:11 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:11 
06:18:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream
06:18:11 [INFO] Storing buildScmBranch: UNKNOWN
06:18:11 [INFO] 
06:18:11 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream ---
06:18:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/stream/target/jacoco.exec
06:18:11 [INFO] 
06:18:11 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-stream ---
06:18:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:11 [INFO] 
06:18:11 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-stream ---
06:18:11 [INFO] 
06:18:11 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-stream ---
06:18:11 [INFO] 
06:18:11 [INFO] --- install:2.5.2:install (default-install) @ kapua-stream ---
06:18:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/stream/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-stream/2.1.0-SNAPSHOT/kapua-stream-2.1.0-SNAPSHOT.pom
06:18:11 [INFO] 
06:18:11 [INFO] -----------------< org.eclipse.kapua:kapua-stream-api >-----------------
06:18:11 [INFO] Building kapua-stream-api 2.1.0-SNAPSHOT                        [85/229]
06:18:11 [INFO]   from service/stream/api/pom.xml
06:18:11 [INFO] --------------------------------[ jar ]---------------------------------
06:18:11 [INFO] 
06:18:11 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-stream-api ---
06:18:11 [INFO] 
06:18:11 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream-api ---
06:18:11 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:11 [INFO] 
06:18:11 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream-api ---
06:18:11 [INFO] Required toolchain: jdk [ version='11' ]
06:18:11 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:11 [INFO] 
06:18:11 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream-api ---
06:18:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream/api
06:18:11 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917091728
06:18:11 [WARNING] Cannot get the branch information from the git repository: 
06:18:11 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:11 
06:18:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream/api
06:18:11 [INFO] Storing buildScmBranch: UNKNOWN
06:18:11 [INFO] 
06:18:11 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream-api ---
06:18:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/stream/api/target/jacoco.exec
06:18:11 [INFO] 
06:18:11 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-stream-api ---
06:18:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/stream/api/src/main/resources
06:18:11 [INFO] 
06:18:11 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-stream-api ---
06:18:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:11 [INFO] Changes detected - recompiling the module!
06:18:11 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/stream/api/target/classes
06:18:14 [INFO] 
06:18:14 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-stream-api ---
06:18:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/stream/api/src/test/resources
06:18:14 [INFO] 
06:18:14 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-stream-api ---
06:18:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:14 [INFO] No sources to compile
06:18:14 [INFO] 
06:18:14 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-stream-api ---
06:18:14 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:14 [INFO] No tests to run.
06:18:14 [INFO] 
06:18:14 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-stream-api ---
06:18:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:14 [INFO] 
06:18:14 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-stream-api ---
06:18:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/stream/api/target/kapua-stream-api-2.1.0-SNAPSHOT.jar
06:18:14 [INFO] 
06:18:14 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-stream-api ---
06:18:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/stream/api/target/kapua-stream-api-2.1.0-SNAPSHOT-sources.jar
06:18:14 [INFO] 
06:18:14 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-stream-api ---
06:18:14 [INFO] 
06:18:14 [INFO] --- install:2.5.2:install (default-install) @ kapua-stream-api ---
06:18:14 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/stream/api/target/kapua-stream-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-stream-api/2.1.0-SNAPSHOT/kapua-stream-api-2.1.0-SNAPSHOT.jar
06:18:14 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/stream/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-stream-api/2.1.0-SNAPSHOT/kapua-stream-api-2.1.0-SNAPSHOT.pom
06:18:14 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/stream/api/target/kapua-stream-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-stream-api/2.1.0-SNAPSHOT/kapua-stream-api-2.1.0-SNAPSHOT-sources.jar
06:18:14 [INFO] 
06:18:14 [INFO] ----------< org.eclipse.kapua:kapua-device-management-asset >-----------
06:18:14 [INFO] Building kapua-device-management-asset 2.1.0-SNAPSHOT           [86/229]
06:18:14 [INFO]   from service/device/management/asset/pom.xml
06:18:14 [INFO] --------------------------------[ pom ]---------------------------------
06:18:14 [INFO] 
06:18:14 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset ---
06:18:14 [INFO] 
06:18:14 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset ---
06:18:14 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:14 [INFO] 
06:18:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset ---
06:18:14 [INFO] Required toolchain: jdk [ version='11' ]
06:18:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:14 [INFO] 
06:18:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset ---
06:18:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset
06:18:14 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917094517
06:18:14 [WARNING] Cannot get the branch information from the git repository: 
06:18:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:14 
06:18:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset
06:18:14 [INFO] Storing buildScmBranch: UNKNOWN
06:18:14 [INFO] 
06:18:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset ---
06:18:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/asset/target/jacoco.exec
06:18:14 [INFO] 
06:18:14 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset ---
06:18:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:14 [INFO] 
06:18:14 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset ---
06:18:14 [INFO] 
06:18:14 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset ---
06:18:14 [INFO] 
06:18:14 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset ---
06:18:14 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset/2.1.0-SNAPSHOT/kapua-device-management-asset-2.1.0-SNAPSHOT.pom
06:18:14 [INFO] 
06:18:14 [INFO] --------< org.eclipse.kapua:kapua-device-management-asset-api >---------
06:18:14 [INFO] Building kapua-device-management-asset-api 2.1.0-SNAPSHOT       [87/229]
06:18:14 [INFO]   from service/device/management/asset/api/pom.xml
06:18:14 [INFO] --------------------------------[ jar ]---------------------------------
06:18:14 [INFO] 
06:18:14 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-api ---
06:18:14 [INFO] 
06:18:14 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-api ---
06:18:14 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:14 [INFO] 
06:18:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-api ---
06:18:14 [INFO] Required toolchain: jdk [ version='11' ]
06:18:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:14 [INFO] 
06:18:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-api ---
06:18:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api
06:18:14 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917094675
06:18:14 [WARNING] Cannot get the branch information from the git repository: 
06:18:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:14 
06:18:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api
06:18:14 [INFO] Storing buildScmBranch: UNKNOWN
06:18:14 [INFO] 
06:18:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-api ---
06:18:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/target/jacoco.exec
06:18:14 [INFO] 
06:18:14 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-api ---
06:18:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/src/main/resources
06:18:14 [INFO] 
06:18:14 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-api ---
06:18:14 [INFO] Copying 1 resource
06:18:14 [INFO] 
06:18:14 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-api ---
06:18:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:14 [INFO] Changes detected - recompiling the module!
06:18:14 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/target/classes
06:18:18 [INFO] 
06:18:18 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-api ---
06:18:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/src/test/resources
06:18:18 [INFO] 
06:18:18 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-api ---
06:18:18 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:18 [INFO] No sources to compile
06:18:18 [INFO] 
06:18:18 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-api ---
06:18:18 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:18 [INFO] No tests to run.
06:18:18 [INFO] 
06:18:18 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-api ---
06:18:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:18 [INFO] 
06:18:18 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-api ---
06:18:18 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/target/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
06:18:18 [INFO] 
06:18:18 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-api ---
06:18:18 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/target/kapua-device-management-asset-api-2.1.0-SNAPSHOT-sources.jar
06:18:18 [INFO] 
06:18:18 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-api ---
06:18:18 [INFO] 
06:18:18 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-api ---
06:18:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/target/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-api/2.1.0-SNAPSHOT/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
06:18:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-api/2.1.0-SNAPSHOT/kapua-device-management-asset-api-2.1.0-SNAPSHOT.pom
06:18:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/target/kapua-device-management-asset-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-api/2.1.0-SNAPSHOT/kapua-device-management-asset-api-2.1.0-SNAPSHOT-sources.jar
06:18:18 [INFO] 
06:18:18 [INFO] -------< org.eclipse.kapua:kapua-device-management-asset-store >--------
06:18:18 [INFO] Building kapua-device-management-asset-store 2.1.0-SNAPSHOT     [88/229]
06:18:18 [INFO]   from service/device/management/asset-store/pom.xml
06:18:18 [INFO] --------------------------------[ pom ]---------------------------------
06:18:18 [INFO] 
06:18:18 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-store ---
06:18:18 [INFO] 
06:18:18 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store ---
06:18:18 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:18 [INFO] 
06:18:18 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store ---
06:18:18 [INFO] Required toolchain: jdk [ version='11' ]
06:18:18 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:18 [INFO] 
06:18:18 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store ---
06:18:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store
06:18:18 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917098377
06:18:18 [WARNING] Cannot get the branch information from the git repository: 
06:18:18 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:18 
06:18:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store
06:18:18 [INFO] Storing buildScmBranch: UNKNOWN
06:18:18 [INFO] 
06:18:18 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store ---
06:18:18 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/target/jacoco.exec
06:18:18 [INFO] 
06:18:18 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-store ---
06:18:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:18 [INFO] 
06:18:18 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-store ---
06:18:18 [INFO] 
06:18:18 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-store ---
06:18:18 [INFO] 
06:18:18 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-store ---
06:18:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-store/2.1.0-SNAPSHOT/kapua-device-management-asset-store-2.1.0-SNAPSHOT.pom
06:18:18 [INFO] 
06:18:18 [INFO] -----< org.eclipse.kapua:kapua-device-management-asset-store-api >------
06:18:18 [INFO] Building kapua-device-management-asset-store-api 2.1.0-SNAPSHOT [89/229]
06:18:18 [INFO]   from service/device/management/asset-store/api/pom.xml
06:18:18 [INFO] --------------------------------[ jar ]---------------------------------
06:18:18 [INFO] 
06:18:18 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-store-api ---
06:18:18 [INFO] 
06:18:18 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store-api ---
06:18:18 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:18 [INFO] 
06:18:18 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store-api ---
06:18:18 [INFO] Required toolchain: jdk [ version='11' ]
06:18:18 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:18 [INFO] 
06:18:18 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store-api ---
06:18:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api
06:18:18 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917098683
06:18:18 [WARNING] Cannot get the branch information from the git repository: 
06:18:18 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:18 
06:18:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api
06:18:18 [INFO] Storing buildScmBranch: UNKNOWN
06:18:18 [INFO] 
06:18:18 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store-api ---
06:18:18 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/target/jacoco.exec
06:18:18 [INFO] 
06:18:18 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-store-api ---
06:18:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/src/main/resources
06:18:18 [INFO] 
06:18:18 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-store-api ---
06:18:18 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:18 [INFO] Changes detected - recompiling the module!
06:18:18 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/target/classes
06:18:21 [INFO] 
06:18:21 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-store-api ---
06:18:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/src/test/resources
06:18:21 [INFO] 
06:18:21 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-store-api ---
06:18:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:21 [INFO] No sources to compile
06:18:21 [INFO] 
06:18:21 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-store-api ---
06:18:21 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:21 [INFO] No tests to run.
06:18:21 [INFO] 
06:18:21 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-store-api ---
06:18:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:21 [INFO] 
06:18:21 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-store-api ---
06:18:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/target/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
06:18:21 [INFO] 
06:18:21 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-store-api ---
06:18:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/target/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT-sources.jar
06:18:21 [INFO] 
06:18:21 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-store-api ---
06:18:21 [INFO] 
06:18:21 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-store-api ---
06:18:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/target/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-store-api/2.1.0-SNAPSHOT/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
06:18:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-store-api/2.1.0-SNAPSHOT/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.pom
06:18:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/target/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-store-api/2.1.0-SNAPSHOT/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT-sources.jar
06:18:21 [INFO] 
06:18:21 [INFO] ------< org.eclipse.kapua:kapua-device-management-asset-internal >------
06:18:21 [INFO] Building kapua-device-management-asset-internal 2.1.0-SNAPSHOT  [90/229]
06:18:21 [INFO]   from service/device/management/asset/internal/pom.xml
06:18:21 [INFO] --------------------------------[ jar ]---------------------------------
06:18:21 [INFO] 
06:18:21 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-internal ---
06:18:21 [INFO] 
06:18:21 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-internal ---
06:18:21 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:22 [INFO] 
06:18:22 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-internal ---
06:18:22 [INFO] Required toolchain: jdk [ version='11' ]
06:18:22 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:22 [INFO] 
06:18:22 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-internal ---
06:18:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal
06:18:22 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917102044
06:18:22 [WARNING] Cannot get the branch information from the git repository: 
06:18:22 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:22 
06:18:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal
06:18:22 [INFO] Storing buildScmBranch: UNKNOWN
06:18:22 [INFO] 
06:18:22 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-internal ---
06:18:22 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/target/jacoco.exec
06:18:22 [INFO] 
06:18:22 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-internal ---
06:18:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/src/main/resources
06:18:22 [INFO] 
06:18:22 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-internal ---
06:18:22 [INFO] Copying 1 resource
06:18:22 [INFO] 
06:18:22 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-internal ---
06:18:22 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:22 [INFO] Changes detected - recompiling the module!
06:18:22 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/target/classes
06:18:25 [INFO] 
06:18:25 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-internal ---
06:18:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/src/test/resources
06:18:25 [INFO] 
06:18:25 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-internal ---
06:18:25 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:25 [INFO] No sources to compile
06:18:25 [INFO] 
06:18:25 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-internal ---
06:18:25 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:25 [INFO] No tests to run.
06:18:25 [INFO] 
06:18:25 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-internal ---
06:18:25 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:25 [INFO] 
06:18:25 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-internal ---
06:18:25 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/target/kapua-device-management-asset-internal-2.1.0-SNAPSHOT.jar
06:18:25 [INFO] 
06:18:25 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-internal ---
06:18:25 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/target/kapua-device-management-asset-internal-2.1.0-SNAPSHOT-sources.jar
06:18:25 [INFO] 
06:18:25 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-internal ---
06:18:25 [INFO] 
06:18:25 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-internal ---
06:18:25 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/target/kapua-device-management-asset-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-internal/2.1.0-SNAPSHOT/kapua-device-management-asset-internal-2.1.0-SNAPSHOT.jar
06:18:25 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-internal/2.1.0-SNAPSHOT/kapua-device-management-asset-internal-2.1.0-SNAPSHOT.pom
06:18:25 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/target/kapua-device-management-asset-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-internal/2.1.0-SNAPSHOT/kapua-device-management-asset-internal-2.1.0-SNAPSHOT-sources.jar
06:18:25 [INFO] 
06:18:25 [INFO] ----< org.eclipse.kapua:kapua-device-management-asset-store-dummy >-----
06:18:25 [INFO] Building kapua-device-management-asset-store-dummy 2.1.0-SNAPSHOT [91/229]
06:18:25 [INFO]   from service/device/management/asset-store/dummy/pom.xml
06:18:25 [INFO] --------------------------------[ jar ]---------------------------------
06:18:25 [INFO] 
06:18:25 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-store-dummy ---
06:18:25 [INFO] 
06:18:25 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store-dummy ---
06:18:25 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:26 [INFO] 
06:18:26 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store-dummy ---
06:18:26 [INFO] Required toolchain: jdk [ version='11' ]
06:18:26 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:26 [INFO] 
06:18:26 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store-dummy ---
06:18:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy
06:18:26 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917106079
06:18:26 [WARNING] Cannot get the branch information from the git repository: 
06:18:26 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:26 
06:18:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy
06:18:26 [INFO] Storing buildScmBranch: UNKNOWN
06:18:26 [INFO] 
06:18:26 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store-dummy ---
06:18:26 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/target/jacoco.exec
06:18:26 [INFO] 
06:18:26 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-store-dummy ---
06:18:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/src/main/resources
06:18:26 [INFO] 
06:18:26 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-store-dummy ---
06:18:26 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:26 [INFO] Changes detected - recompiling the module!
06:18:26 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/target/classes
06:18:29 [INFO] 
06:18:29 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-store-dummy ---
06:18:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/src/test/resources
06:18:29 [INFO] 
06:18:29 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-store-dummy ---
06:18:29 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:29 [INFO] No sources to compile
06:18:29 [INFO] 
06:18:29 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-store-dummy ---
06:18:29 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:29 [INFO] No tests to run.
06:18:29 [INFO] 
06:18:29 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-store-dummy ---
06:18:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:29 [INFO] 
06:18:29 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-store-dummy ---
06:18:29 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/target/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT.jar
06:18:29 [INFO] 
06:18:29 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-store-dummy ---
06:18:29 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/target/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT-sources.jar
06:18:29 [INFO] 
06:18:29 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-store-dummy ---
06:18:29 [INFO] 
06:18:29 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-store-dummy ---
06:18:29 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/target/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT.jar
06:18:29 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT.pom
06:18:29 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/target/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT-sources.jar
06:18:29 [INFO] 
06:18:29 [INFO] ----------< org.eclipse.kapua:kapua-device-management-bundle >----------
06:18:29 [INFO] Building kapua-device-management-bundle 2.1.0-SNAPSHOT          [92/229]
06:18:29 [INFO]   from service/device/management/bundle/pom.xml
06:18:29 [INFO] --------------------------------[ pom ]---------------------------------
06:18:29 [INFO] 
06:18:29 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle ---
06:18:29 [INFO] 
06:18:29 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle ---
06:18:29 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:29 [INFO] 
06:18:29 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle ---
06:18:29 [INFO] Required toolchain: jdk [ version='11' ]
06:18:29 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:29 [INFO] 
06:18:29 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle ---
06:18:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle
06:18:29 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917109418
06:18:29 [WARNING] Cannot get the branch information from the git repository: 
06:18:29 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:29 
06:18:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle
06:18:29 [INFO] Storing buildScmBranch: UNKNOWN
06:18:29 [INFO] 
06:18:29 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle ---
06:18:29 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/target/jacoco.exec
06:18:29 [INFO] 
06:18:29 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle ---
06:18:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:29 [INFO] 
06:18:29 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle ---
06:18:29 [INFO] 
06:18:29 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle ---
06:18:29 [INFO] 
06:18:29 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle ---
06:18:29 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-bundle/2.1.0-SNAPSHOT/kapua-device-management-bundle-2.1.0-SNAPSHOT.pom
06:18:29 [INFO] 
06:18:29 [INFO] --------< org.eclipse.kapua:kapua-device-management-bundle-api >--------
06:18:29 [INFO] Building kapua-device-management-bundle-api 2.1.0-SNAPSHOT      [93/229]
06:18:29 [INFO]   from service/device/management/bundle/api/pom.xml
06:18:29 [INFO] --------------------------------[ jar ]---------------------------------
06:18:29 [INFO] 
06:18:29 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle-api ---
06:18:29 [INFO] 
06:18:29 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-api ---
06:18:29 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:29 [INFO] 
06:18:29 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-api ---
06:18:29 [INFO] Required toolchain: jdk [ version='11' ]
06:18:29 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:29 [INFO] 
06:18:29 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-api ---
06:18:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api
06:18:29 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917109697
06:18:29 [WARNING] Cannot get the branch information from the git repository: 
06:18:29 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:29 
06:18:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api
06:18:29 [INFO] Storing buildScmBranch: UNKNOWN
06:18:29 [INFO] 
06:18:29 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-api ---
06:18:29 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/target/jacoco.exec
06:18:29 [INFO] 
06:18:29 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-api ---
06:18:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/src/main/resources
06:18:29 [INFO] 
06:18:29 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-api ---
06:18:29 [INFO] Copying 1 resource
06:18:29 [INFO] 
06:18:29 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-api ---
06:18:29 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:29 [INFO] Changes detected - recompiling the module!
06:18:29 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/target/classes
06:18:33 [INFO] 
06:18:33 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-bundle-api ---
06:18:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/src/test/resources
06:18:33 [INFO] 
06:18:33 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-bundle-api ---
06:18:33 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:33 [INFO] No sources to compile
06:18:33 [INFO] 
06:18:33 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-bundle-api ---
06:18:33 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:33 [INFO] No tests to run.
06:18:33 [INFO] 
06:18:33 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle-api ---
06:18:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:33 [INFO] 
06:18:33 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-bundle-api ---
06:18:33 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/target/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
06:18:33 [INFO] 
06:18:33 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle-api ---
06:18:33 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/target/kapua-device-management-bundle-api-2.1.0-SNAPSHOT-sources.jar
06:18:33 [INFO] 
06:18:33 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle-api ---
06:18:33 [INFO] 
06:18:33 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle-api ---
06:18:33 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/target/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-bundle-api/2.1.0-SNAPSHOT/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
06:18:33 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-bundle-api/2.1.0-SNAPSHOT/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.pom
06:18:33 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/target/kapua-device-management-bundle-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-bundle-api/2.1.0-SNAPSHOT/kapua-device-management-bundle-api-2.1.0-SNAPSHOT-sources.jar
06:18:33 [INFO] 
06:18:33 [INFO] -----< org.eclipse.kapua:kapua-device-management-bundle-internal >------
06:18:33 [INFO] Building kapua-device-management-bundle-internal 2.1.0-SNAPSHOT [94/229]
06:18:33 [INFO]   from service/device/management/bundle/internal/pom.xml
06:18:33 [INFO] --------------------------------[ jar ]---------------------------------
06:18:33 [INFO] 
06:18:33 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle-internal ---
06:18:33 [INFO] 
06:18:33 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-internal ---
06:18:33 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:33 [INFO] 
06:18:33 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-internal ---
06:18:33 [INFO] Required toolchain: jdk [ version='11' ]
06:18:33 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:33 [INFO] 
06:18:33 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-internal ---
06:18:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal
06:18:33 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917113471
06:18:33 [WARNING] Cannot get the branch information from the git repository: 
06:18:33 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:33 
06:18:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal
06:18:33 [INFO] Storing buildScmBranch: UNKNOWN
06:18:33 [INFO] 
06:18:33 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-internal ---
06:18:33 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/target/jacoco.exec
06:18:33 [INFO] 
06:18:33 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-internal ---
06:18:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/src/main/resources
06:18:33 [INFO] 
06:18:33 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-internal ---
06:18:33 [INFO] Copying 1 resource
06:18:33 [INFO] 
06:18:33 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-internal ---
06:18:33 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:33 [INFO] Changes detected - recompiling the module!
06:18:33 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/target/classes
06:18:37 [INFO] 
06:18:37 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-bundle-internal ---
06:18:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/src/test/resources
06:18:37 [INFO] 
06:18:37 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-bundle-internal ---
06:18:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:37 [INFO] No sources to compile
06:18:37 [INFO] 
06:18:37 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-bundle-internal ---
06:18:37 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:37 [INFO] No tests to run.
06:18:37 [INFO] 
06:18:37 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle-internal ---
06:18:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:37 [INFO] 
06:18:37 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-bundle-internal ---
06:18:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/target/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.jar
06:18:37 [INFO] 
06:18:37 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle-internal ---
06:18:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/target/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT-sources.jar
06:18:37 [INFO] 
06:18:37 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle-internal ---
06:18:37 [INFO] 
06:18:37 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle-internal ---
06:18:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/target/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-bundle-internal/2.1.0-SNAPSHOT/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.jar
06:18:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-bundle-internal/2.1.0-SNAPSHOT/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.pom
06:18:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/target/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-bundle-internal/2.1.0-SNAPSHOT/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT-sources.jar
06:18:37 [INFO] 
06:18:37 [INFO] ---------< org.eclipse.kapua:kapua-device-management-command >----------
06:18:37 [INFO] Building kapua-device-management-command 2.1.0-SNAPSHOT         [95/229]
06:18:37 [INFO]   from service/device/management/command/pom.xml
06:18:37 [INFO] --------------------------------[ pom ]---------------------------------
06:18:37 [INFO] 
06:18:37 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command ---
06:18:37 [INFO] 
06:18:37 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command ---
06:18:37 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:37 [INFO] 
06:18:37 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command ---
06:18:37 [INFO] Required toolchain: jdk [ version='11' ]
06:18:37 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:37 [INFO] 
06:18:37 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command ---
06:18:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command
06:18:37 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917117619
06:18:37 [WARNING] Cannot get the branch information from the git repository: 
06:18:37 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:37 
06:18:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command
06:18:37 [INFO] Storing buildScmBranch: UNKNOWN
06:18:37 [INFO] 
06:18:37 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command ---
06:18:37 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/command/target/jacoco.exec
06:18:37 [INFO] 
06:18:37 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command ---
06:18:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:37 [INFO] 
06:18:37 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command ---
06:18:37 [INFO] 
06:18:37 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command ---
06:18:37 [INFO] 
06:18:37 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command ---
06:18:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/command/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-command/2.1.0-SNAPSHOT/kapua-device-management-command-2.1.0-SNAPSHOT.pom
06:18:37 [INFO] 
06:18:37 [INFO] -------< org.eclipse.kapua:kapua-device-management-command-api >--------
06:18:37 [INFO] Building kapua-device-management-command-api 2.1.0-SNAPSHOT     [96/229]
06:18:37 [INFO]   from service/device/management/command/api/pom.xml
06:18:37 [INFO] --------------------------------[ jar ]---------------------------------
06:18:37 [INFO] 
06:18:37 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command-api ---
06:18:37 [INFO] 
06:18:37 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-api ---
06:18:37 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:37 [INFO] 
06:18:37 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-api ---
06:18:37 [INFO] Required toolchain: jdk [ version='11' ]
06:18:37 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:37 [INFO] 
06:18:37 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-api ---
06:18:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/api
06:18:37 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917117804
06:18:37 [WARNING] Cannot get the branch information from the git repository: 
06:18:37 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:37 
06:18:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/api
06:18:37 [INFO] Storing buildScmBranch: UNKNOWN
06:18:37 [INFO] 
06:18:37 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-api ---
06:18:37 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/command/api/target/jacoco.exec
06:18:37 [INFO] 
06:18:37 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-api ---
06:18:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/src/main/resources
06:18:37 [INFO] 
06:18:37 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-api ---
06:18:37 [INFO] Copying 1 resource
06:18:37 [INFO] 
06:18:37 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-api ---
06:18:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:37 [INFO] Changes detected - recompiling the module!
06:18:37 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/target/classes
06:18:40 [INFO] 
06:18:40 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-command-api ---
06:18:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/src/test/resources
06:18:40 [INFO] 
06:18:40 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-command-api ---
06:18:40 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:40 [INFO] No sources to compile
06:18:40 [INFO] 
06:18:40 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-command-api ---
06:18:40 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:40 [INFO] No tests to run.
06:18:40 [INFO] 
06:18:40 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command-api ---
06:18:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:40 [INFO] 
06:18:40 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-command-api ---
06:18:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/target/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
06:18:40 [INFO] 
06:18:40 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command-api ---
06:18:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/target/kapua-device-management-command-api-2.1.0-SNAPSHOT-sources.jar
06:18:40 [INFO] 
06:18:40 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command-api ---
06:18:40 [INFO] 
06:18:40 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command-api ---
06:18:40 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/target/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-command-api/2.1.0-SNAPSHOT/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
06:18:40 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-command-api/2.1.0-SNAPSHOT/kapua-device-management-command-api-2.1.0-SNAPSHOT.pom
06:18:40 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/target/kapua-device-management-command-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-command-api/2.1.0-SNAPSHOT/kapua-device-management-command-api-2.1.0-SNAPSHOT-sources.jar
06:18:40 [INFO] 
06:18:40 [INFO] -----< org.eclipse.kapua:kapua-device-management-command-internal >-----
06:18:40 [INFO] Building kapua-device-management-command-internal 2.1.0-SNAPSHOT [97/229]
06:18:40 [INFO]   from service/device/management/command/internal/pom.xml
06:18:40 [INFO] --------------------------------[ jar ]---------------------------------
06:18:40 [INFO] 
06:18:40 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command-internal ---
06:18:40 [INFO] 
06:18:40 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-internal ---
06:18:40 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:40 [INFO] 
06:18:40 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-internal ---
06:18:40 [INFO] Required toolchain: jdk [ version='11' ]
06:18:40 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:40 [INFO] 
06:18:40 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-internal ---
06:18:40 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:40 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal
06:18:40 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917120958
06:18:40 [WARNING] Cannot get the branch information from the git repository: 
06:18:40 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:40 
06:18:40 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:40 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal
06:18:40 [INFO] Storing buildScmBranch: UNKNOWN
06:18:40 [INFO] 
06:18:40 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-internal ---
06:18:40 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/target/jacoco.exec
06:18:40 [INFO] 
06:18:40 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-internal ---
06:18:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/src/main/resources
06:18:40 [INFO] 
06:18:40 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-internal ---
06:18:40 [INFO] Copying 1 resource
06:18:40 [INFO] 
06:18:40 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-internal ---
06:18:40 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:40 [INFO] Changes detected - recompiling the module!
06:18:41 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/target/classes
06:18:44 [INFO] 
06:18:44 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-command-internal ---
06:18:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/src/test/resources
06:18:44 [INFO] 
06:18:44 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-command-internal ---
06:18:44 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:44 [INFO] No sources to compile
06:18:44 [INFO] 
06:18:44 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-command-internal ---
06:18:44 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:44 [INFO] No tests to run.
06:18:44 [INFO] 
06:18:44 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command-internal ---
06:18:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:44 [INFO] 
06:18:44 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-command-internal ---
06:18:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/target/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
06:18:44 [INFO] 
06:18:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command-internal ---
06:18:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/target/kapua-device-management-command-internal-2.1.0-SNAPSHOT-sources.jar
06:18:44 [INFO] 
06:18:44 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command-internal ---
06:18:44 [INFO] 
06:18:44 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command-internal ---
06:18:44 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/target/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-command-internal/2.1.0-SNAPSHOT/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
06:18:44 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-command-internal/2.1.0-SNAPSHOT/kapua-device-management-command-internal-2.1.0-SNAPSHOT.pom
06:18:44 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/target/kapua-device-management-command-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-command-internal/2.1.0-SNAPSHOT/kapua-device-management-command-internal-2.1.0-SNAPSHOT-sources.jar
06:18:44 [INFO] 
06:18:44 [INFO] ------< org.eclipse.kapua:kapua-device-management-configuration >-------
06:18:44 [INFO] Building kapua-device-management-configuration 2.1.0-SNAPSHOT   [98/229]
06:18:44 [INFO]   from service/device/management/configuration/pom.xml
06:18:44 [INFO] --------------------------------[ pom ]---------------------------------
06:18:44 [INFO] 
06:18:44 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration ---
06:18:44 [INFO] 
06:18:44 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration ---
06:18:44 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:45 [INFO] 
06:18:45 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration ---
06:18:45 [INFO] Required toolchain: jdk [ version='11' ]
06:18:45 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:45 [INFO] 
06:18:45 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration ---
06:18:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration
06:18:45 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917125039
06:18:45 [WARNING] Cannot get the branch information from the git repository: 
06:18:45 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:45 
06:18:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration
06:18:45 [INFO] Storing buildScmBranch: UNKNOWN
06:18:45 [INFO] 
06:18:45 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration ---
06:18:45 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/target/jacoco.exec
06:18:45 [INFO] 
06:18:45 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration ---
06:18:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:45 [INFO] 
06:18:45 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration ---
06:18:45 [INFO] 
06:18:45 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration ---
06:18:45 [INFO] 
06:18:45 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration ---
06:18:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration/2.1.0-SNAPSHOT/kapua-device-management-configuration-2.1.0-SNAPSHOT.pom
06:18:45 [INFO] 
06:18:45 [INFO] ----< org.eclipse.kapua:kapua-device-management-configuration-api >-----
06:18:45 [INFO] Building kapua-device-management-configuration-api 2.1.0-SNAPSHOT [99/229]
06:18:45 [INFO]   from service/device/management/configuration/api/pom.xml
06:18:45 [INFO] --------------------------------[ jar ]---------------------------------
06:18:45 [INFO] 
06:18:45 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-api ---
06:18:45 [INFO] 
06:18:45 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-api ---
06:18:45 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:45 [INFO] 
06:18:45 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-api ---
06:18:45 [INFO] Required toolchain: jdk [ version='11' ]
06:18:45 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:45 [INFO] 
06:18:45 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-api ---
06:18:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api
06:18:45 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917125200
06:18:45 [WARNING] Cannot get the branch information from the git repository: 
06:18:45 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:45 
06:18:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api
06:18:45 [INFO] Storing buildScmBranch: UNKNOWN
06:18:45 [INFO] 
06:18:45 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-api ---
06:18:45 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/target/jacoco.exec
06:18:45 [INFO] 
06:18:45 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-api ---
06:18:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/src/main/resources
06:18:45 [INFO] 
06:18:45 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-api ---
06:18:45 [INFO] Copying 1 resource
06:18:45 [INFO] 
06:18:45 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-api ---
06:18:45 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:45 [INFO] Changes detected - recompiling the module!
06:18:45 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/target/classes
06:18:48 [INFO] 
06:18:48 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-api ---
06:18:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/src/test/resources
06:18:48 [INFO] 
06:18:48 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-api ---
06:18:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:48 [INFO] No sources to compile
06:18:48 [INFO] 
06:18:48 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-api ---
06:18:48 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:48 [INFO] No tests to run.
06:18:48 [INFO] 
06:18:48 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-api ---
06:18:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:48 [INFO] 
06:18:48 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-api ---
06:18:48 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/target/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
06:18:48 [INFO] 
06:18:48 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-api ---
06:18:48 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/target/kapua-device-management-configuration-api-2.1.0-SNAPSHOT-sources.jar
06:18:48 [INFO] 
06:18:48 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-api ---
06:18:48 [INFO] 
06:18:48 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-api ---
06:18:48 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/target/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
06:18:48 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.pom
06:18:48 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/target/kapua-device-management-configuration-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-api-2.1.0-SNAPSHOT-sources.jar
06:18:48 [INFO] 
06:18:48 [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-message-api >--
06:18:48 [INFO] Building kapua-device-management-configuration-message-api 2.1.0-SNAPSHOT [100/229]
06:18:48 [INFO]   from service/device/management/configuration/message-api/pom.xml
06:18:48 [INFO] --------------------------------[ jar ]---------------------------------
06:18:48 [INFO] 
06:18:48 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-message-api ---
06:18:48 [INFO] 
06:18:48 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-message-api ---
06:18:48 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:48 [INFO] 
06:18:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-message-api ---
06:18:48 [INFO] Required toolchain: jdk [ version='11' ]
06:18:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:48 [INFO] 
06:18:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-message-api ---
06:18:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api
06:18:48 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917128970
06:18:48 [WARNING] Cannot get the branch information from the git repository: 
06:18:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:48 
06:18:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api
06:18:48 [INFO] Storing buildScmBranch: UNKNOWN
06:18:48 [INFO] 
06:18:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-message-api ---
06:18:49 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/target/jacoco.exec
06:18:49 [INFO] 
06:18:49 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-message-api ---
06:18:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/src/main/resources
06:18:49 [INFO] 
06:18:49 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-message-api ---
06:18:49 [INFO] Copying 1 resource
06:18:49 [INFO] 
06:18:49 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-message-api ---
06:18:49 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:49 [INFO] Changes detected - recompiling the module!
06:18:49 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/target/classes
06:18:51 [INFO] 
06:18:51 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-message-api ---
06:18:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/src/test/resources
06:18:51 [INFO] 
06:18:51 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-message-api ---
06:18:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:51 [INFO] No sources to compile
06:18:51 [INFO] 
06:18:51 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-message-api ---
06:18:51 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:51 [INFO] No tests to run.
06:18:51 [INFO] 
06:18:51 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-message-api ---
06:18:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:51 [INFO] 
06:18:51 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-message-api ---
06:18:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/target/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.jar
06:18:51 [INFO] 
06:18:51 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-message-api ---
06:18:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/target/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT-sources.jar
06:18:51 [INFO] 
06:18:51 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-message-api ---
06:18:51 [INFO] 
06:18:51 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-message-api ---
06:18:51 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/target/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-message-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.jar
06:18:51 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-message-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.pom
06:18:51 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/target/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-message-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT-sources.jar
06:18:51 [INFO] 
06:18:51 [INFO] ---< org.eclipse.kapua:kapua-device-management-configuration-store >----
06:18:51 [INFO] Building kapua-device-management-configuration-store 2.1.0-SNAPSHOT [101/229]
06:18:51 [INFO]   from service/device/management/configuration-store/pom.xml
06:18:51 [INFO] --------------------------------[ pom ]---------------------------------
06:18:51 [INFO] 
06:18:51 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-store ---
06:18:51 [INFO] 
06:18:51 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store ---
06:18:51 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:51 [INFO] 
06:18:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store ---
06:18:51 [INFO] Required toolchain: jdk [ version='11' ]
06:18:52 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:52 [INFO] 
06:18:52 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store ---
06:18:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store
06:18:52 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917132001
06:18:52 [WARNING] Cannot get the branch information from the git repository: 
06:18:52 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:52 
06:18:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store
06:18:52 [INFO] Storing buildScmBranch: UNKNOWN
06:18:52 [INFO] 
06:18:52 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store ---
06:18:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/target/jacoco.exec
06:18:52 [INFO] 
06:18:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-store ---
06:18:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:52 [INFO] 
06:18:52 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-store ---
06:18:52 [INFO] 
06:18:52 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-store ---
06:18:52 [INFO] 
06:18:52 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-store ---
06:18:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-store/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-2.1.0-SNAPSHOT.pom
06:18:52 [INFO] 
06:18:52 [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-store-api >--
06:18:52 [INFO] Building kapua-device-management-configuration-store-api 2.1.0-SNAPSHOT [102/229]
06:18:52 [INFO]   from service/device/management/configuration-store/api/pom.xml
06:18:52 [INFO] --------------------------------[ jar ]---------------------------------
06:18:52 [INFO] 
06:18:52 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-store-api ---
06:18:52 [INFO] 
06:18:52 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store-api ---
06:18:52 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:52 [INFO] 
06:18:52 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store-api ---
06:18:52 [INFO] Required toolchain: jdk [ version='11' ]
06:18:52 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:52 [INFO] 
06:18:52 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store-api ---
06:18:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api
06:18:52 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917132219
06:18:52 [WARNING] Cannot get the branch information from the git repository: 
06:18:52 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:52 
06:18:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api
06:18:52 [INFO] Storing buildScmBranch: UNKNOWN
06:18:52 [INFO] 
06:18:52 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store-api ---
06:18:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/target/jacoco.exec
06:18:52 [INFO] 
06:18:52 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-store-api ---
06:18:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/src/main/resources
06:18:52 [INFO] 
06:18:52 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-store-api ---
06:18:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:52 [INFO] Changes detected - recompiling the module!
06:18:52 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/target/classes
06:18:55 [INFO] 
06:18:55 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-store-api ---
06:18:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/src/test/resources
06:18:55 [INFO] 
06:18:55 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-store-api ---
06:18:55 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:55 [INFO] No sources to compile
06:18:55 [INFO] 
06:18:55 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-store-api ---
06:18:55 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:55 [INFO] No tests to run.
06:18:55 [INFO] 
06:18:55 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-store-api ---
06:18:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:18:55 [INFO] 
06:18:55 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-store-api ---
06:18:55 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/target/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
06:18:55 [INFO] 
06:18:55 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-store-api ---
06:18:55 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/target/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT-sources.jar
06:18:55 [INFO] 
06:18:55 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-store-api ---
06:18:55 [INFO] 
06:18:55 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-store-api ---
06:18:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/target/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
06:18:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.pom
06:18:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/target/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT-sources.jar
06:18:55 [INFO] 
06:18:55 [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-internal >--
06:18:55 [INFO] Building kapua-device-management-configuration-internal 2.1.0-SNAPSHOT [103/229]
06:18:55 [INFO]   from service/device/management/configuration/internal/pom.xml
06:18:55 [INFO] --------------------------------[ jar ]---------------------------------
06:18:55 [INFO] 
06:18:55 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-internal ---
06:18:55 [INFO] 
06:18:55 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-internal ---
06:18:55 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:18:55 [INFO] 
06:18:55 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-internal ---
06:18:55 [INFO] Required toolchain: jdk [ version='11' ]
06:18:55 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:55 [INFO] 
06:18:55 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-internal ---
06:18:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal
06:18:55 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917135403
06:18:55 [WARNING] Cannot get the branch information from the git repository: 
06:18:55 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:18:55 
06:18:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:18:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal
06:18:55 [INFO] Storing buildScmBranch: UNKNOWN
06:18:55 [INFO] 
06:18:55 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-internal ---
06:18:55 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal/target/jacoco.exec
06:18:55 [INFO] 
06:18:55 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-internal ---
06:18:55 [INFO] Copying 1 resource
06:18:55 [INFO] 
06:18:55 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-internal ---
06:18:55 [INFO] Copying 1 resource
06:18:55 [INFO] 
06:18:55 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-internal ---
06:18:55 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:18:55 [INFO] Changes detected - recompiling the module!
06:18:55 [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal/target/classes
06:19:00 [INFO] 
06:19:00 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-internal ---
06:19:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal/src/test/resources
06:19:00 [INFO] 
06:19:00 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-internal ---
06:19:00 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:00 [INFO] No sources to compile
06:19:00 [INFO] 
06:19:00 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-internal ---
06:19:00 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:00 [INFO] No tests to run.
06:19:00 [INFO] 
06:19:00 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-internal ---
06:19:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:00 [INFO] 
06:19:00 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-internal ---
06:19:00 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal/target/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.jar
06:19:00 [INFO] 
06:19:00 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-internal ---
06:19:00 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal/target/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT-sources.jar
06:19:00 [INFO] 
06:19:00 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-internal ---
06:19:00 [INFO] 
06:19:00 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-internal ---
06:19:00 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal/target/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-internal/2.1.0-SNAPSHOT/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.jar
06:19:00 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-internal/2.1.0-SNAPSHOT/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.pom
06:19:00 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal/target/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-internal/2.1.0-SNAPSHOT/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT-sources.jar
06:19:00 [INFO] 
06:19:00 [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-store-dummy >--
06:19:00 [INFO] Building kapua-device-management-configuration-store-dummy 2.1.0-SNAPSHOT [104/229]
06:19:00 [INFO]   from service/device/management/configuration-store/dummy/pom.xml
06:19:00 [INFO] --------------------------------[ jar ]---------------------------------
06:19:00 [INFO] 
06:19:00 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-store-dummy ---
06:19:00 [INFO] 
06:19:00 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store-dummy ---
06:19:00 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:00 [INFO] 
06:19:00 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store-dummy ---
06:19:00 [INFO] Required toolchain: jdk [ version='11' ]
06:19:00 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:00 [INFO] 
06:19:00 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store-dummy ---
06:19:00 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:00 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy
06:19:00 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917140357
06:19:00 [WARNING] Cannot get the branch information from the git repository: 
06:19:00 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:00 
06:19:00 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:00 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy
06:19:00 [INFO] Storing buildScmBranch: UNKNOWN
06:19:00 [INFO] 
06:19:00 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store-dummy ---
06:19:00 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/target/jacoco.exec
06:19:00 [INFO] 
06:19:00 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-store-dummy ---
06:19:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/src/main/resources
06:19:00 [INFO] 
06:19:00 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-store-dummy ---
06:19:00 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:00 [INFO] Changes detected - recompiling the module!
06:19:00 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/target/classes
06:19:03 [INFO] 
06:19:03 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-store-dummy ---
06:19:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/src/test/resources
06:19:03 [INFO] 
06:19:03 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-store-dummy ---
06:19:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:03 [INFO] No sources to compile
06:19:03 [INFO] 
06:19:03 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-store-dummy ---
06:19:03 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:03 [INFO] No tests to run.
06:19:03 [INFO] 
06:19:03 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-store-dummy ---
06:19:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:03 [INFO] 
06:19:03 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-store-dummy ---
06:19:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/target/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT.jar
06:19:03 [INFO] 
06:19:03 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-store-dummy ---
06:19:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/target/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT-sources.jar
06:19:03 [INFO] 
06:19:03 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-store-dummy ---
06:19:03 [INFO] 
06:19:03 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-store-dummy ---
06:19:03 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/target/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT.jar
06:19:03 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT.pom
06:19:03 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/target/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT-sources.jar
06:19:03 [INFO] 
06:19:03 [INFO] --------< org.eclipse.kapua:kapua-device-management-inventory >---------
06:19:03 [INFO] Building kapua-device-management-inventory 2.1.0-SNAPSHOT      [105/229]
06:19:03 [INFO]   from service/device/management/inventory/pom.xml
06:19:03 [INFO] --------------------------------[ pom ]---------------------------------
06:19:03 [INFO] 
06:19:03 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-inventory ---
06:19:03 [INFO] 
06:19:03 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory ---
06:19:03 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:04 [INFO] 
06:19:04 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory ---
06:19:04 [INFO] Required toolchain: jdk [ version='11' ]
06:19:04 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:04 [INFO] 
06:19:04 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory ---
06:19:04 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:04 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory
06:19:04 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917144152
06:19:04 [WARNING] Cannot get the branch information from the git repository: 
06:19:04 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:04 
06:19:04 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:04 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory
06:19:04 [INFO] Storing buildScmBranch: UNKNOWN
06:19:04 [INFO] 
06:19:04 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory ---
06:19:04 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/target/jacoco.exec
06:19:04 [INFO] 
06:19:04 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-inventory ---
06:19:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:04 [INFO] 
06:19:04 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-inventory ---
06:19:04 [INFO] 
06:19:04 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-inventory ---
06:19:04 [INFO] 
06:19:04 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-inventory ---
06:19:04 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-inventory/2.1.0-SNAPSHOT/kapua-device-management-inventory-2.1.0-SNAPSHOT.pom
06:19:04 [INFO] 
06:19:04 [INFO] ------< org.eclipse.kapua:kapua-device-management-inventory-api >-------
06:19:04 [INFO] Building kapua-device-management-inventory-api 2.1.0-SNAPSHOT  [106/229]
06:19:04 [INFO]   from service/device/management/inventory/api/pom.xml
06:19:04 [INFO] --------------------------------[ jar ]---------------------------------
06:19:04 [INFO] 
06:19:04 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-inventory-api ---
06:19:04 [INFO] 
06:19:04 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory-api ---
06:19:04 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:04 [INFO] 
06:19:04 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory-api ---
06:19:04 [INFO] Required toolchain: jdk [ version='11' ]
06:19:04 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:04 [INFO] 
06:19:04 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory-api ---
06:19:04 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:04 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api
06:19:04 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917144389
06:19:04 [WARNING] Cannot get the branch information from the git repository: 
06:19:04 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:04 
06:19:04 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:04 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api
06:19:04 [INFO] Storing buildScmBranch: UNKNOWN
06:19:04 [INFO] 
06:19:04 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory-api ---
06:19:04 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/target/jacoco.exec
06:19:04 [INFO] 
06:19:04 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-inventory-api ---
06:19:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/src/main/resources
06:19:04 [INFO] 
06:19:04 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-inventory-api ---
06:19:04 [INFO] Copying 1 resource
06:19:04 [INFO] 
06:19:04 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-inventory-api ---
06:19:04 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:04 [INFO] Changes detected - recompiling the module!
06:19:04 [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/target/classes
06:19:07 [INFO] 
06:19:07 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-inventory-api ---
06:19:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/src/test/resources
06:19:07 [INFO] 
06:19:07 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-inventory-api ---
06:19:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:07 [INFO] No sources to compile
06:19:07 [INFO] 
06:19:07 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-inventory-api ---
06:19:07 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:07 [INFO] No tests to run.
06:19:07 [INFO] 
06:19:07 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-inventory-api ---
06:19:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:07 [INFO] 
06:19:07 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-inventory-api ---
06:19:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/target/kapua-device-management-inventory-api-2.1.0-SNAPSHOT.jar
06:19:07 [INFO] 
06:19:07 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-inventory-api ---
06:19:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/target/kapua-device-management-inventory-api-2.1.0-SNAPSHOT-sources.jar
06:19:07 [INFO] 
06:19:07 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-inventory-api ---
06:19:07 [INFO] 
06:19:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-inventory-api ---
06:19:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/target/kapua-device-management-inventory-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-inventory-api/2.1.0-SNAPSHOT/kapua-device-management-inventory-api-2.1.0-SNAPSHOT.jar
06:19:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-inventory-api/2.1.0-SNAPSHOT/kapua-device-management-inventory-api-2.1.0-SNAPSHOT.pom
06:19:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/target/kapua-device-management-inventory-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-inventory-api/2.1.0-SNAPSHOT/kapua-device-management-inventory-api-2.1.0-SNAPSHOT-sources.jar
06:19:07 [INFO] 
06:19:07 [INFO] ----< org.eclipse.kapua:kapua-device-management-inventory-internal >----
06:19:07 [INFO] Building kapua-device-management-inventory-internal 2.1.0-SNAPSHOT [107/229]
06:19:07 [INFO]   from service/device/management/inventory/internal/pom.xml
06:19:07 [INFO] --------------------------------[ jar ]---------------------------------
06:19:08 [INFO] 
06:19:08 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-inventory-internal ---
06:19:08 [INFO] 
06:19:08 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory-internal ---
06:19:08 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:08 [INFO] 
06:19:08 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory-internal ---
06:19:08 [INFO] Required toolchain: jdk [ version='11' ]
06:19:08 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:08 [INFO] 
06:19:08 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory-internal ---
06:19:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal
06:19:08 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917148153
06:19:08 [WARNING] Cannot get the branch information from the git repository: 
06:19:08 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:08 
06:19:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal
06:19:08 [INFO] Storing buildScmBranch: UNKNOWN
06:19:08 [INFO] 
06:19:08 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory-internal ---
06:19:08 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/target/jacoco.exec
06:19:08 [INFO] 
06:19:08 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-inventory-internal ---
06:19:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/src/main/resources
06:19:08 [INFO] 
06:19:08 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-inventory-internal ---
06:19:08 [INFO] Copying 1 resource
06:19:08 [INFO] 
06:19:08 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-inventory-internal ---
06:19:08 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:08 [INFO] Changes detected - recompiling the module!
06:19:08 [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/target/classes
06:19:12 [INFO] 
06:19:12 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-inventory-internal ---
06:19:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/src/test/resources
06:19:12 [INFO] 
06:19:12 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-inventory-internal ---
06:19:12 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:12 [INFO] No sources to compile
06:19:12 [INFO] 
06:19:12 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-inventory-internal ---
06:19:12 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:12 [INFO] No tests to run.
06:19:12 [INFO] 
06:19:12 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-inventory-internal ---
06:19:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:12 [INFO] 
06:19:12 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-inventory-internal ---
06:19:12 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/target/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.jar
06:19:12 [INFO] 
06:19:12 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-inventory-internal ---
06:19:12 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/target/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT-sources.jar
06:19:12 [INFO] 
06:19:12 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-inventory-internal ---
06:19:12 [INFO] 
06:19:12 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-inventory-internal ---
06:19:12 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/target/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-inventory-internal/2.1.0-SNAPSHOT/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.jar
06:19:12 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-inventory-internal/2.1.0-SNAPSHOT/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.pom
06:19:12 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/target/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-inventory-internal/2.1.0-SNAPSHOT/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT-sources.jar
06:19:12 [INFO] 
06:19:12 [INFO] ---------< org.eclipse.kapua:kapua-device-management-keystore >---------
06:19:12 [INFO] Building kapua-device-management-keystore 2.1.0-SNAPSHOT       [108/229]
06:19:12 [INFO]   from service/device/management/keystore/pom.xml
06:19:12 [INFO] --------------------------------[ pom ]---------------------------------
06:19:12 [INFO] 
06:19:12 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore ---
06:19:12 [INFO] 
06:19:12 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore ---
06:19:12 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:13 [INFO] 
06:19:13 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore ---
06:19:13 [INFO] Required toolchain: jdk [ version='11' ]
06:19:13 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:13 [INFO] 
06:19:13 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore ---
06:19:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore
06:19:13 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917153226
06:19:13 [WARNING] Cannot get the branch information from the git repository: 
06:19:13 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:13 
06:19:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore
06:19:13 [INFO] Storing buildScmBranch: UNKNOWN
06:19:13 [INFO] 
06:19:13 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore ---
06:19:13 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/target/jacoco.exec
06:19:13 [INFO] 
06:19:13 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore ---
06:19:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:13 [INFO] 
06:19:13 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore ---
06:19:13 [INFO] 
06:19:13 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore ---
06:19:13 [INFO] 
06:19:13 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore ---
06:19:13 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-keystore/2.1.0-SNAPSHOT/kapua-device-management-keystore-2.1.0-SNAPSHOT.pom
06:19:13 [INFO] 
06:19:13 [INFO] -------< org.eclipse.kapua:kapua-device-management-keystore-api >-------
06:19:13 [INFO] Building kapua-device-management-keystore-api 2.1.0-SNAPSHOT   [109/229]
06:19:13 [INFO]   from service/device/management/keystore/api/pom.xml
06:19:13 [INFO] --------------------------------[ jar ]---------------------------------
06:19:13 [INFO] 
06:19:13 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore-api ---
06:19:13 [INFO] 
06:19:13 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-api ---
06:19:13 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:13 [INFO] 
06:19:13 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-api ---
06:19:13 [INFO] Required toolchain: jdk [ version='11' ]
06:19:13 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:13 [INFO] 
06:19:13 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-api ---
06:19:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api
06:19:13 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917153405
06:19:13 [WARNING] Cannot get the branch information from the git repository: 
06:19:13 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:13 
06:19:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api
06:19:13 [INFO] Storing buildScmBranch: UNKNOWN
06:19:13 [INFO] 
06:19:13 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-api ---
06:19:13 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/target/jacoco.exec
06:19:13 [INFO] 
06:19:13 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-api ---
06:19:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/src/main/resources
06:19:13 [INFO] 
06:19:13 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-api ---
06:19:13 [INFO] Copying 1 resource
06:19:13 [INFO] 
06:19:13 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-api ---
06:19:13 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:13 [INFO] Changes detected - recompiling the module!
06:19:13 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/target/classes
06:19:16 [INFO] 
06:19:16 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-keystore-api ---
06:19:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/src/test/resources
06:19:16 [INFO] 
06:19:16 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-keystore-api ---
06:19:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:16 [INFO] No sources to compile
06:19:16 [INFO] 
06:19:16 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-keystore-api ---
06:19:16 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:16 [INFO] No tests to run.
06:19:16 [INFO] 
06:19:16 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore-api ---
06:19:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:16 [INFO] 
06:19:16 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-keystore-api ---
06:19:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/target/kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar
06:19:16 [INFO] 
06:19:16 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore-api ---
06:19:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/target/kapua-device-management-keystore-api-2.1.0-SNAPSHOT-sources.jar
06:19:16 [INFO] 
06:19:16 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore-api ---
06:19:16 [INFO] 
06:19:16 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore-api ---
06:19:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/target/kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-keystore-api/2.1.0-SNAPSHOT/kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar
06:19:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-keystore-api/2.1.0-SNAPSHOT/kapua-device-management-keystore-api-2.1.0-SNAPSHOT.pom
06:19:16 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/target/kapua-device-management-keystore-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-keystore-api/2.1.0-SNAPSHOT/kapua-device-management-keystore-api-2.1.0-SNAPSHOT-sources.jar
06:19:16 [INFO] 
06:19:16 [INFO] ----< org.eclipse.kapua:kapua-device-management-keystore-internal >-----
06:19:16 [INFO] Building kapua-device-management-keystore-internal 2.1.0-SNAPSHOT [110/229]
06:19:16 [INFO]   from service/device/management/keystore/internal/pom.xml
06:19:16 [INFO] --------------------------------[ jar ]---------------------------------
06:19:16 [INFO] 
06:19:16 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore-internal ---
06:19:16 [INFO] 
06:19:16 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-internal ---
06:19:16 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:17 [INFO] 
06:19:17 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-internal ---
06:19:17 [INFO] Required toolchain: jdk [ version='11' ]
06:19:17 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:17 [INFO] 
06:19:17 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-internal ---
06:19:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal
06:19:17 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917157192
06:19:17 [WARNING] Cannot get the branch information from the git repository: 
06:19:17 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:17 
06:19:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal
06:19:17 [INFO] Storing buildScmBranch: UNKNOWN
06:19:17 [INFO] 
06:19:17 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-internal ---
06:19:17 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/target/jacoco.exec
06:19:17 [INFO] 
06:19:17 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-internal ---
06:19:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/src/main/resources
06:19:17 [INFO] 
06:19:17 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-internal ---
06:19:17 [INFO] Copying 1 resource
06:19:17 [INFO] 
06:19:17 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-internal ---
06:19:17 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:17 [INFO] Changes detected - recompiling the module!
06:19:17 [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/target/classes
06:19:21 [INFO] 
06:19:21 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-keystore-internal ---
06:19:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/src/test/resources
06:19:21 [INFO] 
06:19:21 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-keystore-internal ---
06:19:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:21 [INFO] No sources to compile
06:19:21 [INFO] 
06:19:21 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-keystore-internal ---
06:19:21 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:21 [INFO] No tests to run.
06:19:21 [INFO] 
06:19:21 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore-internal ---
06:19:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:21 [INFO] 
06:19:21 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-keystore-internal ---
06:19:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/target/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar
06:19:21 [INFO] 
06:19:21 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore-internal ---
06:19:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/target/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT-sources.jar
06:19:21 [INFO] 
06:19:21 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore-internal ---
06:19:21 [INFO] 
06:19:21 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore-internal ---
06:19:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/target/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-keystore-internal/2.1.0-SNAPSHOT/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar
06:19:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-keystore-internal/2.1.0-SNAPSHOT/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.pom
06:19:21 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/target/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-keystore-internal/2.1.0-SNAPSHOT/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT-sources.jar
06:19:21 [INFO] 
06:19:21 [INFO] ---------< org.eclipse.kapua:kapua-device-management-packages >---------
06:19:21 [INFO] Building kapua-device-management-packages 2.1.0-SNAPSHOT       [111/229]
06:19:21 [INFO]   from service/device/management/packages/pom.xml
06:19:21 [INFO] --------------------------------[ pom ]---------------------------------
06:19:21 [INFO] 
06:19:21 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages ---
06:19:21 [INFO] 
06:19:21 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages ---
06:19:21 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:22 [INFO] 
06:19:22 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages ---
06:19:22 [INFO] Required toolchain: jdk [ version='11' ]
06:19:22 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:22 [INFO] 
06:19:22 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages ---
06:19:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages
06:19:22 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917162074
06:19:22 [WARNING] Cannot get the branch information from the git repository: 
06:19:22 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:22 
06:19:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages
06:19:22 [INFO] Storing buildScmBranch: UNKNOWN
06:19:22 [INFO] 
06:19:22 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages ---
06:19:22 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/packages/target/jacoco.exec
06:19:22 [INFO] 
06:19:22 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages ---
06:19:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:22 [INFO] 
06:19:22 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages ---
06:19:22 [INFO] 
06:19:22 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages ---
06:19:22 [INFO] 
06:19:22 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages ---
06:19:22 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/packages/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-packages/2.1.0-SNAPSHOT/kapua-device-management-packages-2.1.0-SNAPSHOT.pom
06:19:22 [INFO] 
06:19:22 [INFO] -------< org.eclipse.kapua:kapua-device-management-packages-api >-------
06:19:22 [INFO] Building kapua-device-management-packages-api 2.1.0-SNAPSHOT   [112/229]
06:19:22 [INFO]   from service/device/management/packages/api/pom.xml
06:19:22 [INFO] --------------------------------[ jar ]---------------------------------
06:19:22 [INFO] 
06:19:22 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages-api ---
06:19:22 [INFO] 
06:19:22 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-api ---
06:19:22 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:22 [INFO] 
06:19:22 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-api ---
06:19:22 [INFO] Required toolchain: jdk [ version='11' ]
06:19:22 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:22 [INFO] 
06:19:22 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-api ---
06:19:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api
06:19:22 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917162226
06:19:22 [WARNING] Cannot get the branch information from the git repository: 
06:19:22 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:22 
06:19:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api
06:19:22 [INFO] Storing buildScmBranch: UNKNOWN
06:19:22 [INFO] 
06:19:22 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-api ---
06:19:22 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/target/jacoco.exec
06:19:22 [INFO] 
06:19:22 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-api ---
06:19:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/src/main/resources
06:19:22 [INFO] 
06:19:22 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-api ---
06:19:22 [INFO] Copying 1 resource
06:19:22 [INFO] 
06:19:22 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-api ---
06:19:22 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:22 [INFO] Changes detected - recompiling the module!
06:19:22 [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/target/classes
06:19:25 [INFO] 
06:19:25 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-packages-api ---
06:19:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/src/test/resources
06:19:25 [INFO] 
06:19:25 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-packages-api ---
06:19:25 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:25 [INFO] No sources to compile
06:19:25 [INFO] 
06:19:25 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-packages-api ---
06:19:25 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:25 [INFO] No tests to run.
06:19:25 [INFO] 
06:19:25 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages-api ---
06:19:25 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:25 [INFO] 
06:19:25 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-packages-api ---
06:19:25 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/target/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
06:19:25 [INFO] 
06:19:25 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages-api ---
06:19:25 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/target/kapua-device-management-packages-api-2.1.0-SNAPSHOT-sources.jar
06:19:25 [INFO] 
06:19:25 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages-api ---
06:19:26 [INFO] 
06:19:26 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages-api ---
06:19:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/target/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-packages-api/2.1.0-SNAPSHOT/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
06:19:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-packages-api/2.1.0-SNAPSHOT/kapua-device-management-packages-api-2.1.0-SNAPSHOT.pom
06:19:26 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/target/kapua-device-management-packages-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-packages-api/2.1.0-SNAPSHOT/kapua-device-management-packages-api-2.1.0-SNAPSHOT-sources.jar
06:19:26 [INFO] 
06:19:26 [INFO] ----< org.eclipse.kapua:kapua-device-management-registry-internal >-----
06:19:26 [INFO] Building kapua-device-management-registry-internal 2.1.0-SNAPSHOT [113/229]
06:19:26 [INFO]   from service/device/management/registry/internal/pom.xml
06:19:26 [INFO] --------------------------------[ jar ]---------------------------------
06:19:26 [INFO] 
06:19:26 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-registry-internal ---
06:19:26 [INFO] 
06:19:26 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry-internal ---
06:19:26 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:26 [INFO] 
06:19:26 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry-internal ---
06:19:26 [INFO] Required toolchain: jdk [ version='11' ]
06:19:26 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:26 [INFO] 
06:19:26 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry-internal ---
06:19:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal
06:19:26 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917166393
06:19:26 [WARNING] Cannot get the branch information from the git repository: 
06:19:26 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:26 
06:19:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal
06:19:26 [INFO] Storing buildScmBranch: UNKNOWN
06:19:26 [INFO] 
06:19:26 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry-internal ---
06:19:26 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal/target/jacoco.exec
06:19:26 [INFO] 
06:19:26 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-registry-internal ---
06:19:26 [INFO] Copying 12 resources
06:19:26 [INFO] 
06:19:26 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-registry-internal ---
06:19:26 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:26 [INFO] Changes detected - recompiling the module!
06:19:26 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal/target/classes
06:19:31 [INFO] 
06:19:31 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-registry-internal ---
06:19:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal/src/test/resources
06:19:31 [INFO] 
06:19:31 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-registry-internal ---
06:19:31 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:31 [INFO] No sources to compile
06:19:31 [INFO] 
06:19:31 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-registry-internal ---
06:19:31 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:31 [INFO] No tests to run.
06:19:31 [INFO] 
06:19:31 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-registry-internal ---
06:19:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:31 [INFO] 
06:19:31 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-registry-internal ---
06:19:31 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal/target/kapua-device-management-registry-internal-2.1.0-SNAPSHOT.jar
06:19:31 [INFO] 
06:19:31 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-registry-internal ---
06:19:31 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal/target/kapua-device-management-registry-internal-2.1.0-SNAPSHOT-sources.jar
06:19:31 [INFO] 
06:19:31 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-registry-internal ---
06:19:31 [INFO] 
06:19:31 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-registry-internal ---
06:19:31 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal/target/kapua-device-management-registry-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-registry-internal/2.1.0-SNAPSHOT/kapua-device-management-registry-internal-2.1.0-SNAPSHOT.jar
06:19:31 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-registry-internal/2.1.0-SNAPSHOT/kapua-device-management-registry-internal-2.1.0-SNAPSHOT.pom
06:19:31 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal/target/kapua-device-management-registry-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-registry-internal/2.1.0-SNAPSHOT/kapua-device-management-registry-internal-2.1.0-SNAPSHOT-sources.jar
06:19:31 [INFO] 
06:19:31 [INFO] ----< org.eclipse.kapua:kapua-device-management-packages-internal >-----
06:19:31 [INFO] Building kapua-device-management-packages-internal 2.1.0-SNAPSHOT [114/229]
06:19:31 [INFO]   from service/device/management/packages/internal/pom.xml
06:19:31 [INFO] --------------------------------[ jar ]---------------------------------
06:19:31 [INFO] 
06:19:31 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages-internal ---
06:19:31 [INFO] 
06:19:31 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-internal ---
06:19:31 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:32 [INFO] 
06:19:32 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-internal ---
06:19:32 [INFO] Required toolchain: jdk [ version='11' ]
06:19:32 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:32 [INFO] 
06:19:32 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-internal ---
06:19:32 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:32 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal
06:19:32 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917172154
06:19:32 [WARNING] Cannot get the branch information from the git repository: 
06:19:32 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:32 
06:19:32 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:32 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal
06:19:32 [INFO] Storing buildScmBranch: UNKNOWN
06:19:32 [INFO] 
06:19:32 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-internal ---
06:19:32 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal/target/jacoco.exec
06:19:32 [INFO] 
06:19:32 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-internal ---
06:19:32 [INFO] Copying 1 resource
06:19:32 [INFO] 
06:19:32 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-internal ---
06:19:32 [INFO] Copying 1 resource
06:19:32 [INFO] 
06:19:32 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-internal ---
06:19:32 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:32 [INFO] Changes detected - recompiling the module!
06:19:32 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal/target/classes
06:19:37 [INFO] 
06:19:37 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-packages-internal ---
06:19:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal/src/test/resources
06:19:37 [INFO] 
06:19:37 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-packages-internal ---
06:19:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:37 [INFO] No sources to compile
06:19:37 [INFO] 
06:19:37 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-packages-internal ---
06:19:37 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:37 [INFO] No tests to run.
06:19:37 [INFO] 
06:19:37 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages-internal ---
06:19:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:37 [INFO] 
06:19:37 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-packages-internal ---
06:19:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal/target/kapua-device-management-packages-internal-2.1.0-SNAPSHOT.jar
06:19:37 [INFO] 
06:19:37 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages-internal ---
06:19:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal/target/kapua-device-management-packages-internal-2.1.0-SNAPSHOT-sources.jar
06:19:37 [INFO] 
06:19:37 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages-internal ---
06:19:37 [INFO] 
06:19:37 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages-internal ---
06:19:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal/target/kapua-device-management-packages-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-packages-internal/2.1.0-SNAPSHOT/kapua-device-management-packages-internal-2.1.0-SNAPSHOT.jar
06:19:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-packages-internal/2.1.0-SNAPSHOT/kapua-device-management-packages-internal-2.1.0-SNAPSHOT.pom
06:19:37 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal/target/kapua-device-management-packages-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-packages-internal/2.1.0-SNAPSHOT/kapua-device-management-packages-internal-2.1.0-SNAPSHOT-sources.jar
06:19:37 [INFO] 
06:19:37 [INFO] -----< org.eclipse.kapua:kapua-device-management-request-internal >-----
06:19:37 [INFO] Building kapua-device-management-request-internal 2.1.0-SNAPSHOT [115/229]
06:19:37 [INFO]   from service/device/management/request/internal/pom.xml
06:19:37 [INFO] --------------------------------[ jar ]---------------------------------
06:19:37 [INFO] 
06:19:37 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-request-internal ---
06:19:37 [INFO] 
06:19:37 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request-internal ---
06:19:37 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:37 [INFO] 
06:19:37 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request-internal ---
06:19:37 [INFO] Required toolchain: jdk [ version='11' ]
06:19:37 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:37 [INFO] 
06:19:37 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request-internal ---
06:19:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal
06:19:37 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917177433
06:19:37 [WARNING] Cannot get the branch information from the git repository: 
06:19:37 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:37 
06:19:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal
06:19:37 [INFO] Storing buildScmBranch: UNKNOWN
06:19:37 [INFO] 
06:19:37 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request-internal ---
06:19:37 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/target/jacoco.exec
06:19:37 [INFO] 
06:19:37 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-request-internal ---
06:19:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/src/main/resources
06:19:37 [INFO] 
06:19:37 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-request-internal ---
06:19:37 [INFO] Copying 1 resource
06:19:37 [INFO] 
06:19:37 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-request-internal ---
06:19:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:37 [INFO] Changes detected - recompiling the module!
06:19:37 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/target/classes
06:19:40 [INFO] 
06:19:40 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-request-internal ---
06:19:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/src/test/resources
06:19:40 [INFO] 
06:19:40 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-request-internal ---
06:19:40 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:40 [INFO] No sources to compile
06:19:40 [INFO] 
06:19:40 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-request-internal ---
06:19:40 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:40 [INFO] No tests to run.
06:19:40 [INFO] 
06:19:40 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-request-internal ---
06:19:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:40 [INFO] 
06:19:40 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-request-internal ---
06:19:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/target/kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar
06:19:40 [INFO] 
06:19:40 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-request-internal ---
06:19:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/target/kapua-device-management-request-internal-2.1.0-SNAPSHOT-sources.jar
06:19:40 [INFO] 
06:19:40 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-request-internal ---
06:19:40 [INFO] 
06:19:40 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-request-internal ---
06:19:40 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/target/kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-request-internal/2.1.0-SNAPSHOT/kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar
06:19:40 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-request-internal/2.1.0-SNAPSHOT/kapua-device-management-request-internal-2.1.0-SNAPSHOT.pom
06:19:40 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/target/kapua-device-management-request-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-request-internal/2.1.0-SNAPSHOT/kapua-device-management-request-internal-2.1.0-SNAPSHOT-sources.jar
06:19:40 [INFO] 
06:19:40 [INFO] -----------< org.eclipse.kapua:kapua-device-management-all >------------
06:19:40 [INFO] Building kapua-device-management-all 2.1.0-SNAPSHOT            [116/229]
06:19:40 [INFO]   from service/device/management/all/pom.xml
06:19:40 [INFO] --------------------------------[ pom ]---------------------------------
06:19:40 [INFO] 
06:19:40 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-all ---
06:19:40 [INFO] 
06:19:40 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all ---
06:19:40 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:41 [INFO] 
06:19:41 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all ---
06:19:41 [INFO] Required toolchain: jdk [ version='11' ]
06:19:41 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:41 [INFO] 
06:19:41 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all ---
06:19:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all
06:19:41 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917181090
06:19:41 [WARNING] Cannot get the branch information from the git repository: 
06:19:41 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:41 
06:19:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all
06:19:41 [INFO] Storing buildScmBranch: UNKNOWN
06:19:41 [INFO] 
06:19:41 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all ---
06:19:41 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/all/target/jacoco.exec
06:19:41 [INFO] 
06:19:41 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-all ---
06:19:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:41 [INFO] 
06:19:41 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-all ---
06:19:41 [INFO] 
06:19:41 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-all ---
06:19:41 [INFO] 
06:19:41 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-all ---
06:19:41 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/all/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-all/2.1.0-SNAPSHOT/kapua-device-management-all-2.1.0-SNAPSHOT.pom
06:19:41 [INFO] 
06:19:41 [INFO] -------< org.eclipse.kapua:kapua-device-management-all-internal >-------
06:19:41 [INFO] Building kapua-device-management-all-internal 2.1.0-SNAPSHOT   [117/229]
06:19:41 [INFO]   from service/device/management/all/internal/pom.xml
06:19:41 [INFO] --------------------------------[ jar ]---------------------------------
06:19:41 [INFO] 
06:19:41 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-all-internal ---
06:19:41 [INFO] 
06:19:41 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all-internal ---
06:19:41 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:41 [INFO] 
06:19:41 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all-internal ---
06:19:41 [INFO] Required toolchain: jdk [ version='11' ]
06:19:41 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:41 [INFO] 
06:19:41 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all-internal ---
06:19:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal
06:19:41 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917181349
06:19:41 [WARNING] Cannot get the branch information from the git repository: 
06:19:41 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:41 
06:19:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal
06:19:41 [INFO] Storing buildScmBranch: UNKNOWN
06:19:41 [INFO] 
06:19:41 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all-internal ---
06:19:41 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/all/internal/target/jacoco.exec
06:19:41 [INFO] 
06:19:41 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-all-internal ---
06:19:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal/src/main/resources
06:19:41 [INFO] 
06:19:41 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-all-internal ---
06:19:41 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:41 [INFO] No sources to compile
06:19:41 [INFO] 
06:19:41 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-all-internal ---
06:19:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal/src/test/resources
06:19:41 [INFO] 
06:19:41 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-all-internal ---
06:19:41 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:41 [INFO] No sources to compile
06:19:41 [INFO] 
06:19:41 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-all-internal ---
06:19:41 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:41 [INFO] No tests to run.
06:19:41 [INFO] 
06:19:41 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-all-internal ---
06:19:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:41 [INFO] 
06:19:41 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-all-internal ---
06:19:41 [WARNING] JAR will be empty - no content was marked for inclusion!
06:19:41 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal/target/kapua-device-management-all-internal-2.1.0-SNAPSHOT.jar
06:19:41 [INFO] 
06:19:41 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-all-internal ---
06:19:41 [INFO] No sources in project. Archive not created.
06:19:41 [INFO] 
06:19:41 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-all-internal ---
06:19:41 [INFO] 
06:19:41 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-all-internal ---
06:19:41 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal/target/kapua-device-management-all-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-all-internal/2.1.0-SNAPSHOT/kapua-device-management-all-internal-2.1.0-SNAPSHOT.jar
06:19:41 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-all-internal/2.1.0-SNAPSHOT/kapua-device-management-all-internal-2.1.0-SNAPSHOT.pom
06:19:41 [INFO] 
06:19:41 [INFO] --------------< org.eclipse.kapua:kapua-translator-kapua >--------------
06:19:41 [INFO] Building kapua-translator-kapua 2.1.0-SNAPSHOT                 [118/229]
06:19:41 [INFO]   from translator/kapua/pom.xml
06:19:41 [INFO] --------------------------------[ pom ]---------------------------------
06:19:41 [INFO] 
06:19:41 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kapua ---
06:19:41 [INFO] 
06:19:41 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kapua ---
06:19:41 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:42 [INFO] 
06:19:42 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kapua ---
06:19:42 [INFO] Required toolchain: jdk [ version='11' ]
06:19:42 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:42 [INFO] 
06:19:42 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kapua ---
06:19:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kapua' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kapua
06:19:42 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917182058
06:19:42 [WARNING] Cannot get the branch information from the git repository: 
06:19:42 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:42 
06:19:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kapua' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kapua
06:19:42 [INFO] Storing buildScmBranch: UNKNOWN
06:19:42 [INFO] 
06:19:42 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kapua ---
06:19:42 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/translator/kapua/target/jacoco.exec
06:19:42 [INFO] 
06:19:42 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kapua ---
06:19:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:42 [INFO] 
06:19:42 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kapua ---
06:19:42 [INFO] 
06:19:42 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kapua ---
06:19:42 [INFO] 
06:19:42 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kapua ---
06:19:42 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kapua/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kapua/2.1.0-SNAPSHOT/kapua-translator-kapua-2.1.0-SNAPSHOT.pom
06:19:42 [INFO] 
06:19:42 [INFO] -----------< org.eclipse.kapua:kapua-translator-kapua-kura >------------
06:19:42 [INFO] Building kapua-translator-kapua-kura 2.1.0-SNAPSHOT            [119/229]
06:19:42 [INFO]   from translator/kapua/kura/pom.xml
06:19:42 [INFO] --------------------------------[ jar ]---------------------------------
06:19:42 [INFO] 
06:19:42 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kapua-kura ---
06:19:42 [INFO] 
06:19:42 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kapua-kura ---
06:19:42 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:42 [INFO] 
06:19:42 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kapua-kura ---
06:19:42 [INFO] Required toolchain: jdk [ version='11' ]
06:19:42 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:42 [INFO] 
06:19:42 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kapua-kura ---
06:19:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kapua/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kapua/kura
06:19:42 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917182622
06:19:42 [WARNING] Cannot get the branch information from the git repository: 
06:19:42 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:42 
06:19:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kapua/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kapua/kura
06:19:42 [INFO] Storing buildScmBranch: UNKNOWN
06:19:42 [INFO] 
06:19:42 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kapua-kura ---
06:19:42 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/translator/kapua/kura/target/jacoco.exec
06:19:42 [INFO] 
06:19:42 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kapua-kura ---
06:19:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/src/main/resources
06:19:42 [INFO] 
06:19:42 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kapua-kura ---
06:19:42 [INFO] Copying 1 resource
06:19:42 [INFO] 
06:19:42 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kapua-kura ---
06:19:42 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:42 [INFO] Changes detected - recompiling the module!
06:19:42 [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/target/classes
06:19:49 [INFO] 
06:19:49 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-kapua-kura ---
06:19:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/src/test/resources
06:19:49 [INFO] 
06:19:49 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-kapua-kura ---
06:19:49 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:49 [INFO] No sources to compile
06:19:49 [INFO] 
06:19:49 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-kapua-kura ---
06:19:49 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:49 [INFO] No tests to run.
06:19:49 [INFO] 
06:19:49 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kapua-kura ---
06:19:49 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:49 [INFO] 
06:19:49 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-kapua-kura ---
06:19:49 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/target/kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar
06:19:49 [INFO] 
06:19:49 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kapua-kura ---
06:19:49 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/target/kapua-translator-kapua-kura-2.1.0-SNAPSHOT-sources.jar
06:19:49 [INFO] 
06:19:49 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kapua-kura ---
06:19:49 [INFO] 
06:19:49 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kapua-kura ---
06:19:49 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/target/kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kapua-kura/2.1.0-SNAPSHOT/kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar
06:19:49 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kapua-kura/2.1.0-SNAPSHOT/kapua-translator-kapua-kura-2.1.0-SNAPSHOT.pom
06:19:49 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/target/kapua-translator-kapua-kura-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kapua-kura/2.1.0-SNAPSHOT/kapua-translator-kapua-kura-2.1.0-SNAPSHOT-sources.jar
06:19:49 [INFO] 
06:19:49 [INFO] --------------< org.eclipse.kapua:kapua-translator-kura >---------------
06:19:49 [INFO] Building kapua-translator-kura 2.1.0-SNAPSHOT                  [120/229]
06:19:49 [INFO]   from translator/kura/pom.xml
06:19:49 [INFO] --------------------------------[ pom ]---------------------------------
06:19:49 [INFO] 
06:19:49 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kura ---
06:19:49 [INFO] 
06:19:49 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura ---
06:19:49 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:50 [INFO] 
06:19:50 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura ---
06:19:50 [INFO] Required toolchain: jdk [ version='11' ]
06:19:50 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:50 [INFO] 
06:19:50 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura ---
06:19:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura
06:19:50 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917190080
06:19:50 [WARNING] Cannot get the branch information from the git repository: 
06:19:50 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:50 
06:19:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura
06:19:50 [INFO] Storing buildScmBranch: UNKNOWN
06:19:50 [INFO] 
06:19:50 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura ---
06:19:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/translator/kura/target/jacoco.exec
06:19:50 [INFO] 
06:19:50 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kura ---
06:19:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:50 [INFO] 
06:19:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kura ---
06:19:50 [INFO] 
06:19:50 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kura ---
06:19:50 [INFO] 
06:19:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kura ---
06:19:50 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kura/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kura/2.1.0-SNAPSHOT/kapua-translator-kura-2.1.0-SNAPSHOT.pom
06:19:50 [INFO] 
06:19:50 [INFO] ------------< org.eclipse.kapua:kapua-translator-kura-mqtt >------------
06:19:50 [INFO] Building kapua-translator-kura-mqtt 2.1.0-SNAPSHOT             [121/229]
06:19:50 [INFO]   from translator/kura/mqtt/pom.xml
06:19:50 [INFO] --------------------------------[ jar ]---------------------------------
06:19:50 [INFO] 
06:19:50 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kura-mqtt ---
06:19:50 [INFO] 
06:19:50 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura-mqtt ---
06:19:50 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:50 [INFO] 
06:19:50 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura-mqtt ---
06:19:50 [INFO] Required toolchain: jdk [ version='11' ]
06:19:50 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:50 [INFO] 
06:19:50 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura-mqtt ---
06:19:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt
06:19:50 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917190234
06:19:50 [WARNING] Cannot get the branch information from the git repository: 
06:19:50 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:50 
06:19:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt
06:19:50 [INFO] Storing buildScmBranch: UNKNOWN
06:19:50 [INFO] 
06:19:50 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura-mqtt ---
06:19:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/target/jacoco.exec
06:19:50 [INFO] 
06:19:50 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kura-mqtt ---
06:19:50 [INFO] Copying 1 resource
06:19:50 [INFO] 
06:19:50 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kura-mqtt ---
06:19:50 [INFO] Copying 1 resource
06:19:50 [INFO] 
06:19:50 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kura-mqtt ---
06:19:50 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:50 [INFO] Changes detected - recompiling the module!
06:19:50 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/target/classes
06:19:53 [INFO] 
06:19:53 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-kura-mqtt ---
06:19:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/src/test/resources
06:19:53 [INFO] 
06:19:53 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-kura-mqtt ---
06:19:53 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:53 [INFO] No sources to compile
06:19:53 [INFO] 
06:19:53 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-kura-mqtt ---
06:19:53 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:53 [INFO] No tests to run.
06:19:53 [INFO] 
06:19:53 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kura-mqtt ---
06:19:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:53 [INFO] 
06:19:53 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-kura-mqtt ---
06:19:53 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/target/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar
06:19:53 [INFO] 
06:19:53 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kura-mqtt ---
06:19:53 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/target/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT-sources.jar
06:19:53 [INFO] 
06:19:53 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kura-mqtt ---
06:19:53 [INFO] 
06:19:53 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kura-mqtt ---
06:19:53 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/target/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kura-mqtt/2.1.0-SNAPSHOT/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar
06:19:53 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kura-mqtt/2.1.0-SNAPSHOT/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.pom
06:19:53 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/target/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kura-mqtt/2.1.0-SNAPSHOT/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT-sources.jar
06:19:53 [INFO] 
06:19:53 [INFO] ---------------< org.eclipse.kapua:kapua-transport-jms >----------------
06:19:53 [INFO] Building kapua-transport-jms 2.1.0-SNAPSHOT                    [122/229]
06:19:53 [INFO]   from transport/jms/pom.xml
06:19:53 [INFO] --------------------------------[ jar ]---------------------------------
06:19:53 [INFO] 
06:19:53 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport-jms ---
06:19:53 [INFO] 
06:19:53 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-jms ---
06:19:53 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:54 [INFO] 
06:19:54 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-jms ---
06:19:54 [INFO] Required toolchain: jdk [ version='11' ]
06:19:54 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:54 [INFO] 
06:19:54 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-jms ---
06:19:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/jms' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/jms
06:19:54 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917194072
06:19:54 [WARNING] Cannot get the branch information from the git repository: 
06:19:54 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:54 
06:19:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/jms' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/jms
06:19:54 [INFO] Storing buildScmBranch: UNKNOWN
06:19:54 [INFO] 
06:19:54 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-jms ---
06:19:54 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/transport/jms/target/jacoco.exec
06:19:54 [INFO] 
06:19:54 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-jms ---
06:19:54 [INFO] Copying 1 resource
06:19:54 [INFO] 
06:19:54 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-jms ---
06:19:54 [INFO] Copying 1 resource
06:19:54 [INFO] 
06:19:54 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-jms ---
06:19:54 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:54 [INFO] Changes detected - recompiling the module!
06:19:54 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/transport/jms/target/classes
06:19:57 [INFO] 
06:19:57 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-transport-jms ---
06:19:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/transport/jms/src/test/resources
06:19:57 [INFO] 
06:19:57 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-transport-jms ---
06:19:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:57 [INFO] No sources to compile
06:19:57 [INFO] 
06:19:57 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-transport-jms ---
06:19:57 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:57 [INFO] No tests to run.
06:19:57 [INFO] 
06:19:57 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport-jms ---
06:19:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:19:57 [INFO] 
06:19:57 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-transport-jms ---
06:19:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/jms/target/kapua-transport-jms-2.1.0-SNAPSHOT.jar
06:19:57 [INFO] 
06:19:57 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport-jms ---
06:19:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/jms/target/kapua-transport-jms-2.1.0-SNAPSHOT-sources.jar
06:19:57 [INFO] 
06:19:57 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport-jms ---
06:19:57 [INFO] 
06:19:57 [INFO] --- install:2.5.2:install (default-install) @ kapua-transport-jms ---
06:19:57 [INFO] Installing /home/jenkins/agent/workspace/develop-test/transport/jms/target/kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-transport-jms/2.1.0-SNAPSHOT/kapua-transport-jms-2.1.0-SNAPSHOT.jar
06:19:57 [INFO] Installing /home/jenkins/agent/workspace/develop-test/transport/jms/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-transport-jms/2.1.0-SNAPSHOT/kapua-transport-jms-2.1.0-SNAPSHOT.pom
06:19:57 [INFO] Installing /home/jenkins/agent/workspace/develop-test/transport/jms/target/kapua-transport-jms-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-transport-jms/2.1.0-SNAPSHOT/kapua-transport-jms-2.1.0-SNAPSHOT-sources.jar
06:19:57 [INFO] 
06:19:57 [INFO] ------------< org.eclipse.kapua:kapua-translator-kura-jms >-------------
06:19:57 [INFO] Building kapua-translator-kura-jms 2.1.0-SNAPSHOT              [123/229]
06:19:57 [INFO]   from translator/kura/jms/pom.xml
06:19:57 [INFO] --------------------------------[ jar ]---------------------------------
06:19:57 [INFO] 
06:19:57 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kura-jms ---
06:19:57 [INFO] 
06:19:57 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura-jms ---
06:19:57 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:19:57 [INFO] 
06:19:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura-jms ---
06:19:57 [INFO] Required toolchain: jdk [ version='11' ]
06:19:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:57 [INFO] 
06:19:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura-jms ---
06:19:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura/jms' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura/jms
06:19:57 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917197642
06:19:57 [WARNING] Cannot get the branch information from the git repository: 
06:19:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:19:57 
06:19:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura/jms' && 'git' 'rev-parse' '--verify' 'HEAD'
06:19:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura/jms
06:19:57 [INFO] Storing buildScmBranch: UNKNOWN
06:19:57 [INFO] 
06:19:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura-jms ---
06:19:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/translator/kura/jms/target/jacoco.exec
06:19:57 [INFO] 
06:19:57 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kura-jms ---
06:19:57 [INFO] Copying 1 resource
06:19:57 [INFO] 
06:19:57 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kura-jms ---
06:19:57 [INFO] Copying 1 resource
06:19:57 [INFO] 
06:19:57 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kura-jms ---
06:19:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:19:57 [INFO] Changes detected - recompiling the module!
06:19:57 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-test/translator/kura/jms/target/classes
06:20:01 [INFO] 
06:20:01 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-kura-jms ---
06:20:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/translator/kura/jms/src/test/resources
06:20:01 [INFO] 
06:20:01 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-kura-jms ---
06:20:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:01 [INFO] No sources to compile
06:20:01 [INFO] 
06:20:01 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-kura-jms ---
06:20:01 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:01 [INFO] No tests to run.
06:20:01 [INFO] 
06:20:01 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kura-jms ---
06:20:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:20:01 [INFO] 
06:20:01 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-kura-jms ---
06:20:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kura/jms/target/kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar
06:20:01 [INFO] 
06:20:01 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kura-jms ---
06:20:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kura/jms/target/kapua-translator-kura-jms-2.1.0-SNAPSHOT-sources.jar
06:20:01 [INFO] 
06:20:01 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kura-jms ---
06:20:01 [INFO] 
06:20:01 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kura-jms ---
06:20:01 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kura/jms/target/kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kura-jms/2.1.0-SNAPSHOT/kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar
06:20:01 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kura/jms/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kura-jms/2.1.0-SNAPSHOT/kapua-translator-kura-jms-2.1.0-SNAPSHOT.pom
06:20:01 [INFO] Installing /home/jenkins/agent/workspace/develop-test/translator/kura/jms/target/kapua-translator-kura-jms-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-translator-kura-jms/2.1.0-SNAPSHOT/kapua-translator-kura-jms-2.1.0-SNAPSHOT-sources.jar
06:20:01 [INFO] 
06:20:01 [INFO] -----------------< org.eclipse.kapua:kapua-qa-common >------------------
06:20:01 [INFO] Building kapua-qa-common 2.1.0-SNAPSHOT                        [124/229]
06:20:01 [INFO]   from qa/common/pom.xml
06:20:01 [INFO] --------------------------------[ jar ]---------------------------------
06:20:09 [INFO] 
06:20:09 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-common ---
06:20:09 [INFO] 
06:20:09 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-common ---
06:20:09 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:20:10 [INFO] 
06:20:10 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-common ---
06:20:10 [INFO] Required toolchain: jdk [ version='11' ]
06:20:10 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:10 [INFO] 
06:20:10 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-common ---
06:20:10 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/common' && 'git' 'rev-parse' '--verify' 'HEAD'
06:20:10 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/common
06:20:10 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917210981
06:20:11 [WARNING] Cannot get the branch information from the git repository: 
06:20:11 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:20:11 
06:20:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/common' && 'git' 'rev-parse' '--verify' 'HEAD'
06:20:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/common
06:20:11 [INFO] Storing buildScmBranch: UNKNOWN
06:20:11 [INFO] 
06:20:11 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-common ---
06:20:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/qa/common/target/jacoco.exec
06:20:11 [INFO] 
06:20:11 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-common ---
06:20:11 [INFO] Copying 1 resource
06:20:11 [INFO] 
06:20:11 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-common ---
06:20:11 [INFO] Copying 1 resource
06:20:11 [INFO] 
06:20:11 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-common ---
06:20:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:11 [INFO] Changes detected - recompiling the module!
06:20:11 [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/develop-test/qa/common/target/classes
06:20:18 [INFO] 
06:20:18 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-common ---
06:20:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/common/src/test/resources
06:20:18 [INFO] 
06:20:18 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-common ---
06:20:18 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:18 [INFO] No sources to compile
06:20:18 [INFO] 
06:20:18 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-common ---
06:20:18 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:18 [INFO] No tests to run.
06:20:18 [INFO] 
06:20:18 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa-common ---
06:20:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:20:18 [INFO] 
06:20:18 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-qa-common ---
06:20:18 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/common/target/kapua-qa-common-2.1.0-SNAPSHOT.jar
06:20:18 [INFO] 
06:20:18 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa-common ---
06:20:18 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/common/target/kapua-qa-common-2.1.0-SNAPSHOT-sources.jar
06:20:18 [INFO] 
06:20:18 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa-common ---
06:20:18 [INFO] 
06:20:18 [INFO] --- install:2.5.2:install (default-install) @ kapua-qa-common ---
06:20:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/qa/common/target/kapua-qa-common-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-qa-common/2.1.0-SNAPSHOT/kapua-qa-common-2.1.0-SNAPSHOT.jar
06:20:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/qa/common/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-qa-common/2.1.0-SNAPSHOT/kapua-qa-common-2.1.0-SNAPSHOT.pom
06:20:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/qa/common/target/kapua-qa-common-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-qa-common/2.1.0-SNAPSHOT/kapua-qa-common-2.1.0-SNAPSHOT-sources.jar
06:20:18 [INFO] 
06:20:18 [INFO] -------------< org.eclipse.kapua:kapua-account-test-steps >-------------
06:20:18 [INFO] Building kapua-account-test-steps 2.1.0-SNAPSHOT               [125/229]
06:20:18 [INFO]   from service/account/test-steps/pom.xml
06:20:18 [INFO] --------------------------------[ jar ]---------------------------------
06:20:18 [INFO] 
06:20:18 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-test-steps ---
06:20:18 [INFO] 
06:20:18 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-test-steps ---
06:20:18 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:20:18 [INFO] 
06:20:18 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-test-steps ---
06:20:18 [INFO] Required toolchain: jdk [ version='11' ]
06:20:18 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:18 [INFO] 
06:20:18 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-test-steps ---
06:20:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:20:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/test-steps
06:20:18 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917218809
06:20:18 [WARNING] Cannot get the branch information from the git repository: 
06:20:18 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:20:18 
06:20:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:20:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/test-steps
06:20:18 [INFO] Storing buildScmBranch: UNKNOWN
06:20:18 [INFO] 
06:20:18 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-test-steps ---
06:20:18 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/account/test-steps/target/jacoco.exec
06:20:18 [INFO] 
06:20:18 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-test-steps ---
06:20:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/account/test-steps/src/main/resources
06:20:18 [INFO] 
06:20:18 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-test-steps ---
06:20:18 [INFO] Copying 1 resource
06:20:18 [INFO] 
06:20:18 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-test-steps ---
06:20:18 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:18 [INFO] Changes detected - recompiling the module!
06:20:18 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/account/test-steps/target/classes
06:20:23 [INFO] 
06:20:23 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-test-steps ---
06:20:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/account/test-steps/src/test/resources
06:20:23 [INFO] 
06:20:23 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-test-steps ---
06:20:23 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:23 [INFO] No sources to compile
06:20:23 [INFO] 
06:20:23 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-test-steps ---
06:20:23 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:23 [INFO] No tests to run.
06:20:23 [INFO] 
06:20:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-test-steps ---
06:20:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:20:23 [INFO] 
06:20:23 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-test-steps ---
06:20:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/test-steps/target/kapua-account-test-steps-2.1.0-SNAPSHOT.jar
06:20:23 [INFO] 
06:20:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-test-steps ---
06:20:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/test-steps/target/kapua-account-test-steps-2.1.0-SNAPSHOT-sources.jar
06:20:23 [INFO] 
06:20:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-test-steps ---
06:20:23 [INFO] 
06:20:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-account-test-steps ---
06:20:23 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/test-steps/target/kapua-account-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-test-steps/2.1.0-SNAPSHOT/kapua-account-test-steps-2.1.0-SNAPSHOT.jar
06:20:23 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-test-steps/2.1.0-SNAPSHOT/kapua-account-test-steps-2.1.0-SNAPSHOT.pom
06:20:23 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/test-steps/target/kapua-account-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-test-steps/2.1.0-SNAPSHOT/kapua-account-test-steps-2.1.0-SNAPSHOT-sources.jar
06:20:23 [INFO] 
06:20:23 [INFO] ----------------< org.eclipse.kapua:kapua-account-test >----------------
06:20:23 [INFO] Building kapua-account-test 2.1.0-SNAPSHOT                     [126/229]
06:20:23 [INFO]   from service/account/test/pom.xml
06:20:23 [INFO] --------------------------------[ jar ]---------------------------------
06:20:23 [INFO] 
06:20:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-test ---
06:20:23 [INFO] 
06:20:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-test ---
06:20:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:20:24 [INFO] 
06:20:24 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-test ---
06:20:24 [INFO] Required toolchain: jdk [ version='11' ]
06:20:24 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:24 [INFO] 
06:20:24 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-test ---
06:20:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:20:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/test
06:20:24 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917224082
06:20:24 [WARNING] Cannot get the branch information from the git repository: 
06:20:24 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:20:24 
06:20:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:20:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/test
06:20:24 [INFO] Storing buildScmBranch: UNKNOWN
06:20:24 [INFO] 
06:20:24 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-test ---
06:20:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/account/test/target/jacoco.exec
06:20:24 [INFO] 
06:20:24 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-test ---
06:20:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/account/test/src/main/resources
06:20:24 [INFO] 
06:20:24 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-test ---
06:20:24 [INFO] Copying 1 resource
06:20:24 [INFO] 
06:20:24 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-test ---
06:20:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:24 [INFO] No sources to compile
06:20:24 [INFO] 
06:20:24 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-test ---
06:20:24 [INFO] Copying 6 resources
06:20:24 [INFO] 
06:20:24 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-test ---
06:20:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:24 [INFO] Changes detected - recompiling the module!
06:20:24 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/account/test/target/test-classes
06:20:28 [INFO] 
06:20:28 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-test ---
06:20:28 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:20:28 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:20:28 [INFO] 
06:20:28 [INFO] -------------------------------------------------------
06:20:28 [INFO]  T E S T S
06:20:28 [INFO] -------------------------------------------------------
06:20:30 [INFO] Running org.eclipse.kapua.service.account.test.RunAccountUnitTest
06:20:35 
06:20:35 @account @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator")
06:20:35 Scenario: Initialize test environment # features/AccountService.feature:22
06:20:35 10:20:35.901 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment...
06:20:35 10:20:35.943 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:20:36 10:20:36.059 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:20:36 10:20:36.063 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:20:36 10:20:36.063 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 
06:20:36 10:20:36.063 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 
06:20:36 10:20:36.063 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2
06:20:36 10:20:36.063 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:20:36 10:20:36.064 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem:
06:20:36 10:20:36.070 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200
06:20:36 10:20:36.070 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:20:36 10:20:36.071 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:20:36 10:20:36.071 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE
06:20:36 10:20:36.103 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:20:36 10:20:36.103 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 
06:20:36 10:20:36.552 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:20:36 10:20:36.553 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: N/A
06:20:36 10:20:36.553 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:20:36 10:20:36.553 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:20:36 10:20:36.554 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:20:36 10:20:36.554 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:20:36 10:20:36.554 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:20:36 10:20:36.584 [main] WARN  o.e.k.c.s.i.c.CacheManagerProvider - Error while loading the CachingProvider... Loading the default one (org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider).
06:20:36 10:20:36.644 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:20:36 10:20:36.645 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:20:36 10:20:36.645 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:20:36 10:20:36.645 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:20:36 10:20:36.646 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:20:36 10:20:36.646 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:20:39 10:20:39.600 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account ===================
06:20:39 10:20:39.600 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:20:39 10:20:39.600 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:20:39 10:20:39.600 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:20:39 10:20:39.601 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:20:39 10:20:39.601 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:20:39 10:20:39.810 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:20:39 10:20:39.838 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:20:39   Given Init Jaxb Context             # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:20:39 10:20:39.842 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:20:39 10:20:39.847 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:20:40 10:20:40.221 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:20:40 10:20:40.222 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:20:40 10:20:40.259 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:20:40 10:20:40.269 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator
06:20:40 10:20:40.277 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:20:40 10:20:40.815 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:20:40 10:20:40.816 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:20:40 10:20:40.818 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator
06:20:40 10:20:40.820 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator
06:20:40 10:20:40.821 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator
06:20:40 10:20:40.822 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:20:40 10:20:40.872 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:20:40 10:20:40.873 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:20:40 10:20:40.881 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:20:40 10:20:40.881 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:20:40   And Init Security Context           # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:20:40 10:20:40.889 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:20:40 10:20:40.889 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:20:40 
06:20:40 @account @env_none
06:20:40 Scenario: Handle account creation                       # features/AccountService.feature:26
06:20:40 10:20:40.977 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:20:41 10:20:41.816 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:20:41 10:20:41.816 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:20:41 10:20:41.816 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:20:41 10:20:41.816 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:20:41 10:20:41.817 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:20:41 10:20:41.817 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:20:41 10:20:41.817 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:20:41 10:20:41.817 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:20:41 10:20:41.817 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:20:41 10:20:41.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:20:41 10:20:41.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:20:41 10:20:41.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:20:42 10:20:42.071 [main] INFO  org.reflections.Reflections - Reflections took 122 ms to scan 9 urls, producing 259 keys and 267 values
06:20:42 10:20:42.317 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:20:42 10:20:42.319 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:20:42 10:20:42.320 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:20:47 10:20:47.170 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:20:47 10:20:47.485 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:20:48 10:20:48.000 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:20:48 10:20:48.390 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:20:48 10:20:48.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:20:48 10:20:48.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:20:48 10:20:48.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:20:49 10:20:49.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:20:50 10:20:50.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:20:51 10:20:51.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:20:51 10:20:51.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:20:52 10:20:52.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:20:53 10:20:53.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:20:54 10:20:54.039 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:20:54 10:20:54.609 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:20:54 10:20:54.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:20:54 10:20:54.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:20:54 10:20:54.637 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:20:54 10:20:54.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:20:54 10:20:54.751 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3
06:20:54 10:20:54.754 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
06:20:54 10:20:54.800 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
06:20:56 10:20:56.609 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:20:56 10:20:56.611 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:20:56 10:20:56.614 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.617 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator
06:20:56 10:20:56.639 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:20:56 10:20:56.640 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:20:56 10:20:56.642 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:20:56 10:20:56.651 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:20:56 10:20:56.654 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:20:56 10:20:56.658 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:20:56 10:20:56.660 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:20:56 10:20:56.661 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:20:56 10:20:56.663 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:20:56 10:20:56.664 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.665 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.666 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.667 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.670 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.673 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.token.AccessTokenFactory from MockedLocator
06:20:56 10:20:56.674 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:20:56 10:20:56.697 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:20:56 10:20:56.699 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:20:56 10:20:56.700 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:20:56 10:20:56.704 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:20:56 10:20:56.705 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:20:56 10:20:56.707 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator
06:20:56 10:20:56.709 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:20:56 10:20:56.710 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:20:56 10:20:56.711 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:20:56 10:20:56.738 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:20:56 10:20:56.739 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:20:56 10:20:56.741 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator
06:20:56 10:20:56.742 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.743 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:20:56 10:20:56.744 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:20:56 10:20:56.745 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.746 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.747 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.747 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.753 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator
06:20:56 10:20:56.754 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:20:56 10:20:56.756 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator
06:20:56 10:20:56.757 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator
06:20:56 10:20:56.759 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:20:56 10:20:56.760 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator
06:20:56 10:20:56.762 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:20:56 10:20:56.763 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:20:56 10:20:56.764 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:20:56 10:20:56.765 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.766 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:20:56 10:20:56.768 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator
06:20:56 10:20:56.769 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:20:56 10:20:56.770 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:20:56 10:20:56.774 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:20:56 10:20:56.774 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:20:56 10:20:56.775 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:20:56 10:20:56.777 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:20:56 10:20:56.779 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:20:56 10:20:56.784 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator
06:20:56 10:20:56.787 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator
06:20:56 10:20:56.790 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator
06:20:56 10:20:56.791 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator
06:20:56 10:20:56.792 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator
06:20:56 10:20:56.793 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:20:57   Given I create a generic account with name "test_acc" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:20:57   Then The account matches the creator settings         # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkCreatedAccountDefaults()
06:20:57 10:20:57.104 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:20:57 10:20:57.164 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:20:57 
06:20:57 @account @env_none
06:20:57 Scenario: Find all child accounts                           # features/AccountService.feature:32
06:20:57 10:20:57.204 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:20:57 10:20:57.207 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:20:57 10:20:57.207 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:20:57 10:20:57.207 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:20:57 10:20:57.207 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:20:57 10:20:57.207 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:20:57 10:20:57.207 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:20:57 10:20:57.207 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:20:57 10:20:57.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:20:57 10:20:57.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:20:57 10:20:57.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:20:57 10:20:57.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:20:57 10:20:57.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:20:57 10:20:57.380 [main] INFO  org.reflections.Reflections - Reflections took 30 ms to scan 9 urls, producing 259 keys and 267 values
06:20:57 10:20:57.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:20:57 10:20:57.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:20:57 10:20:57.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:20:57 10:20:57.666 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:20:57 10:20:57.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:20:58 10:20:57.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:20:58 10:20:58.087 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:20:58 10:20:58.087 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:20:58 10:20:58.088 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:20:58 10:20:58.088 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:20:58 10:20:58.418 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:20:59 10:20:59.104 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:20:59 10:20:59.905 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:00 10:21:00.060 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:00 10:21:00.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:01 10:21:01.345 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:01 10:21:01.627 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:02 10:21:02.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:02 10:21:02.120 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:02 10:21:02.120 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:02 10:21:02.120 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:02 10:21:02.120 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:02   When I create 15 childs for account with Id 1             # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createANumberOfAccounts(int,int)
06:21:02   Then The account with name "kapua-sys" has 15 subaccounts # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkNumberOfAccounts(java.lang.String,int)
06:21:02 10:21:02.770 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:02 10:21:02.806 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:02 
06:21:02 @account @env_none
06:21:02 Scenario: Handle duplicate account names                                                                                           # features/AccountService.feature:38
06:21:02 10:21:02.867 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:02 10:21:02.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:02 10:21:02.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:02 10:21:02.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:02 10:21:02.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:02 10:21:02.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:02 10:21:02.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:02 10:21:02.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:02 10:21:02.872 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:02 10:21:02.872 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:02 10:21:02.872 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:02 10:21:02.872 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:02 10:21:02.872 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:03 10:21:02.988 [main] INFO  org.reflections.Reflections - Reflections took 13 ms to scan 9 urls, producing 259 keys and 267 values
06:21:03 10:21:03.110 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:03 10:21:03.110 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:03 10:21:03.111 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:03 10:21:03.229 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:03 10:21:03.299 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:03 10:21:03.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:03 10:21:03.617 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:03 10:21:03.617 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:03 10:21:03.617 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:03 10:21:03.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:04 10:21:03.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:04 10:21:04.459 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:05 10:21:05.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:05 10:21:05.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:05 10:21:05.283 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:06 10:21:06.126 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:06 10:21:06.325 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:06 10:21:06.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:06 10:21:06.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:06 10:21:06.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:06 10:21:06.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:06 10:21:06.682 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:06   Given I create a generic account with name "test_acc_1"                                                                          # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:06   And I expect the exception "KapuaDuplicateNameException" with the text "An entity with the same name test_acc_1 already exists." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:21:06 10:21:06.764 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:21:06 org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name test_acc_1 already exists.
06:21:06 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$create$1(AccountServiceImpl.java:130)
06:21:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:21:06 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.create(AccountServiceImpl.java:114)
06:21:06 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.create(AccountServiceImpl.java:61)
06:21:06 	at org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(AccountServiceSteps.java:143)
06:21:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:21:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:21:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:21:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:21:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:21:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:21:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:21:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:21:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:21:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:21:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:21:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:21:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:21:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:21:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:21:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:21:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:21:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:21:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:21:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:21:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:21:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:21:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:21:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:21:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:21:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:21:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:21:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:21:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:21:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:21:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:21:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:21:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:21:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:21:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:21:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:21:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:21:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:21:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:21:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:21:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:21:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:21:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:21:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:21:06 
06:21:06     Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name test_acc_1 already exists.
06:21:06 
06:21:06   When I create a generic account with name "test_acc_1"                                                                           # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:06   Then An exception was thrown                                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:21:06 10:21:06.779 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:06 10:21:06.804 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:06 
06:21:06 @account @env_none
06:21:06 Scenario: Handle null account name                                                   # features/AccountService.feature:47
06:21:06 10:21:06.857 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:06 10:21:06.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:06 10:21:06.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:06 10:21:06.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:06 10:21:06.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:06 10:21:06.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:06 10:21:06.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:06 10:21:06.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:06 10:21:06.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:06 10:21:06.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:06 10:21:06.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:06 10:21:06.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:06 10:21:06.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:07 10:21:06.953 [main] INFO  org.reflections.Reflections - Reflections took 16 ms to scan 9 urls, producing 259 keys and 267 values
06:21:07 10:21:07.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:07 10:21:07.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:07 10:21:07.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:07 10:21:07.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:07 10:21:07.244 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:07 10:21:07.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:07 10:21:07.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:07 10:21:07.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:07 10:21:07.448 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:07 10:21:07.448 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:07 10:21:07.751 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:08 10:21:08.219 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:08 10:21:08.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:08 10:21:08.898 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:09 10:21:08.976 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:09 10:21:09.827 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:10 10:21:10.024 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:10 10:21:10.292 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:10 10:21:10.292 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:10 10:21:10.292 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:10 10:21:10.292 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:10 10:21:10.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:10   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "*" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:21:10 
06:21:10     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument accountCreator.name.
06:21:10 
06:21:10   When I create an account with a null name                                          # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createAccountWithNullName()
06:21:10   Then An exception was thrown                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:21:10 10:21:10.300 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:10 10:21:10.342 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:10 
06:21:10 @account @env_none
06:21:10 Scenario: Find account by Id                                   # features/AccountService.feature:54
06:21:10 10:21:10.371 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:10 10:21:10.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:10 10:21:10.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:10 10:21:10.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:10 10:21:10.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:10 10:21:10.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:10 10:21:10.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:10 10:21:10.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:10 10:21:10.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:10 10:21:10.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:10 10:21:10.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:10 10:21:10.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:10 10:21:10.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:10 10:21:10.485 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 9 urls, producing 259 keys and 267 values
06:21:10 10:21:10.591 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:10 10:21:10.592 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:10 10:21:10.592 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:10 10:21:10.670 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:10 10:21:10.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:10 10:21:10.847 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:10 10:21:10.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:10 10:21:10.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:10 10:21:10.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:10 10:21:10.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:11 10:21:11.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:11 10:21:11.567 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:12 10:21:12.105 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:12 10:21:12.177 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:12 10:21:12.261 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:13 10:21:13.024 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:13 10:21:13.209 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:13 10:21:13.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:13 10:21:13.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:13 10:21:13.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:13 10:21:13.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:13 10:21:13.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:13   Given I create a generic account with name "test_acc_42"     # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:13   When I search for the account with the remembered account Id # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findAccountByStoredId()
06:21:13   Then The account matches the creator settings                # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkCreatedAccountDefaults()
06:21:13 10:21:13.496 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:13 10:21:13.549 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:13 
06:21:13 @account @env_none
06:21:13 Scenario: Find account by Ids                                              # features/AccountService.feature:61
06:21:13 10:21:13.574 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:13 10:21:13.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:13 10:21:13.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:13 10:21:13.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:13 10:21:13.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:13 10:21:13.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:13 10:21:13.577 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:13 10:21:13.577 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:13 10:21:13.577 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:13 10:21:13.577 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:13 10:21:13.577 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:13 10:21:13.577 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:13 10:21:13.577 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:13 10:21:13.676 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values
06:21:13 10:21:13.779 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:13 10:21:13.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:13 10:21:13.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:13 10:21:13.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:13 10:21:13.906 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:14 10:21:14.014 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:14 10:21:14.111 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:14 10:21:14.111 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:14 10:21:14.111 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:14 10:21:14.111 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:14 10:21:14.338 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:14 10:21:14.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:15 10:21:15.233 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:15 10:21:15.309 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:15 10:21:15.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:16 10:21:16.156 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:16 10:21:16.347 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:16 10:21:16.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:16 10:21:16.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:16 10:21:16.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:16 10:21:16.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:16 10:21:16.606 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:16   Given I create a generic account with name "test_acc_42"                 # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:16   When I search for the account with the remembered parent and account Ids # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findAccountByStoredScopeAndAccountIds()
06:21:16   Then The account matches the creator settings                            # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkCreatedAccountDefaults()
06:21:16 10:21:16.647 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:16 10:21:16.670 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:16 
06:21:16 @account @env_none
06:21:16 Scenario: Find account by random Id     # features/AccountService.feature:69
06:21:16 10:21:16.694 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:16 10:21:16.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:16 10:21:16.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:16 10:21:16.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:16 10:21:16.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:16 10:21:16.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:16 10:21:16.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:16 10:21:16.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:16 10:21:16.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:16 10:21:16.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:16 10:21:16.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:16 10:21:16.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:16 10:21:16.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:16 10:21:16.812 [main] INFO  org.reflections.Reflections - Reflections took 12 ms to scan 9 urls, producing 259 keys and 267 values
06:21:16 10:21:16.923 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:16 10:21:16.923 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:16 10:21:16.924 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:17 10:21:16.999 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:17 10:21:17.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:17 10:21:17.133 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:17 10:21:17.220 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:17 10:21:17.220 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:17 10:21:17.220 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:17 10:21:17.221 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:17 10:21:17.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:17 10:21:17.820 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:18 10:21:18.268 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:18 10:21:18.331 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:18 10:21:18.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:19 10:21:19.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:19 10:21:19.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:19 10:21:19.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:19 10:21:19.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:19 10:21:19.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:19 10:21:19.477 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:19 10:21:19.477 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:19   When I search for a random account Id # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findRandomAccountId()
06:21:19   Then The account does not exist       # org.eclipse.kapua.service.account.steps.AccountServiceSteps.tryToFindInexistentAccount()
06:21:19 10:21:19.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:19 10:21:19.506 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:19 
06:21:19 @account @env_none
06:21:19 Scenario: Find account by name                             # features/AccountService.feature:75
06:21:19 10:21:19.541 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:19 10:21:19.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:19 10:21:19.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:19 10:21:19.623 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values
06:21:19 10:21:19.735 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:19 10:21:19.735 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:19 10:21:19.736 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:19 10:21:19.808 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:19 10:21:19.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:19 10:21:19.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:20 10:21:20.022 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:20 10:21:20.022 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:20 10:21:20.023 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:20 10:21:20.023 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:20 10:21:20.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:20 10:21:20.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:21 10:21:21.022 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:21 10:21:21.092 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:21 10:21:21.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:21 10:21:21.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:22 10:21:22.106 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:22 10:21:22.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:22 10:21:22.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:22 10:21:22.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:22 10:21:22.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:22 10:21:22.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:22   Given I create a generic account with name "test_acc_42" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:22   When I search for the account with name "test_acc_42"    # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findAccountByName(java.lang.String)
06:21:22   Then The account matches the creator settings            # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkCreatedAccountDefaults()
06:21:22 10:21:22.363 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:22 10:21:22.388 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:22 
06:21:22 @account @env_none
06:21:22 Scenario: Find by name nonexisting account                             # features/AccountService.feature:82
06:21:22 10:21:22.409 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:22 10:21:22.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:22 10:21:22.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:22 10:21:22.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:22 10:21:22.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:22 10:21:22.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:22 10:21:22.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:22 10:21:22.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:22 10:21:22.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:22 10:21:22.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:22 10:21:22.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:22 10:21:22.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:22 10:21:22.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:22 10:21:22.519 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values
06:21:22 10:21:22.625 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:22 10:21:22.625 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:22 10:21:22.625 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:22 10:21:22.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:22 10:21:22.744 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:22 10:21:22.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:23 10:21:22.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:23 10:21:22.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:23 10:21:22.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:23 10:21:22.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:23 10:21:23.174 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:23 10:21:23.510 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:24 10:21:23.963 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:24 10:21:24.025 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:24 10:21:24.090 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:24 10:21:24.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:25 10:21:24.938 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:25 10:21:25.150 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:25 10:21:25.151 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:25 10:21:25.151 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:25 10:21:25.151 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:25 10:21:25.151 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:25   When I search for the account with name "test_acc_unlikely_to_exist" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findAccountByName(java.lang.String)
06:21:25   Then The account does not exist                                      # org.eclipse.kapua.service.account.steps.AccountServiceSteps.tryToFindInexistentAccount()
06:21:25 10:21:25.159 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:25 10:21:25.186 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:25 
06:21:25 @account @env_none
06:21:25 Scenario: Modify an existing account                       # features/AccountService.feature:88
06:21:25 10:21:25.206 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:25 10:21:25.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:25 10:21:25.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:25 10:21:25.209 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:25 10:21:25.209 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:25 10:21:25.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:25 10:21:25.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:25 10:21:25.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:25 10:21:25.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:25 10:21:25.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:25 10:21:25.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:25 10:21:25.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:25 10:21:25.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:25 10:21:25.308 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values
06:21:25 10:21:25.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:25 10:21:25.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:25 10:21:25.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:25 10:21:25.484 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:25 10:21:25.527 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:25 10:21:25.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:25 10:21:25.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:25 10:21:25.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:25 10:21:25.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:25 10:21:25.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:25 10:21:25.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:26 10:21:26.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:26 10:21:26.672 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:26 10:21:26.749 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:26 10:21:26.808 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:27 10:21:27.464 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:27 10:21:27.634 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:27 10:21:27.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:27 10:21:27.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:27 10:21:27.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:27 10:21:27.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:27 10:21:27.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:27   Given I create a generic account with name "test_acc_42" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:27   When I modify the account "test_acc_42"                  # org.eclipse.kapua.service.account.steps.AccountServiceSteps.changeAccountDetails(java.lang.String)
06:21:27   Then Account "test_acc_42" is correctly modified         # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkForAccountModifications(java.lang.String)
06:21:27 10:21:27.898 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:27 10:21:27.944 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:28 
06:21:28 @account @env_none
06:21:28 Scenario: Modify nonexisting account                                                                                  # features/AccountService.feature:96
06:21:28 10:21:27.968 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:28 10:21:27.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:28 10:21:27.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:28 10:21:27.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:28 10:21:27.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:28 10:21:27.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:28 10:21:27.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:28 10:21:27.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:28 10:21:27.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:28 10:21:27.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:28 10:21:27.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:28 10:21:27.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:28 10:21:27.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:28 10:21:28.061 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values
06:21:28 10:21:28.162 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:28 10:21:28.163 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:28 10:21:28.163 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:28 10:21:28.231 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:28 10:21:28.276 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:28 10:21:28.364 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:28 10:21:28.442 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:28 10:21:28.442 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:28 10:21:28.442 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:28 10:21:28.442 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:28 10:21:28.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:29 10:21:29.024 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:29 10:21:29.470 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:29 10:21:29.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:29 10:21:29.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:30 10:21:30.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:30 10:21:30.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:30 10:21:30.644 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:30 10:21:30.645 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:30 10:21:30.645 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:30 10:21:30.645 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:30 10:21:30.645 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:30   Given I create a generic account with name "test_acc_42"                                                            # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:30   Then I delete account "test_acc_42"                                                                                 # org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteAccountWithName(java.lang.String)
06:21:30   Given I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type account with id/name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:21:30 10:21:30.695 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:21:30 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type account with id/name 1,783,501,694,879,686,580 was not found.
06:21:30 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$doUpdateChildAccount$4(AccountServiceImpl.java:216)
06:21:30 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:21:30 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$doUpdateChildAccount$5(AccountServiceImpl.java:216)
06:21:30 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:21:30 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.doUpdateChildAccount(AccountServiceImpl.java:213)
06:21:30 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.update(AccountServiceImpl.java:173)
06:21:30 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.update(AccountServiceImpl.java:61)
06:21:30 	at org.eclipse.kapua.service.account.steps.AccountServiceSteps.updateAccount(AccountServiceSteps.java:296)
06:21:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:21:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:21:30 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:21:30 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:21:30 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:21:30 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:21:30 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:21:30 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:21:30 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:21:30 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:21:30 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:21:30 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:21:30 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:21:30 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:21:30 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:21:30 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:21:30 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:21:30 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:21:30 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:21:30 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:21:30 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:21:30 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:21:30 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:21:30 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:21:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:21:30 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:21:30 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:21:30 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:21:30 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:21:30 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:21:30 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:21:30 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:21:30 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:21:30 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:21:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:21:30 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:21:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:21:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:21:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:21:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:21:30 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:21:30 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:21:30 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:21:30 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:21:30 
06:21:30     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type account with id/name 1,783,501,694,879,686,580 was not found.
06:21:30 
06:21:30   And I modify the current account                                                                                    # org.eclipse.kapua.service.account.steps.AccountServiceSteps.updateAccount()
06:21:30   Then An exception was thrown                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:21:30 10:21:30.698 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:30 10:21:30.714 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:30 
06:21:30 @account @env_none
06:21:30 Scenario: Delete an existing account                        # features/AccountService.feature:105
06:21:30 10:21:30.754 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:30 10:21:30.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:30 10:21:30.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:30 10:21:30.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:30 10:21:30.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:30 10:21:30.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:30 10:21:30.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:30 10:21:30.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:30 10:21:30.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:30 10:21:30.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:30 10:21:30.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:30 10:21:30.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:30 10:21:30.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:30 10:21:30.839 [main] INFO  org.reflections.Reflections - Reflections took 15 ms to scan 9 urls, producing 259 keys and 267 values
06:21:30 10:21:30.936 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:30 10:21:30.937 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:30 10:21:30.937 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:31 10:21:30.998 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:31 10:21:31.042 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:31 10:21:31.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:31 10:21:31.195 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:31 10:21:31.195 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:31 10:21:31.195 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:31 10:21:31.196 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:31 10:21:31.376 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:31 10:21:31.667 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:32 10:21:32.084 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:32 10:21:32.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:32 10:21:32.202 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:32 10:21:32.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:33 10:21:32.966 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:33 10:21:33.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:33 10:21:33.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:33 10:21:33.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:33 10:21:33.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:33 10:21:33.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:33   Given I create a generic account with name "test_acc_123" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:33   When I delete account "test_acc_123"                      # org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteAccountWithName(java.lang.String)
06:21:33   And I search for the account with name "test_acc_123"     # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findAccountByName(java.lang.String)
06:21:33   Then The account does not exist                           # org.eclipse.kapua.service.account.steps.AccountServiceSteps.tryToFindInexistentAccount()
06:21:33 10:21:33.198 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:33 10:21:33.214 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:33 
06:21:33 @account @env_none
06:21:33 Scenario: Delete the Kapua system account                                                                                     # features/AccountService.feature:113
06:21:33 10:21:33.253 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:33 10:21:33.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:33 10:21:33.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:33 10:21:33.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:33 10:21:33.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:33 10:21:33.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:33 10:21:33.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:33 10:21:33.257 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:33 10:21:33.257 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:33 10:21:33.257 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:33 10:21:33.257 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:33 10:21:33.257 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:33 10:21:33.257 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:33 10:21:33.336 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 9 urls, producing 259 keys and 267 values
06:21:33 10:21:33.434 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:33 10:21:33.435 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:33 10:21:33.435 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:33 10:21:33.501 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:33 10:21:33.542 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:33 10:21:33.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:33 10:21:33.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:33 10:21:33.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:33 10:21:33.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:33 10:21:33.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:33 10:21:33.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:34 10:21:34.218 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:34 10:21:34.635 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:34 10:21:34.691 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:34 10:21:34.745 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:35 10:21:35.385 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:35 10:21:35.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:35 10:21:35.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:35 10:21:35.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:35 10:21:35.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:35 10:21:35.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:35 10:21:35.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:35   Given I expect the exception "KapuaIllegalAccessException" with the text "The current subject is not authorized for delete" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:21:35 10:21:35.857 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:21:35 org.eclipse.kapua.KapuaIllegalAccessException: The current subject is not authorized for delete.
06:21:35 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$delete$10(AccountServiceImpl.java:297)
06:21:35 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:21:35 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.delete(AccountServiceImpl.java:283)
06:21:35 	at org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteSystemAccount(AccountServiceSteps.java:399)
06:21:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:21:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:21:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:21:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:21:35 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:21:35 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:21:35 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:21:35 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:21:35 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:21:35 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:21:35 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:21:35 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:21:35 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:21:35 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:21:35 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:21:35 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:21:35 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:21:35 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:21:35 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:21:35 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:21:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:21:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:21:35 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:21:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:21:35 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:21:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:21:35 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:21:35 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:21:35 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:21:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:21:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:21:35 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:21:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:21:35 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:21:35 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:21:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:21:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:21:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:21:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:21:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:21:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:21:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:21:35 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:21:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:21:35 
06:21:35     Exception raised as expected: KapuaIllegalAccessException with message: The current subject is not authorized for delete.
06:21:35 
06:21:35   When I try to delete the system account                                                                                     # org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteSystemAccount()
06:21:35   Then An exception was thrown                                                                                                # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:21:35   And The System account exists                                                                                               # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findSystemAccount()
06:21:35 10:21:35.867 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:35 10:21:35.884 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:35 
06:21:35 @account @env_none
06:21:35 Scenario: Delete nonexisting account                                                                                  # features/AccountService.feature:121
06:21:35 10:21:35.909 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:35 10:21:35.911 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:35 10:21:35.911 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:35 10:21:35.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:35 10:21:35.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:35 10:21:35.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:35 10:21:35.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:35 10:21:35.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:35 10:21:35.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:35 10:21:35.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:35 10:21:35.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:35 10:21:35.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:35 10:21:35.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:36 10:21:36.026 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values
06:21:36 10:21:36.140 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:36 10:21:36.140 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:36 10:21:36.140 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:36 10:21:36.222 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:36 10:21:36.277 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:36 10:21:36.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:36 10:21:36.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:36 10:21:36.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:36 10:21:36.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:36 10:21:36.470 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:36 10:21:36.711 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:37 10:21:37.060 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:37 10:21:37.516 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:37 10:21:37.580 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:37 10:21:37.650 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:38 10:21:38.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:38 10:21:38.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:38 10:21:38.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:38 10:21:38.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:38 10:21:38.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:38 10:21:38.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:38 10:21:38.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:38   Given I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type account with id/name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:21:38 10:21:38.804 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:21:38 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type account with id/name 7,987,011,329,747,550,486 was not found.
06:21:38 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$delete$9(AccountServiceImpl.java:289)
06:21:38 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:21:38 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$delete$10(AccountServiceImpl.java:289)
06:21:38 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:21:38 	at org.eclipse.kapua.service.account.internal.AccountServiceImpl.delete(AccountServiceImpl.java:283)
06:21:38 	at org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteRandomAccount(AccountServiceSteps.java:409)
06:21:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:21:38 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:21:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:21:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:21:38 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:21:38 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:21:38 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:21:38 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:21:38 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:21:38 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:21:38 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:21:38 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:21:38 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:21:38 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:21:38 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:21:38 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:21:38 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:21:38 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:21:38 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:21:38 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:21:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:21:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:21:38 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:21:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:21:38 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:21:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:21:38 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:21:38 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:21:38 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:21:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:21:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:21:38 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:21:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:21:38 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:21:38 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:21:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:21:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:21:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:21:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:21:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:21:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:21:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:21:38 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:21:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:21:38 
06:21:38     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type account with id/name 7,987,011,329,747,550,486 was not found.
06:21:38 
06:21:38   When I delete a random account                                                                                      # org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteRandomAccount()
06:21:38   Then An exception was thrown                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:21:38 10:21:38.808 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:38 10:21:38.825 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:38 
06:21:38 @account @env_none
06:21:38 Scenario: Check account properties                         # features/AccountService.feature:129
06:21:38 10:21:38.865 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:38 10:21:38.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:38 10:21:38.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:38 10:21:38.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:38 10:21:38.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:38 10:21:38.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:38 10:21:38.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:38 10:21:38.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:38 10:21:38.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:38 10:21:38.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:38 10:21:38.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:38 10:21:38.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:38 10:21:38.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:39 10:21:38.980 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values
06:21:39 10:21:39.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:39 10:21:39.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:39 10:21:39.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:39 10:21:39.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:39 10:21:39.218 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:39 10:21:39.310 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:39 10:21:39.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:39 10:21:39.398 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:39 10:21:39.398 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:39 10:21:39.398 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:39 10:21:39.600 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:39 10:21:39.920 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:40 10:21:40.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:40 10:21:40.444 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:40 10:21:40.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:41 10:21:41.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:41 10:21:41.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:41 10:21:41.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:41 10:21:41.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:41 10:21:41.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:41 10:21:41.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:41 10:21:41.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:41   Given I create a generic account with name "test_acc_11" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:41   When I set the following parameters                      # org.eclipse.kapua.service.account.steps.AccountServiceSteps.setAccountParameters(io.cucumber.datatable.DataTable)
06:21:41   Then The account has the following parameters            # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkAccountParameters(io.cucumber.datatable.DataTable)
06:21:41 10:21:41.596 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:41 10:21:41.613 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:41 
06:21:41 @account @env_none
06:21:41 Scenario: Every account must have the default configuration items # features/AccountService.feature:144
06:21:41 10:21:41.644 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:41 10:21:41.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:41 10:21:41.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:41 10:21:41.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:41 10:21:41.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:41 10:21:41.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:41 10:21:41.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:41 10:21:41.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:41 10:21:41.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:41 10:21:41.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:41 10:21:41.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:41 10:21:41.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:41 10:21:41.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:41 10:21:41.727 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values
06:21:41 10:21:41.849 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:41 10:21:41.849 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:41 10:21:41.849 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:41 10:21:41.921 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:41 10:21:41.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:42 10:21:42.060 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:42 10:21:42.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:42 10:21:42.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:42 10:21:42.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:42 10:21:42.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:42 10:21:42.324 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:42 10:21:42.632 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:43 10:21:43.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:43 10:21:43.134 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:43 10:21:43.203 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:44 10:21:43.952 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:44 10:21:44.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:44 10:21:44.312 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:44 10:21:44.312 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:44 10:21:44.312 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:44 10:21:44.312 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:44 10:21:44.312 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:44   Given I create a generic account with name "test_acc_11"        # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:44   Then The default configuration for the account is set           # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkDefaultAccountConfiguration()
06:21:44 10:21:44.361 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:44 10:21:44.374 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:44 
06:21:44 @account @env_none
06:21:44 Scenario: A newly created account must have some metadata  # features/AccountService.feature:150
06:21:44 10:21:44.394 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:44 10:21:44.396 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:44 10:21:44.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:44 10:21:44.506 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values
06:21:44 10:21:44.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:44 10:21:44.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:44 10:21:44.625 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:44 10:21:44.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:44 10:21:44.737 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:44 10:21:44.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:45 10:21:44.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:45 10:21:44.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:45 10:21:44.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:45 10:21:44.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:45 10:21:45.079 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:45 10:21:45.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:45 10:21:45.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:45 10:21:45.834 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:45 10:21:45.888 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:46 10:21:46.461 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:46 10:21:46.604 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:46 10:21:46.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:46 10:21:46.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:46 10:21:46.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:46 10:21:46.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:46 10:21:46.793 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:46   Given I create a generic account with name "test_acc_11" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:46   Then The account has metadata                            # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkMetadataExistence()
06:21:46 10:21:46.841 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:46 10:21:46.855 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:47 
06:21:47 @account @env_none
06:21:47 Scenario: It should not be possible to change the configuration items # features/AccountService.feature:157
06:21:47 10:21:46.875 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:47 10:21:46.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:47 10:21:46.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:47 10:21:46.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:47 10:21:46.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:47 10:21:46.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:47 10:21:46.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:47 10:21:46.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:47 10:21:46.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:47 10:21:46.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:47 10:21:46.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:47 10:21:46.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:47 10:21:46.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:47 10:21:46.978 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values
06:21:47 10:21:47.084 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:47 10:21:47.084 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:47 10:21:47.084 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:47 10:21:47.146 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:47 10:21:47.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:47 10:21:47.299 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:47 10:21:47.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:47 10:21:47.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:47 10:21:47.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:47 10:21:47.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:47 10:21:47.563 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:47 10:21:47.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:48 10:21:48.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:48 10:21:48.324 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:48 10:21:48.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:49 10:21:48.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:49 10:21:49.120 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:49 10:21:49.319 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:49 10:21:49.320 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:49 10:21:49.320 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:49 10:21:49.320 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:49 10:21:49.320 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:49   Given I create a generic account with name "test_acc_11"            # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:49   When I configure "integer" item "maxNumberChildEntities" to "5"     # org.eclipse.kapua.service.account.steps.AccountServiceSteps.setConfigurationValue(java.lang.String,java.lang.String,java.lang.String)
06:21:49   Then The config item "maxNumberChildEntities" is set to "5"         # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkConfigValue(java.lang.String,java.lang.String)
06:21:49 10:21:49.390 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:49 10:21:49.404 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:49 
06:21:49 @account @env_none
06:21:49 Scenario: Setting configuration without mandatory items must raise an error         # features/AccountService.feature:166
06:21:49 10:21:49.451 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:49 10:21:49.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:49 10:21:49.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:49 10:21:49.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:49 10:21:49.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:49 10:21:49.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:49 10:21:49.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:49 10:21:49.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:49 10:21:49.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:49 10:21:49.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:49 10:21:49.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:49 10:21:49.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:49 10:21:49.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:49 10:21:49.565 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 9 urls, producing 259 keys and 267 values
06:21:49 10:21:49.667 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:49 10:21:49.668 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:49 10:21:49.668 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:49 10:21:49.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:49 10:21:49.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:49 10:21:49.854 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:50 10:21:49.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:50 10:21:49.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:50 10:21:49.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:50 10:21:49.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:50 10:21:50.131 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:50 10:21:50.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:50 10:21:50.888 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:51 10:21:50.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:51 10:21:51.015 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:51 10:21:51.684 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:51 10:21:51.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:52 10:21:52.082 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:52 10:21:52.082 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:52 10:21:52.082 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:52 10:21:52.082 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:52 10:21:52.082 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:52   Given I create a generic account with name "test_acc_11"                          # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String)
06:21:52   When I expect the exception "org.eclipse.kapua.KapuaIllegalNullArgumentException" # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String)
06:21:52 10:21:52.119 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:21:52 org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument maxNumberChildEntities.
06:21:52 	at org.eclipse.kapua.commons.configuration.ServiceConfigurationManagerImpl.checkRequiredProperties(ServiceConfigurationManagerImpl.java:294)
06:21:52 	at org.eclipse.kapua.commons.configuration.ServiceConfigurationManagerImpl.validateConfigurations(ServiceConfigurationManagerImpl.java:275)
06:21:52 	at org.eclipse.kapua.commons.configuration.ServiceConfigurationManagerImpl.setConfigValues(ServiceConfigurationManagerImpl.java:133)
06:21:52 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceBase.lambda$setConfigValues$3(KapuaConfigurableServiceBase.java:86)
06:21:52 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:21:52 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceBase.setConfigValues(KapuaConfigurableServiceBase.java:85)
06:21:52 	at org.eclipse.kapua.service.account.steps.AccountServiceSteps.setConfigurationValue(AccountServiceSteps.java:505)
06:21:52 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:21:52 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:21:52 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:21:52 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:21:52 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:21:52 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:21:52 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:21:52 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:21:52 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:21:52 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:21:52 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:21:52 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:21:52 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:21:52 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:21:52 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:21:52 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:21:52 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:21:52 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:21:52 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:21:52 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:21:52 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:21:52 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:21:52 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:21:52 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:21:52 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:21:52 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:21:52 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:21:52 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:21:52 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:21:52 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:21:52 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:21:52 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:21:52 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:21:52 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:21:52 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:21:52 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:21:52 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:21:52 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:21:52 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:21:52 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:21:52 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:21:52 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:21:52 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:21:52 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:21:52 
06:21:52     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument maxNumberChildEntities.
06:21:52 
06:21:52   When I configure "integer" item "ArbitraryUnknownItem" to "5"                     # org.eclipse.kapua.service.account.steps.AccountServiceSteps.setConfigurationValue(java.lang.String,java.lang.String,java.lang.String)
06:21:52   Then An exception was thrown                                                      # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:21:52 10:21:52.122 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:52 10:21:52.155 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:52 
06:21:52 @account @env_none
06:21:52 Scenario: Test account query                                           # features/AccountService.feature:175
06:21:52 10:21:52.179 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:21:52 10:21:52.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:21:52 10:21:52.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:21:52 10:21:52.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:21:52 10:21:52.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:21:52 10:21:52.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:21:52 10:21:52.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:21:52 10:21:52.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:21:52 10:21:52.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:21:52 10:21:52.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:21:52 10:21:52.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:21:52 10:21:52.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:21:52 10:21:52.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:21:52 10:21:52.269 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values
06:21:52 10:21:52.363 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:21:52 10:21:52.363 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:21:52 10:21:52.363 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:21:52 10:21:52.430 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:21:52 10:21:52.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:21:52 10:21:52.540 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:21:52 10:21:52.607 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:21:52 10:21:52.607 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:21:52 10:21:52.607 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:21:52 10:21:52.607 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:21:52 10:21:52.784 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:21:53 10:21:53.068 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:21:53 10:21:53.483 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:21:53 10:21:53.555 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:21:53 10:21:53.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:21:54 10:21:54.156 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:21:54 10:21:54.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:21:54 10:21:54.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:21:54 10:21:54.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:21:54 10:21:54.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:21:54 10:21:54.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:21:54 10:21:54.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:21:54   Given I create 9 accounts with organization name "test_org"          # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createANumberOfChildrenForAccountWithOrganizationName(int,java.lang.String)
06:21:54   When I query for all accounts that have the system account as parent # org.eclipse.kapua.service.account.steps.AccountServiceSteps.queryForNumberOfTopLevelAccounts()
06:21:54   Then The returned value is 9                                         # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkIntegerReturnValue(int)
06:21:54 10:21:54.741 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:21:54 10:21:54.754 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:21:54 
06:21:54 @account @env_none @teardown
06:21:54 Scenario: Reset Security Context for all scenarios # features/AccountService.feature:185
06:21:54 10:21:54.774 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager...
06:21:54 10:21:54.774 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE
06:21:54   Given Reset Security Context                     # org.eclipse.kapua.qa.common.utils.InitShiro.stop()
06:21:54 ┌───────────────────────────────────────────────────────────────────────────────────┐
06:21:54 │ Share your Cucumber Report with your team at https://reports.cucumber.io06:21:54 │ Activate publishing with one of the following:                                    │
06:21:54 │                                                                                   │
06:21:54 │ src/test/resources/cucumber.properties:          cucumber.publish.enabled=true    │
06:21:54 │ src/test/resources/junit-platform.properties:    cucumber.publish.enabled=true    │
06:21:54 │ Environment variable:                            CUCUMBER_PUBLISH_ENABLED=true    │
06:21:54 │ JUnit:                                           @CucumberOptions(publish = true) │
06:21:54 │                                                                                   │
06:21:54 │ More information at https://cucumber.io/docs/cucumber/environment-variables/06:21:54 │                                                                                   │
06:21:54 │ Disable this message with one of the following:                                   │
06:21:54 │                                                                                   │
06:21:54 │ src/test/resources/cucumber.properties:          cucumber.publish.quiet=true      │
06:21:54 │ src/test/resources/junit-platform.properties:    cucumber.publish.quiet=true      │
06:21:54 └───────────────────────────────────────────────────────────────────────────────────┘
06:21:54 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 84.274 s - in org.eclipse.kapua.service.account.test.RunAccountUnitTest
06:21:55 [INFO] 
06:21:55 [INFO] Results:
06:21:55 [INFO] 
06:21:55 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
06:21:55 [INFO] 
06:21:55 [INFO] 
06:21:55 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-test ---
06:21:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/account/test/target/jacoco.exec
06:21:55 [INFO] Analyzed bundle 'kapua-account-test' with 0 classes
06:21:55 [INFO] 
06:21:55 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-test ---
06:21:55 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/test/target/kapua-account-test-2.1.0-SNAPSHOT.jar
06:21:55 [INFO] 
06:21:55 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-test ---
06:21:55 [INFO] No sources in project. Archive not created.
06:21:55 [INFO] 
06:21:55 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-test ---
06:21:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/account/test/target/jacoco.exec
06:21:55 [INFO] Analyzed bundle 'kapua-account-test' with 0 classes
06:21:55 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:21:55 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:21:55 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:21:55 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:21:55 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:21:55 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:21:55 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:21:55 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:21:55 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:21:55 [INFO] Analyzed bundle 'kapua-account-test-steps' with 1 classes
06:21:55 [INFO] Analyzed bundle 'kapua-qa-common' with 45 classes
06:21:55 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:21:55 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:21:55 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:21:55 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:21:55 [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes
06:21:55 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:21:56 [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:21:56 [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:21:56 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:21:56 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:21:56 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:21:56 [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:21:56 [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes
06:21:56 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:21:56 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:21:56 [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes
06:21:56 [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes
06:21:56 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes
06:21:56 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:21:56 [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes
06:21:56 [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes
06:21:56 [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes
06:21:56 [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes
06:21:56 [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes
06:21:56 [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes
06:21:56 [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes
06:21:56 [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes
06:21:56 [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes
06:21:56 [INFO] Analyzed bundle 'kapua-client-security' with 33 classes
06:21:56 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:21:56 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:21:56 [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes
06:21:56 [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes
06:21:56 [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes
06:21:56 [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes
06:21:56 [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes
06:21:56 [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes
06:21:56 [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes
06:21:57 [INFO] 
06:21:57 [INFO] --- install:2.5.2:install (default-install) @ kapua-account-test ---
06:21:57 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/test/target/kapua-account-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-test/2.1.0-SNAPSHOT/kapua-account-test-2.1.0-SNAPSHOT.jar
06:21:57 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/account/test/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-account-test/2.1.0-SNAPSHOT/kapua-account-test-2.1.0-SNAPSHOT.pom
06:21:57 [INFO] 
06:21:57 [INFO] --------------< org.eclipse.kapua:kapua-user-test-steps >---------------
06:21:57 [INFO] Building kapua-user-test-steps 2.1.0-SNAPSHOT                  [127/229]
06:21:57 [INFO]   from service/user/test-steps/pom.xml
06:21:57 [INFO] --------------------------------[ jar ]---------------------------------
06:21:57 [INFO] 
06:21:57 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-test-steps ---
06:21:57 [INFO] 
06:21:57 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-test-steps ---
06:21:57 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:21:57 [INFO] 
06:21:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-test-steps ---
06:21:57 [INFO] Required toolchain: jdk [ version='11' ]
06:21:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:21:57 [INFO] 
06:21:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-test-steps ---
06:21:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:21:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/test-steps
06:21:57 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917317771
06:21:57 [WARNING] Cannot get the branch information from the git repository: 
06:21:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:21:57 
06:21:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:21:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/test-steps
06:21:57 [INFO] Storing buildScmBranch: UNKNOWN
06:21:57 [INFO] 
06:21:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-test-steps ---
06:21:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/user/test-steps/target/jacoco.exec
06:21:57 [INFO] 
06:21:57 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-test-steps ---
06:21:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/test-steps/src/main/resources
06:21:57 [INFO] 
06:21:57 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-test-steps ---
06:21:57 [INFO] Copying 1 resource
06:21:57 [INFO] 
06:21:57 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-test-steps ---
06:21:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:21:57 [INFO] Changes detected - recompiling the module!
06:21:57 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-test/service/user/test-steps/target/classes
06:22:03 [INFO] 
06:22:03 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-test-steps ---
06:22:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/test-steps/src/test/resources
06:22:03 [INFO] 
06:22:03 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-test-steps ---
06:22:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:22:03 [INFO] No sources to compile
06:22:03 [INFO] 
06:22:03 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-test-steps ---
06:22:03 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:22:03 [INFO] No tests to run.
06:22:03 [INFO] 
06:22:03 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-test-steps ---
06:22:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:22:03 [INFO] 
06:22:03 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-test-steps ---
06:22:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/test-steps/target/kapua-user-test-steps-2.1.0-SNAPSHOT.jar
06:22:03 [INFO] 
06:22:03 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-test-steps ---
06:22:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/test-steps/target/kapua-user-test-steps-2.1.0-SNAPSHOT-sources.jar
06:22:03 [INFO] 
06:22:03 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-test-steps ---
06:22:03 [INFO] 
06:22:03 [INFO] --- install:2.5.2:install (default-install) @ kapua-user-test-steps ---
06:22:03 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/test-steps/target/kapua-user-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-test-steps/2.1.0-SNAPSHOT/kapua-user-test-steps-2.1.0-SNAPSHOT.jar
06:22:03 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-test-steps/2.1.0-SNAPSHOT/kapua-user-test-steps-2.1.0-SNAPSHOT.pom
06:22:03 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/test-steps/target/kapua-user-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-test-steps/2.1.0-SNAPSHOT/kapua-user-test-steps-2.1.0-SNAPSHOT-sources.jar
06:22:03 [INFO] 
06:22:03 [INFO] -----------------< org.eclipse.kapua:kapua-user-test >------------------
06:22:03 [INFO] Building kapua-user-test 2.1.0-SNAPSHOT                        [128/229]
06:22:03 [INFO]   from service/user/test/pom.xml
06:22:03 [INFO] --------------------------------[ jar ]---------------------------------
06:22:03 [INFO] 
06:22:03 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-test ---
06:22:03 [INFO] 
06:22:03 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-test ---
06:22:03 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:22:03 [INFO] 
06:22:03 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-test ---
06:22:03 [INFO] Required toolchain: jdk [ version='11' ]
06:22:03 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:22:03 [INFO] 
06:22:03 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-test ---
06:22:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:22:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/test
06:22:03 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917323357
06:22:03 [WARNING] Cannot get the branch information from the git repository: 
06:22:03 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:22:03 
06:22:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:22:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/test
06:22:03 [INFO] Storing buildScmBranch: UNKNOWN
06:22:03 [INFO] 
06:22:03 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-test ---
06:22:03 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/user/test/target/jacoco.exec
06:22:03 [INFO] 
06:22:03 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-test ---
06:22:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/test/src/main/resources
06:22:03 [INFO] 
06:22:03 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-test ---
06:22:03 [INFO] Copying 1 resource
06:22:03 [INFO] 
06:22:03 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-test ---
06:22:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:22:03 [INFO] No sources to compile
06:22:03 [INFO] 
06:22:03 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-test ---
06:22:03 [INFO] Copying 6 resources
06:22:03 [INFO] 
06:22:03 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-test ---
06:22:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:22:03 [INFO] Changes detected - recompiling the module!
06:22:03 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/user/test/target/test-classes
06:22:07 [INFO] 
06:22:07 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-test ---
06:22:07 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:22:07 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:22:07 [INFO] 
06:22:07 [INFO] -------------------------------------------------------
06:22:07 [INFO]  T E S T S
06:22:07 [INFO] -------------------------------------------------------
06:22:09 [INFO] Running org.eclipse.kapua.service.user.test.RunUserUnitTest
06:22:14 
06:22:14 @user @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator")
06:22:14 Scenario: Initialize test environment # features/UserService.feature:22
06:22:15 10:22:14.950 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment...
06:22:15 10:22:14.977 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:22:15 10:22:15.104 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:22:15 10:22:15.108 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:22:15 10:22:15.108 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 
06:22:15 10:22:15.108 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 
06:22:15 10:22:15.108 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2
06:22:15 10:22:15.109 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:22:15 10:22:15.109 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem:
06:22:15 10:22:15.115 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200
06:22:15 10:22:15.115 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:22:15 10:22:15.116 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:22:15 10:22:15.116 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE
06:22:15 10:22:15.145 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:22:15 10:22:15.146 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 
06:22:15 10:22:15.498 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:22:15 10:22:15.498 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: N/A
06:22:15 10:22:15.499 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:22:15 10:22:15.499 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:22:15 10:22:15.499 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:22:15 10:22:15.499 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:22:15 10:22:15.500 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:22:15 10:22:15.539 [main] WARN  o.e.k.c.s.i.c.CacheManagerProvider - Error while loading the CachingProvider... Loading the default one (org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider).
06:22:15 10:22:15.657 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:22:15 10:22:15.657 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:22:15 10:22:15.658 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:22:15 10:22:15.658 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:22:15 10:22:15.658 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:22:15 10:22:15.658 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:22:18 10:22:18.246 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user ===================
06:22:18 10:22:18.247 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:22:18 10:22:18.247 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:22:18 10:22:18.247 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:22:18 10:22:18.248 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:22:18 10:22:18.248 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:22:18 10:22:18.467 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:22:18 10:22:18.475 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:22:18   Given Init Jaxb Context             # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:22:18 10:22:18.481 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:22:18 10:22:18.485 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:22:18 10:22:18.851 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:22:18 10:22:18.851 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:22:18 10:22:18.871 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:22:18 10:22:18.879 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator
06:22:18 10:22:18.887 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:22:19 10:22:19.268 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:22:19 10:22:19.268 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:22:19 10:22:19.270 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator
06:22:19 10:22:19.272 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator
06:22:19 10:22:19.273 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator
06:22:19 10:22:19.274 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:22:19 10:22:19.317 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:22:19 10:22:19.318 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:22:19 10:22:19.339 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:22:19 10:22:19.339 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:22:19   And Init Security Context           # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:22:19 10:22:19.344 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.profile.UserProfileService from MockedLocator
06:22:19 10:22:19.345 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.profile.UserProfileFactory from MockedLocator
06:22:19 10:22:19.346 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessRoleService from MockedLocator
06:22:19 10:22:19.347 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessRoleFactory from MockedLocator
06:22:19 10:22:19.348 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:22:19 10:22:19.349 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:22:19 10:22:19.349 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator
06:22:19 10:22:19.350 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:22:19 10:22:19.350 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:22:19 10:22:19.351 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:22:19 10:22:19.352 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:22:19 10:22:19.352 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:22:19 10:22:19.353 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator
06:22:19 10:22:19.354 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessPermissionService from MockedLocator
06:22:19 
06:22:19 @user @env_none
06:22:19 Scenario: Creating user                                            # features/UserService.feature:26
06:22:19 10:22:19.470 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:22:20 10:22:20.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:22:20 10:22:20.224 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:22:20 10:22:20.224 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:22:20 10:22:20.224 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:22:20 10:22:20.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:22:20 10:22:20.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:22:20 10:22:20.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:22:20 10:22:20.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:22:20 10:22:20.226 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:22:20 10:22:20.226 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:22:20 10:22:20.226 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:22:20 10:22:20.226 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:22:20 10:22:20.572 [main] INFO  org.reflections.Reflections - Reflections took 104 ms to scan 9 urls, producing 259 keys and 267 values
06:22:20 10:22:20.848 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:22:20 10:22:20.849 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:22:20 10:22:20.850 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:22:25 10:22:25.373 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:22:25 10:22:25.677 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:22:26 10:22:26.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:22:26 10:22:26.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:22:26 10:22:26.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:22:26 10:22:26.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:22:26 10:22:26.470 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:22:27 10:22:27.294 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:22:28 10:22:28.446 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:22:29 10:22:29.584 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:22:29 10:22:29.753 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:22:29 10:22:29.888 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:22:31 10:22:31.567 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:22:31 10:22:31.910 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:22:32 10:22:32.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:22:32 10:22:32.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:22:32 10:22:32.351 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:22:32 10:22:32.351 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:22:32 10:22:32.351 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:22:33 10:22:33.460 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:22:33 10:22:33.462 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:22:33 10:22:33.467 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:22:33 10:22:33.478 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:22:33 10:22:33.479 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator
06:22:33 10:22:33.484 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.485 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.486 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.487 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.492 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator
06:22:33 10:22:33.494 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator
06:22:33 10:22:33.495 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator
06:22:33 10:22:33.510 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator
06:22:33 10:22:33.539 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator
06:22:33 10:22:33.540 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.541 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.541 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.543 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.546 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator
06:22:33 10:22:33.547 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:22:33 10:22:33.548 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:22:33 10:22:33.549 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:22:33 10:22:33.552 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:22:33 10:22:33.553 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.556 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:22:33 10:22:33.558 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.559 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:22:33 10:22:33.562 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:22:33 10:22:33.563 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:22:33 10:22:33.565 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator
06:22:33 10:22:33.566 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:22:33 10:22:33.567 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:22:33 10:22:33.568 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:22:33 10:22:33.570 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:22:33 10:22:33.571 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:22:33 10:22:33.572 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:22:33 10:22:33.573 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:22:33 10:22:33.574 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.577 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.token.AccessTokenFactory from MockedLocator
06:22:33 10:22:33.578 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.580 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator
06:22:33 10:22:33.581 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:22:33 10:22:33.582 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:22:33 10:22:33.584 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator
06:22:33 10:22:33.586 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator
06:22:33 10:22:33.587 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator
06:22:33 10:22:33.597 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:22:33 10:22:33.600 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator
06:22:33 10:22:33.601 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:22:33 10:22:33.603 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:22:33 10:22:33.606 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:22:33 10:22:33.606 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:22:33 10:22:33.611 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator
06:22:33 10:22:33.613 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:22:33 10:22:33.638 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:22:33 10:22:33.639 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator
06:22:33 10:22:33.641 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:22:33 10:22:33.643 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:22:33 10:22:33.643 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:22:33 10:22:33.645 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:22:33 10:22:33.645 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:22:33 10:22:33.648 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator
06:22:33 10:22:33.650 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:22:33 10:22:33.651 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator
06:22:33 10:22:33.901 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3
06:22:33 10:22:33.903 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
06:22:33 10:22:33.948 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
06:22:34   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:22:34   Given I have the following user                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:22:34   When I search for user with name "kapua-u1"                      # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String)
06:22:34   Then I find user                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.findUserFull(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:22:34 10:22:34.641 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:22:34 10:22:34.675 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:22:34 
06:22:34 @user @env_none
06:22:34 Scenario: Create user with short name                                                                        # features/UserService.feature:45
06:22:34 10:22:34.738 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:22:34 10:22:34.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:22:34 10:22:34.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:22:34 10:22:34.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:22:34 10:22:34.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:22:34 10:22:34.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:22:34 10:22:34.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:22:34 10:22:34.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:22:34 10:22:34.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:22:34 10:22:34.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:22:34 10:22:34.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:22:34 10:22:34.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:22:34 10:22:34.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:22:34 10:22:34.849 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 9 urls, producing 259 keys and 267 values
06:22:34 10:22:34.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:22:34 10:22:34.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:22:34 10:22:34.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:22:35 10:22:35.091 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:22:35 10:22:35.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:22:35 10:22:35.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:22:35 10:22:35.475 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:22:35 10:22:35.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:22:35 10:22:35.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:22:35 10:22:35.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:22:35 10:22:35.868 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:22:36 10:22:36.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:22:37 10:22:37.209 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:22:37 10:22:37.310 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:22:37 10:22:37.398 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:22:38 10:22:38.513 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:22:38 10:22:38.768 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:22:39 10:22:39.096 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:22:39 10:22:39.096 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:22:39 10:22:39.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:22:39 10:22:39.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:22:39 10:22:39.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:22:39   When I configure the user service for the account with the id 42                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:22:39   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:22:39 
06:22:39     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument userCreator.name: u1.
06:22:39 
06:22:39   And I have the following user                                                                              # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:22:39   Then An exception was thrown                                                                               # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:22:39 10:22:39.169 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:22:39 10:22:39.197 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:22:39 
06:22:39 @user @env_none
06:22:39 Scenario: Create user that has more than DB allowed length                                                                                                                                             # features/UserService.feature:62
06:22:39 10:22:39.250 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:22:39 10:22:39.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:22:39 10:22:39.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:22:39 10:22:39.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:22:39 10:22:39.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:22:39 10:22:39.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:22:39 10:22:39.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:22:39 10:22:39.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:22:39 10:22:39.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:22:39 10:22:39.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:22:39 10:22:39.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:22:39 10:22:39.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:22:39 10:22:39.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:22:39 10:22:39.372 [main] INFO  org.reflections.Reflections - Reflections took 28 ms to scan 9 urls, producing 259 keys and 267 values
06:22:39 10:22:39.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:22:39 10:22:39.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:22:39 10:22:39.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:22:39 10:22:39.599 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:22:39 10:22:39.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:22:39 10:22:39.788 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:22:39 10:22:39.914 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:22:39 10:22:39.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:22:39 10:22:39.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:22:39 10:22:39.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:22:40 10:22:40.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:22:40 10:22:40.651 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:22:41 10:22:41.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:22:41 10:22:41.327 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:22:41 10:22:41.415 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:22:42 10:22:42.315 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:22:42 10:22:42.524 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:22:42 10:22:42.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:22:42 10:22:42.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:22:42 10:22:42.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:22:42 10:22:42.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:22:42 10:22:42.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:22:42   When I configure the user service for the account with the id 42                                                                                                                                     # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:22:42   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument userCreator.name: Value over than allowed max length. Max length is: 255" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:22:42 
06:22:42     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument userCreator.name: Value over than allowed max length. Max length is: 255.
06:22:42 
06:22:42   And I have the following user                                                                                                                                                                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:22:42   Then An exception was thrown                                                                                                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:22:42 10:22:42.868 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:22:42 10:22:42.893 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:22:42 
06:22:42 @user @env_none
06:22:42 Scenario: Create user with special characters in his name                                                    # features/UserService.feature:79
06:22:42 10:22:42.944 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:22:42 10:22:42.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:22:42 10:22:42.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:22:42 10:22:42.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:22:42 10:22:42.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:22:42 10:22:42.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:22:42 10:22:42.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:22:42 10:22:42.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:22:42 10:22:42.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:22:42 10:22:42.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:22:42 10:22:42.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:22:42 10:22:42.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:22:42 10:22:42.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:22:43 10:22:43.031 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 9 urls, producing 259 keys and 267 values
06:22:43 10:22:43.141 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:22:43 10:22:43.141 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:22:43 10:22:43.142 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:22:43 10:22:43.243 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:22:43 10:22:43.297 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:22:43 10:22:43.438 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:22:43 10:22:43.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:22:43 10:22:43.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:22:43 10:22:43.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:22:43 10:22:43.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:22:43 10:22:43.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:22:44 10:22:44.338 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:22:45 10:22:44.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:22:45 10:22:45.072 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:22:45 10:22:45.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:22:46 10:22:46.159 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:22:46 10:22:46.360 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:22:46 10:22:46.747 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:22:46 10:22:46.748 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:22:46 10:22:46.748 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:22:46 10:22:46.748 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:22:46 10:22:46.748 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:22:46   When I configure the user service for the account with the id 42                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:22:46   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:22:46 
06:22:46     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument userCreator.name: ###$$$%%%.
06:22:46 
06:22:46   And I have the following user                                                                              # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:22:46   Then An exception was thrown                                                                               # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:22:46 10:22:46.791 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:22:46 10:22:46.839 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:22:46 
06:22:46 @user @env_none
06:22:46 Scenario: Update user                                              # features/UserService.feature:96
06:22:46 10:22:46.867 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:22:46 10:22:46.870 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:22:46 10:22:46.870 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:22:46 10:22:46.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:22:46 10:22:46.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:22:46 10:22:46.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:22:46 10:22:46.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:22:46 10:22:46.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:22:46 10:22:46.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:22:46 10:22:46.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:22:46 10:22:46.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:22:46 10:22:46.872 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:22:46 10:22:46.872 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:22:47 10:22:46.975 [main] INFO  org.reflections.Reflections - Reflections took 12 ms to scan 9 urls, producing 259 keys and 267 values
06:22:47 10:22:47.092 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:22:47 10:22:47.093 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:22:47 10:22:47.093 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:22:47 10:22:47.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:22:47 10:22:47.272 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:22:47 10:22:47.445 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:22:47 10:22:47.549 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:22:47 10:22:47.549 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:22:47 10:22:47.549 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:22:47 10:22:47.550 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:22:47 10:22:47.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:22:48 10:22:48.210 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:22:48 10:22:48.720 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:22:48 10:22:48.804 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:22:48 10:22:48.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:22:49 10:22:49.671 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:22:49 10:22:49.858 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:22:50 10:22:50.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:22:50 10:22:50.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:22:50 10:22:50.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:22:50 10:22:50.078 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:22:50 10:22:50.078 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:22:50   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:22:50   Given I have the following user                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:22:50   And I search for user with name "kapua-u1"                       # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String)
06:22:50   And I change user to                                             # org.eclipse.kapua.service.user.steps.UserServiceSteps.changeUserTo(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:22:50   And I search for user with name "kapua-u1"                       # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String)
06:22:50   Then I find user                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.findUserFull(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:22:50 10:22:50.194 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:22:50 10:22:50.246 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:22:50 
06:22:50 @user @env_none
06:22:50 Scenario: Try to change User name                                  # features/UserService.feature:121
06:22:50 10:22:50.271 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:22:50 10:22:50.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:22:50 10:22:50.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:22:50 10:22:50.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:22:50 10:22:50.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:22:50 10:22:50.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:22:50 10:22:50.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:22:50 10:22:50.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:22:50 10:22:50.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:22:50 10:22:50.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:22:50 10:22:50.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:22:50 10:22:50.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:22:50 10:22:50.276 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:22:50 10:22:50.373 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 9 urls, producing 259 keys and 267 values
06:22:50 10:22:50.477 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:22:50 10:22:50.478 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:22:50 10:22:50.478 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:22:50 10:22:50.550 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:22:50 10:22:50.596 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:22:50 10:22:50.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:22:50 10:22:50.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:22:50 10:22:50.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:22:50 10:22:50.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:22:50 10:22:50.799 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:22:51 10:22:51.046 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:22:51 10:22:51.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:22:51 10:22:51.932 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:22:52 10:22:51.996 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:22:52 10:22:52.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:22:52 10:22:52.808 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:22:52 10:22:52.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:22:53 10:22:53.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:22:53 10:22:53.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:22:53 10:22:53.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:22:53 10:22:53.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:22:53 10:22:53.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:22:53   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:22:53   Given I have the following user                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:22:53   And I expect the exception "KapuaIllegalArgumentException"       # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String)
06:22:53   When I search for user with name "kapua-u1"                      # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String)
06:22:53 10:22:53.273 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:22:53 org.eclipse.kapua.KapuaIllegalArgumentException: An illegal value was provided for the argument user.name: kapua-u1-mod.
06:22:53 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$update$6(UserServiceImpl.java:204)
06:22:53 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:22:53 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.update(UserServiceImpl.java:179)
06:22:53 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.changeUserTo(UserServiceSteps.java:211)
06:22:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:22:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:22:53 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:22:53 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:22:53 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:22:53 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:22:53 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:22:53 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:22:53 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:22:53 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:22:53 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:22:53 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:22:53 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:22:53 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:22:53 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:22:53 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:22:53 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:22:53 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:22:53 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:22:53 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:22:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:22:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:22:53 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:22:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:22:53 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:22:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:22:53 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:22:53 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:22:53 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:22:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:22:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:22:53 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:22:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:22:53 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:22:53 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:22:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:22:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:22:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:22:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:22:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:22:53 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:22:53 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:22:53 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:22:53 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:22:53 
06:22:53     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument user.name: kapua-u1-mod.
06:22:53 
06:22:53   And I change user to                                             # org.eclipse.kapua.service.user.steps.UserServiceSteps.changeUserTo(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:22:53   Then An exception was thrown                                     # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:22:53 10:22:53.279 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:22:53 10:22:53.303 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:22:53 
06:22:53 @user @env_none
06:22:53 Scenario: Delete user                                              # features/UserService.feature:144
06:22:53 10:22:53.352 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:22:53 10:22:53.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:22:53 10:22:53.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:22:53 10:22:53.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:22:53 10:22:53.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:22:53 10:22:53.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:22:53 10:22:53.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:22:53 10:22:53.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:22:53 10:22:53.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:22:53 10:22:53.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:22:53 10:22:53.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:22:53 10:22:53.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:22:53 10:22:53.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:22:53 10:22:53.454 [main] INFO  org.reflections.Reflections - Reflections took 12 ms to scan 9 urls, producing 259 keys and 267 values
06:22:53 10:22:53.565 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:22:53 10:22:53.565 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:22:53 10:22:53.565 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:22:53 10:22:53.649 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:22:53 10:22:53.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:22:53 10:22:53.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:22:53 10:22:53.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:22:53 10:22:53.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:22:53 10:22:53.870 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:22:53 10:22:53.870 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:22:54 10:22:54.093 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:22:54 10:22:54.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:22:54 10:22:54.903 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:22:54 10:22:54.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:22:55 10:22:55.023 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:22:55 10:22:55.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:22:55 10:22:55.864 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:22:56 10:22:56.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:22:56 10:22:56.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:22:56 10:22:56.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:22:56 10:22:56.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:22:56 10:22:56.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:22:56   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:22:56 
06:22:56     User kapua-user created.
06:22:56 
06:22:56   Given User with name "kapua-user" in scope with id 42            # org.eclipse.kapua.service.user.steps.UserServiceSteps.crateUserWithName(java.lang.String,int)
06:22:56   When I create user                                               # org.eclipse.kapua.service.user.steps.UserServiceSteps.createUser()
06:22:56   And I delete user                                                # org.eclipse.kapua.service.user.steps.UserServiceSteps.deleteUser()
06:22:56   Then I don't find user with name "kapua-user"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.dontFindUserWithName(java.lang.String)
06:22:56 10:22:56.239 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:22:56 10:22:56.270 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:22:56 
06:22:56 @user @env_none
06:22:56 Scenario: Query user                                               # features/UserService.feature:161
06:22:56 10:22:56.297 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:22:56 10:22:56.300 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:22:56 10:22:56.300 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:22:56 10:22:56.300 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:22:56 10:22:56.300 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:22:56 10:22:56.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:22:56 10:22:56.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:22:56 10:22:56.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:22:56 10:22:56.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:22:56 10:22:56.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:22:56 10:22:56.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:22:56 10:22:56.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:22:56 10:22:56.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:22:56 10:22:56.412 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 9 urls, producing 259 keys and 267 values
06:22:56 10:22:56.519 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:22:56 10:22:56.520 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:22:56 10:22:56.520 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:22:56 10:22:56.584 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:22:56 10:22:56.627 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:22:56 10:22:56.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:22:56 10:22:56.802 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:22:56 10:22:56.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:22:56 10:22:56.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:22:56 10:22:56.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:22:57 10:22:57.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:22:57 10:22:57.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:22:57 10:22:57.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:22:58 10:22:57.929 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:22:58 10:22:57.993 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:22:58 10:22:58.656 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:22:58 10:22:58.821 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:22:59 10:22:59.029 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:22:59 10:22:59.029 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:22:59 10:22:59.030 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:22:59 10:22:59.030 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:22:59 10:22:59.030 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:22:59   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:22:59 
06:22:59     User kapua-user created.
06:22:59 
06:22:59   Given User with name "kapua-user" in scope with id 42            # org.eclipse.kapua.service.user.steps.UserServiceSteps.crateUserWithName(java.lang.String,int)
06:22:59   When I create user                                               # org.eclipse.kapua.service.user.steps.UserServiceSteps.createUser()
06:22:59   And I query for users in scope with id 42                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.queryForUsers(int)
06:22:59   Then I count 1 user as query result list                         # org.eclipse.kapua.service.user.steps.UserServiceSteps.countUserQuery(int)
06:22:59 10:22:59.089 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:22:59 10:22:59.107 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:22:59 
06:22:59 @user @env_none
06:22:59 Scenario: Count user                                               # features/UserService.feature:178
06:22:59 10:22:59.154 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:22:59 10:22:59.156 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:22:59 10:22:59.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:22:59 10:22:59.245 [main] INFO  org.reflections.Reflections - Reflections took 13 ms to scan 9 urls, producing 259 keys and 267 values
06:22:59 10:22:59.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:22:59 10:22:59.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:22:59 10:22:59.353 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:22:59 10:22:59.421 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:22:59 10:22:59.477 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:22:59 10:22:59.558 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:22:59 10:22:59.645 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:22:59 10:22:59.645 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:22:59 10:22:59.645 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:22:59 10:22:59.645 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:22:59 10:22:59.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:00 10:23:00.185 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:00 10:23:00.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:00 10:23:00.783 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:00 10:23:00.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:01 10:23:01.538 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:01 10:23:01.710 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:02 10:23:01.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:02 10:23:01.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:02 10:23:01.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:02 10:23:01.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:02 10:23:01.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:02   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:02 
06:23:02     User kapua-user created.
06:23:02 
06:23:02   Given User with name "kapua-user" in scope with id 42            # org.eclipse.kapua.service.user.steps.UserServiceSteps.crateUserWithName(java.lang.String,int)
06:23:02   When I create user                                               # org.eclipse.kapua.service.user.steps.UserServiceSteps.createUser()
06:23:02   And I count users in scope 42                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.countUsersInScope(int)
06:23:02   Then I count 1 user                                              # org.eclipse.kapua.service.user.steps.UserServiceSteps.countUserCount(int)
06:23:02 10:23:01.998 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:02 10:23:02.041 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:02 
06:23:02 @user @env_none
06:23:02 Scenario: Find user by id                                          # features/UserService.feature:196
06:23:02 10:23:02.062 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:02 10:23:02.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:02 10:23:02.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:02 10:23:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:02 10:23:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:02 10:23:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:02 10:23:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:02 10:23:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:02 10:23:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:02 10:23:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:02 10:23:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:02 10:23:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:02 10:23:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:02 10:23:02.192 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values
06:23:02 10:23:02.338 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:02 10:23:02.339 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:02 10:23:02.339 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:02 10:23:02.405 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:02 10:23:02.480 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:02 10:23:02.591 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:02 10:23:02.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:02 10:23:02.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:02 10:23:02.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:02 10:23:02.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:02 10:23:02.893 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:03 10:23:03.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:03 10:23:03.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:03 10:23:03.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:03 10:23:03.888 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:04 10:23:04.667 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:04 10:23:04.827 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:05 10:23:05.069 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:05 10:23:05.069 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:05 10:23:05.069 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:05 10:23:05.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:05 10:23:05.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:05   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:05   Given I have the following user                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:05   When I search for created user by id                             # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserById()
06:23:05   Then I find user                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.findUserFull(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:05 10:23:05.154 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:05 10:23:05.175 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:05 
06:23:05 @user @env_none
06:23:05 Scenario: Find user by name                                        # features/UserService.feature:216
06:23:05 10:23:05.205 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:05 10:23:05.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:05 10:23:05.209 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:05 10:23:05.312 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values
06:23:05 10:23:05.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:05 10:23:05.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:05 10:23:05.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:05 10:23:05.485 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:05 10:23:05.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:05 10:23:05.626 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:05 10:23:05.707 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:05 10:23:05.707 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:05 10:23:05.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:05 10:23:05.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:05 10:23:05.942 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:06 10:23:06.268 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:06 10:23:06.698 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:06 10:23:06.763 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:06 10:23:06.826 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:07 10:23:07.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:07 10:23:07.627 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:07 10:23:07.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:07 10:23:07.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:07 10:23:07.837 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:07 10:23:07.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:07 10:23:07.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:07   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:07   Given I have the following user                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:07   When I search for created user by name                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserByName()
06:23:07   Then I find user                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.findUserFull(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:07 10:23:07.894 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:07 10:23:07.911 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:07 
06:23:07 @user @env_none
06:23:07 Scenario: Create user that already exist                                                                                           # features/UserService.feature:235
06:23:07 10:23:07.955 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:07 10:23:07.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:08 10:23:08.062 [main] INFO  org.reflections.Reflections - Reflections took 12 ms to scan 9 urls, producing 259 keys and 267 values
06:23:08 10:23:08.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:08 10:23:08.185 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:08 10:23:08.185 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:08 10:23:08.263 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:08 10:23:08.311 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:08 10:23:08.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:08 10:23:08.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:08 10:23:08.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:08 10:23:08.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:08 10:23:08.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:08 10:23:08.690 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:09 10:23:09.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:09 10:23:09.446 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:09 10:23:09.505 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:09 10:23:09.567 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:10 10:23:10.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:10 10:23:10.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:10 10:23:10.626 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:10 10:23:10.626 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:10 10:23:10.627 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:10 10:23:10.627 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:10 10:23:10.627 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:10   When I configure the user service for the account with the id 42                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:10 
06:23:10     User kapua-user created.
06:23:10 
06:23:10   Given User with name "kapua-user" in scope with id 42                                                                            # org.eclipse.kapua.service.user.steps.UserServiceSteps.crateUserWithName(java.lang.String,int)
06:23:10   When I create user                                                                                                               # org.eclipse.kapua.service.user.steps.UserServiceSteps.createUser()
06:23:10   And I expect the exception "KapuaDuplicateNameException" with the text "An entity with the same name kapua-user already exists." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:23:10 10:23:10.683 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:23:10 org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name kapua-user already exists.
06:23:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$create$0(UserServiceImpl.java:112)
06:23:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:23:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.create(UserServiceImpl.java:107)
06:23:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.createSameUser(UserServiceSteps.java:370)
06:23:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:23:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:23:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:23:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:23:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:23:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:23:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:23:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:23:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:23:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:23:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:23:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:23:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:23:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:23:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:23:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:23:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:23:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:23:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:23:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:23:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:23:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:23:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:23:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:23:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:23:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:23:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:23:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:23:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:23:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:23:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:23:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:23:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:23:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:23:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:23:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:23:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:23:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:23:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:23:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:23:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:23:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:23:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:23:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:23:10 
06:23:10     Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name kapua-user already exists.
06:23:10 
06:23:10   When I create same user                                                                                                          # org.eclipse.kapua.service.user.steps.UserServiceSteps.createSameUser()
06:23:10   Then An exception was thrown                                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:23:10 10:23:10.687 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:10 10:23:10.702 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:10 
06:23:10 @user @env_none
06:23:10 Scenario: Update user that doesn't exist                                                                           # features/UserService.feature:253
06:23:10 10:23:10.740 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:10 10:23:10.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:10 10:23:10.822 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values
06:23:10 10:23:10.929 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:10 10:23:10.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:10 10:23:10.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:11 10:23:10.997 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:11 10:23:11.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:11 10:23:11.148 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:11 10:23:11.227 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:11 10:23:11.227 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:11 10:23:11.228 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:11 10:23:11.228 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:11 10:23:11.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:11 10:23:11.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:12 10:23:12.146 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:12 10:23:12.202 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:12 10:23:12.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:12 10:23:12.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:13 10:23:12.996 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:13 10:23:13.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:13 10:23:13.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:13 10:23:13.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:13 10:23:13.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:13 10:23:13.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:13   Given I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type user with id/name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:23:13   And User that doesn't exist                                                                                      # org.eclipse.kapua.service.user.steps.UserServiceSteps.createNonexistentUser()
06:23:13 10:23:13.195 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:23:13 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type user with id/name 3,234,123 was not found.
06:23:13 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$update$1(UserServiceImpl.java:183)
06:23:13 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:23:13 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$update$6(UserServiceImpl.java:183)
06:23:13 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:23:13 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.update(UserServiceImpl.java:179)
06:23:13 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.updateNonexistenUser(UserServiceSteps.java:388)
06:23:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:23:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:23:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:23:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:23:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:23:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:23:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:23:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:23:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:23:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:23:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:23:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:23:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:23:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:23:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:23:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:23:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:23:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:23:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:23:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:23:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:23:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:23:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:23:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:23:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:23:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:23:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:23:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:23:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:23:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:23:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:23:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:23:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:23:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:23:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:23:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:23:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:23:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:23:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:23:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:23:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:23:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:23:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:23:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:23:13 
06:23:13     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type user with id/name 3,234,123 was not found.
06:23:13 
06:23:13   When I update nonexistent user                                                                                   # org.eclipse.kapua.service.user.steps.UserServiceSteps.updateNonexistenUser()
06:23:13   Then An exception was thrown                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:23:13 10:23:13.197 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:13 10:23:13.212 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:13 
06:23:13 @user @env_none
06:23:13 Scenario: Delete user that doesn't exist                                                                           # features/UserService.feature:262
06:23:13 10:23:13.245 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:13 10:23:13.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:13 10:23:13.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:13 10:23:13.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:13 10:23:13.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:13 10:23:13.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:13 10:23:13.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:13 10:23:13.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:13 10:23:13.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:13 10:23:13.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:13 10:23:13.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:13 10:23:13.248 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:13 10:23:13.248 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:13 10:23:13.324 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values
06:23:13 10:23:13.423 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:13 10:23:13.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:13 10:23:13.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:13 10:23:13.485 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:13 10:23:13.523 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:13 10:23:13.601 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:13 10:23:13.677 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:13 10:23:13.678 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:13 10:23:13.678 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:13 10:23:13.678 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:13 10:23:13.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:14 10:23:14.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:14 10:23:14.541 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:14 10:23:14.594 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:14 10:23:14.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:15 10:23:15.226 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:15 10:23:15.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:15 10:23:15.580 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:15 10:23:15.580 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:15 10:23:15.580 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:15 10:23:15.580 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:15 10:23:15.580 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:15   Given I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type user with id/name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:23:15   And User that doesn't exist                                                                                      # org.eclipse.kapua.service.user.steps.UserServiceSteps.createNonexistentUser()
06:23:15 10:23:15.587 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:23:15 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type user with id/name 3,234,123 was not found.
06:23:15 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$delete$8(UserServiceImpl.java:255)
06:23:15 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:23:15 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$delete$9(UserServiceImpl.java:255)
06:23:15 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:23:15 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.delete(UserServiceImpl.java:251)
06:23:15 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.deleteNonexistenUser(UserServiceSteps.java:399)
06:23:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:23:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:23:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:23:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:23:15 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:23:15 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:23:15 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:23:15 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:23:15 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:23:15 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:23:15 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:23:15 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:23:15 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:23:15 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:23:15 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:23:15 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:23:15 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:23:15 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:23:15 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:23:15 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:23:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:23:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:23:15 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:23:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:23:15 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:23:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:23:15 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:23:15 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:23:15 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:23:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:23:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:23:15 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:23:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:23:15 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:23:15 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:23:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:23:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:23:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:23:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:23:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:23:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:23:15 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:23:15 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:23:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:23:15 
06:23:15     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type user with id/name 3,234,123 was not found.
06:23:15 
06:23:15   When I delete nonexistent user                                                                                   # org.eclipse.kapua.service.user.steps.UserServiceSteps.deleteNonexistenUser()
06:23:15   Then An exception was thrown                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:23:15 10:23:15.589 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:15 10:23:15.603 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:15 
06:23:15 @user @env_none
06:23:15 Scenario: Find user with id and scope id that doesn't exist # features/UserService.feature:271
06:23:15 10:23:15.622 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:15 10:23:15.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:15 10:23:15.710 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values
06:23:15 10:23:15.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:15 10:23:15.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:15 10:23:15.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:15 10:23:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:15 10:23:15.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:16 10:23:15.989 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:16 10:23:16.066 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:16 10:23:16.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:16 10:23:16.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:16 10:23:16.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:16 10:23:16.245 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:16 10:23:16.532 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:16 10:23:16.957 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:17 10:23:17.012 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:17 10:23:17.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:17 10:23:17.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:17 10:23:17.854 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:18 10:23:18.038 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:18 10:23:18.038 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:18 10:23:18.038 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:18 10:23:18.039 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:18 10:23:18.039 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:18   When I search for user with id 123 in scope with id 456   # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithIdAndScopeId(int,int)
06:23:18   Then I find no user                                       # org.eclipse.kapua.service.user.steps.UserServiceSteps.noUserFound()
06:23:18 10:23:18.048 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:18 10:23:18.062 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:18 
06:23:18 @user @env_none
06:23:18 Scenario: Find user by name that doesn't exist  # features/UserService.feature:278
06:23:18 10:23:18.080 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:18 10:23:18.082 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:18 10:23:18.082 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:18 10:23:18.082 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:18 10:23:18.082 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:18 10:23:18.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:18 10:23:18.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:18 10:23:18.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:18 10:23:18.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:18 10:23:18.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:18 10:23:18.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:18 10:23:18.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:18 10:23:18.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:18 10:23:18.169 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values
06:23:18 10:23:18.280 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:18 10:23:18.280 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:18 10:23:18.280 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:18 10:23:18.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:18 10:23:18.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:18 10:23:18.477 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:18 10:23:18.551 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:18 10:23:18.551 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:18 10:23:18.551 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:18 10:23:18.551 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:18 10:23:18.722 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:19 10:23:18.999 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:19 10:23:19.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:19 10:23:19.474 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:19 10:23:19.530 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:20 10:23:20.081 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:20 10:23:20.216 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:20 10:23:20.405 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:20 10:23:20.405 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:20 10:23:20.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:20 10:23:20.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:20 10:23:20.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:20   When I search for user with name "kapua-user" # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String)
06:23:20   Then I find no user                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.noUserFound()
06:23:20 10:23:20.414 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:20 10:23:20.426 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:20 
06:23:20 @user @env_none
06:23:20 Scenario: Delete Kapua system user                                                                         # features/UserService.feature:285
06:23:20 10:23:20.453 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:20 10:23:20.455 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:20 10:23:20.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:20 10:23:20.538 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 9 urls, producing 259 keys and 267 values
06:23:20 10:23:20.643 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:20 10:23:20.643 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:20 10:23:20.644 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:20 10:23:20.705 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:20 10:23:20.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:20 10:23:20.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:20 10:23:20.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:20 10:23:20.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:20 10:23:20.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:20 10:23:20.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:21 10:23:21.059 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:21 10:23:21.347 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:21 10:23:21.735 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:21 10:23:21.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:21 10:23:21.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:22 10:23:22.418 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:22 10:23:22.562 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:22 10:23:22.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:22 10:23:22.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:22 10:23:22.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:22 10:23:22.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:22 10:23:22.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:22   Given I search for user with name "kapua-sys"                                                            # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String)
06:23:22   And I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:23:22 10:23:22.753 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:23:22 org.eclipse.kapua.KapuaIllegalArgumentException: An illegal value was provided for the argument name: kapua-sys.
06:23:22 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.validateSystemUser(UserServiceImpl.java:347)
06:23:22 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$delete$9(UserServiceImpl.java:258)
06:23:22 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:23:22 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.delete(UserServiceImpl.java:251)
06:23:22 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.deleteUser(UserServiceSteps.java:224)
06:23:22 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:23:22 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:23:22 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:23:22 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:23:22 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:23:22 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:23:22 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:23:22 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:23:22 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:23:22 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:23:22 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:23:22 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:23:22 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:23:22 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:23:22 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:23:22 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:23:22 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:23:22 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:23:22 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:23:22 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:23:22 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:23:22 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:23:22 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:23:22 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:23:22 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:23:22 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:23:22 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:23:22 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:23:22 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:23:22 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:23:22 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:23:22 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:23:22 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:23:22 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:23:22 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:23:22 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:23:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:23:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:23:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:23:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:23:22 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:23:22 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:23:22 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:23:22 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:23:22 
06:23:22     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument name: kapua-sys.
06:23:22 
06:23:22   When I delete user                                                                                       # org.eclipse.kapua.service.user.steps.UserServiceSteps.deleteUser()
06:23:22   Then An exception was thrown                                                                             # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:23:22 10:23:22.756 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:22 10:23:22.769 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:22 
06:23:22 @user @env_none
06:23:22 Scenario: Create multiple users                                    # features/UserService.feature:294
06:23:22 10:23:22.789 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:22 10:23:22.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:22 10:23:22.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:22 10:23:22.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:22 10:23:22.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:22 10:23:22.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:22 10:23:22.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:22 10:23:22.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:22 10:23:22.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:22 10:23:22.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:22 10:23:22.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:22 10:23:22.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:22 10:23:22.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:22 10:23:22.872 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values
06:23:23 10:23:22.968 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:23 10:23:22.968 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:23 10:23:22.969 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:23 10:23:23.029 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:23 10:23:23.074 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:23 10:23:23.148 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:23 10:23:23.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:23 10:23:23.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:23 10:23:23.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:23 10:23:23.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:23 10:23:23.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:23 10:23:23.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:24 10:23:24.080 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:24 10:23:24.132 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:24 10:23:24.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:24 10:23:24.773 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:25 10:23:24.937 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:25 10:23:25.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:25 10:23:25.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:25 10:23:25.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:25 10:23:25.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:25 10:23:25.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:25   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:25   Given I have the following users                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:25   When I count users in scope 42                                   # org.eclipse.kapua.service.user.steps.UserServiceSteps.countUsersInScope(int)
06:23:25   Then I count 3 users                                             # org.eclipse.kapua.service.user.steps.UserServiceSteps.countUserCount(int)
06:23:25 10:23:25.200 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:25 10:23:25.243 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:25 
06:23:25 @user @env_none
06:23:25 Scenario: Find multiple users                                      # features/UserService.feature:314
06:23:25 10:23:25.261 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:25 10:23:25.263 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:25 10:23:25.263 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:25 10:23:25.263 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:25 10:23:25.263 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:25 10:23:25.263 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:25 10:23:25.263 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:25 10:23:25.263 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:25 10:23:25.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:25 10:23:25.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:25 10:23:25.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:25 10:23:25.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:25 10:23:25.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:25 10:23:25.345 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values
06:23:25 10:23:25.446 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:25 10:23:25.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:25 10:23:25.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:25 10:23:25.515 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:25 10:23:25.554 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:25 10:23:25.629 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:25 10:23:25.699 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:25 10:23:25.699 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:25 10:23:25.699 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:25 10:23:25.699 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:25 10:23:25.874 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:26 10:23:26.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:26 10:23:26.564 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:26 10:23:26.617 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:26 10:23:26.679 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:27 10:23:27.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:27 10:23:27.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:27 10:23:27.567 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:27 10:23:27.567 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:27 10:23:27.567 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:27 10:23:27.567 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:27 10:23:27.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:27   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:27   Given I have the following users                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:27   When I search for users                                          # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchForUsers()
06:23:27   Then I find users                                                # org.eclipse.kapua.service.user.steps.UserServiceSteps.findUsersFull(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:27 10:23:27.661 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:27 10:23:27.674 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:27 
06:23:27 @user @env_none
06:23:27 Scenario: Get metadata                # features/UserService.feature:338
06:23:27 10:23:27.692 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:27 10:23:27.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:27 10:23:27.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:27 10:23:27.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:27 10:23:27.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:27 10:23:27.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:27 10:23:27.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:27 10:23:27.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:27 10:23:27.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:27 10:23:27.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:27 10:23:27.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:27 10:23:27.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:27 10:23:27.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:27 10:23:27.809 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values
06:23:27 10:23:27.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:27 10:23:27.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:27 10:23:27.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:28 10:23:27.992 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:28 10:23:28.029 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:28 10:23:28.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:28 10:23:28.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:28 10:23:28.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:28 10:23:28.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:28 10:23:28.174 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:28 10:23:28.337 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:28 10:23:28.608 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:29 10:23:28.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:29 10:23:29.041 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:29 10:23:29.092 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:29 10:23:29.625 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:29 10:23:29.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:29 10:23:29.940 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:29 10:23:29.941 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:29 10:23:29.941 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:29 10:23:29.941 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:29 10:23:29.941 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:29   When I retrieve metadata in scope 1 # org.eclipse.kapua.service.user.steps.UserServiceSteps.getMetadata(int)
06:23:29   Then I have metadata                # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveMetadata()
06:23:29 10:23:29.950 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:29 10:23:29.962 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:30 
06:23:30 @user @env_none
06:23:30 Scenario: Finding user by expiration date in the future            # features/UserService.feature:344
06:23:30 10:23:29.980 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:30 10:23:29.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:30 10:23:29.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:30 10:23:29.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:30 10:23:29.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:30 10:23:29.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:30 10:23:29.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:30 10:23:29.983 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:30 10:23:29.983 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:30 10:23:29.983 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:30 10:23:29.983 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:30 10:23:29.983 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:30 10:23:29.983 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:30 10:23:30.066 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values
06:23:30 10:23:30.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:30 10:23:30.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:30 10:23:30.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:30 10:23:30.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:30 10:23:30.259 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:30 10:23:30.330 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:30 10:23:30.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:30 10:23:30.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:30 10:23:30.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:30 10:23:30.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:30 10:23:30.582 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:30 10:23:30.866 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:31 10:23:31.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:31 10:23:31.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:31 10:23:31.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:32 10:23:32.112 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:32 10:23:32.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:32 10:23:32.440 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:32 10:23:32.440 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:32 10:23:32.440 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:32 10:23:32.440 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:32 10:23:32.440 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:32   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:32   Given I have the following user                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:32   And I find user with expiration date in the future               # org.eclipse.kapua.service.user.steps.UserServiceSteps.iFindUserWithExpirationDateInTheFuture(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:32   And No exception was thrown                                      # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:23:32 10:23:32.486 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:32 10:23:32.498 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:32 
06:23:32 @user @env_none
06:23:32 Scenario: Finding user by expiration date in the present           # features/UserService.feature:364
06:23:32 10:23:32.543 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:32 10:23:32.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:32 10:23:32.622 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values
06:23:32 10:23:32.728 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:32 10:23:32.728 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:32 10:23:32.728 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:32 10:23:32.804 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:32 10:23:32.845 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:32 10:23:32.914 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:33 10:23:32.992 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:33 10:23:32.992 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:33 10:23:32.992 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:33 10:23:32.992 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:33 10:23:33.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:33 10:23:33.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:33 10:23:33.827 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:33 10:23:33.890 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:33 10:23:33.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:34 10:23:34.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:34 10:23:34.632 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:34 10:23:34.807 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:34 10:23:34.807 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:34 10:23:34.807 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:34 10:23:34.808 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:34 10:23:34.808 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:34   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:34   Given I have the following user                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:34   Then I search for the user with expiration date in the present   # org.eclipse.kapua.service.user.steps.UserServiceSteps.iSearchForTheUserWithExpirationDateInThePresent()
06:23:34   And I find user with expiration date in the present              # org.eclipse.kapua.service.user.steps.UserServiceSteps.iFindUserWithExpirationDateInThePresent(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:34   And No exception was thrown                                      # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:23:34 10:23:34.862 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:34 10:23:34.878 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:34 
06:23:34 @user @env_none
06:23:34 Scenario: Finding user by expiration date in the past              # features/UserService.feature:385
06:23:34 10:23:34.898 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:34 10:23:34.900 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:34 10:23:34.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:35 10:23:34.986 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values
06:23:35 10:23:35.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:35 10:23:35.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:35 10:23:35.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:35 10:23:35.169 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:35 10:23:35.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:35 10:23:35.319 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:35 10:23:35.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:35 10:23:35.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:35 10:23:35.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:35 10:23:35.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:35 10:23:35.594 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:35 10:23:35.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:36 10:23:36.449 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:36 10:23:36.519 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:36 10:23:36.611 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:37 10:23:37.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:37 10:23:37.498 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:37 10:23:37.734 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:37 10:23:37.734 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:37 10:23:37.735 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:37 10:23:37.735 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:37 10:23:37.735 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:37   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:37   Given I have the following user                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:37   Then I search for the user with expiration date in the past      # org.eclipse.kapua.service.user.steps.UserServiceSteps.iSearchForTheUserWithExpirationDateInThePast()
06:23:37   And I find user with expiration date in the past                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.iFindUserWithExpirationDateInThePast(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:37   And No exception was thrown                                      # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:23:37 10:23:37.792 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:37 10:23:37.808 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:37 
06:23:37 @user @env_none
06:23:37 Scenario: Find user by its phone number                            # features/UserService.feature:406
06:23:37 10:23:37.849 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:37 10:23:37.852 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:37 10:23:37.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:38 10:23:37.936 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values
06:23:38 10:23:38.061 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:38 10:23:38.062 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:38 10:23:38.062 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:38 10:23:38.162 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:38 10:23:38.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:38 10:23:38.325 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:38 10:23:38.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:38 10:23:38.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:38 10:23:38.444 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:38 10:23:38.444 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:38 10:23:38.685 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:39 10:23:39.069 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:39 10:23:39.562 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:39 10:23:39.643 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:39 10:23:39.706 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:40 10:23:40.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:40 10:23:40.562 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:40 10:23:40.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:40 10:23:40.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:40 10:23:40.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:40 10:23:40.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:40 10:23:40.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:40   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:40   Given I have the following user                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:40   And I search users with phone number "+386 31 323 111"           # org.eclipse.kapua.service.user.steps.UserServiceSteps.iSearchUsersWithPhoneNumber(java.lang.String)
06:23:40   Then I find users with phone number "+386 31 323 111"            # org.eclipse.kapua.service.user.steps.UserServiceSteps.iFindUsersWithPhoneNumber(java.lang.String)
06:23:40   And No exception was thrown                                      # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:23:40 10:23:40.854 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:40 10:23:40.869 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:40 
06:23:40 @user @env_none
06:23:40 Scenario: Find user by its email                                   # features/UserService.feature:427
06:23:40 10:23:40.900 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:23:40 10:23:40.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:23:41 10:23:41.000 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values
06:23:41 10:23:41.103 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:23:41 10:23:41.104 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:23:41 10:23:41.104 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:23:41 10:23:41.169 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:23:41 10:23:41.205 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:23:41 10:23:41.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:23:41 10:23:41.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:23:41 10:23:41.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:23:41 10:23:41.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 8
06:23:41 10:23:41.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:23:41 10:23:41.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:23:41 10:23:41.777 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:23:42 10:23:42.152 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:23:42 10:23:42.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:23:42 10:23:42.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:23:42 10:23:42.817 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:23:43 10:23:42.968 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:23:43 10:23:43.176 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:23:43 10:23:43.176 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:23:43 10:23:43.176 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:23:43 10:23:43.177 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:23:43 10:23:43.177 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:23:43   When I configure the user service for the account with the id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.setUserServiceConfig(int,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConfig>)
06:23:43   Given I have the following users                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucUser>)
06:23:43   And I search users with email "nemanja2@kapua.com"               # org.eclipse.kapua.service.user.steps.UserServiceSteps.iSearchForUsersWithEmail(java.lang.String)
06:23:43   Then I find users with email "nemanja2@kapua.com"                # org.eclipse.kapua.service.user.steps.UserServiceSteps.iFindUsersWithEmail(java.lang.String)
06:23:43   And No exception was thrown                                      # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:23:43 10:23:43.271 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:23:43 10:23:43.284 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:23:43 
06:23:43 @user @env_none @teardown
06:23:43 Scenario: Reset Security Context for all scenarios # features/UserService.feature:449
06:23:43 10:23:43.303 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager...
06:23:43 10:23:43.304 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE
06:23:43   Given Reset Security Context                     # org.eclipse.kapua.qa.common.utils.InitShiro.stop()
06:23:43 ┌───────────────────────────────────────────────────────────────────────────────────┐
06:23:43 │ Share your Cucumber Report with your team at https://reports.cucumber.io06:23:43 │ Activate publishing with one of the following:                                    │
06:23:43 │                                                                                   │
06:23:43 │ src/test/resources/cucumber.properties:          cucumber.publish.enabled=true    │
06:23:43 │ src/test/resources/junit-platform.properties:    cucumber.publish.enabled=true    │
06:23:43 │ Environment variable:                            CUCUMBER_PUBLISH_ENABLED=true    │
06:23:43 │ JUnit:                                           @CucumberOptions(publish = true) │
06:23:43 │                                                                                   │
06:23:43 │ More information at https://cucumber.io/docs/cucumber/environment-variables/06:23:43 │                                                                                   │
06:23:43 │ Disable this message with one of the following:                                   │
06:23:43 │                                                                                   │
06:23:43 │ src/test/resources/cucumber.properties:          cucumber.publish.quiet=true      │
06:23:43 │ src/test/resources/junit-platform.properties:    cucumber.publish.quiet=true      │
06:23:43 └───────────────────────────────────────────────────────────────────────────────────┘
06:23:43 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.18 s - in org.eclipse.kapua.service.user.test.RunUserUnitTest
06:23:43 [INFO] 
06:23:43 [INFO] Results:
06:23:43 [INFO] 
06:23:43 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
06:23:43 [INFO] 
06:23:43 [INFO] 
06:23:43 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-test ---
06:23:43 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/user/test/target/jacoco.exec
06:23:43 [INFO] Analyzed bundle 'kapua-user-test' with 0 classes
06:23:43 [INFO] 
06:23:43 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-test ---
06:23:43 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/test/target/kapua-user-test-2.1.0-SNAPSHOT.jar
06:23:43 [INFO] 
06:23:43 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-test ---
06:23:43 [INFO] No sources in project. Archive not created.
06:23:43 [INFO] 
06:23:43 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-test ---
06:23:43 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/user/test/target/jacoco.exec
06:23:43 [INFO] Analyzed bundle 'kapua-user-test' with 0 classes
06:23:43 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:23:43 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:23:44 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:23:44 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:23:44 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:23:44 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:23:44 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:23:44 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:23:44 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:23:44 [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes
06:23:44 [INFO] Analyzed bundle 'kapua-user-test-steps' with 8 classes
06:23:44 [INFO] Analyzed bundle 'kapua-qa-common' with 45 classes
06:23:44 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:23:44 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:23:44 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:23:44 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:23:44 [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes
06:23:44 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:23:44 [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes
06:23:44 [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes
06:23:44 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:23:44 [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes
06:23:44 [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes
06:23:44 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:23:44 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:23:44 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:23:44 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:23:44 [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes
06:23:44 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:23:44 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:23:44 [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes
06:23:44 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:23:44 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:23:44 [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes
06:23:44 [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes
06:23:44 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes
06:23:44 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:23:44 [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes
06:23:44 [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes
06:23:44 [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes
06:23:44 [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes
06:23:44 [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes
06:23:44 [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes
06:23:44 [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes
06:23:44 [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes
06:23:44 [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes
06:23:44 [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes
06:23:44 [INFO] Analyzed bundle 'kapua-client-security' with 33 classes
06:23:44 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:23:44 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:23:44 [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes
06:23:44 [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes
06:23:44 [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes
06:23:45 [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes
06:23:45 [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes
06:23:45 [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes
06:23:45 [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes
06:23:45 [INFO] 
06:23:45 [INFO] --- install:2.5.2:install (default-install) @ kapua-user-test ---
06:23:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/test/target/kapua-user-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-test/2.1.0-SNAPSHOT/kapua-user-test-2.1.0-SNAPSHOT.jar
06:23:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/user/test/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-user-test/2.1.0-SNAPSHOT/kapua-user-test-2.1.0-SNAPSHOT.pom
06:23:45 [INFO] 
06:23:45 [INFO] -----------------< org.eclipse.kapua:kapua-scheduler >------------------
06:23:45 [INFO] Building kapua-scheduler 2.1.0-SNAPSHOT                        [129/229]
06:23:45 [INFO]   from service/scheduler/pom.xml
06:23:45 [INFO] --------------------------------[ pom ]---------------------------------
06:23:45 [INFO] 
06:23:45 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler ---
06:23:45 [INFO] 
06:23:45 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler ---
06:23:45 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:23:46 [INFO] 
06:23:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler ---
06:23:46 [INFO] Required toolchain: jdk [ version='11' ]
06:23:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:46 [INFO] 
06:23:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler ---
06:23:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler' && 'git' 'rev-parse' '--verify' 'HEAD'
06:23:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler
06:23:46 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917426087
06:23:46 [WARNING] Cannot get the branch information from the git repository: 
06:23:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:23:46 
06:23:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler' && 'git' 'rev-parse' '--verify' 'HEAD'
06:23:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler
06:23:46 [INFO] Storing buildScmBranch: UNKNOWN
06:23:46 [INFO] 
06:23:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler ---
06:23:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/scheduler/target/jacoco.exec
06:23:46 [INFO] 
06:23:46 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler ---
06:23:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:23:46 [INFO] 
06:23:46 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler ---
06:23:46 [INFO] 
06:23:46 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler ---
06:23:46 [INFO] 
06:23:46 [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler ---
06:23:46 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/scheduler/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-scheduler/2.1.0-SNAPSHOT/kapua-scheduler-2.1.0-SNAPSHOT.pom
06:23:46 [INFO] 
06:23:46 [INFO] ---------------< org.eclipse.kapua:kapua-scheduler-api >----------------
06:23:46 [INFO] Building kapua-scheduler-api 2.1.0-SNAPSHOT                    [130/229]
06:23:46 [INFO]   from service/scheduler/api/pom.xml
06:23:46 [INFO] --------------------------------[ jar ]---------------------------------
06:23:46 [INFO] 
06:23:46 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler-api ---
06:23:46 [INFO] 
06:23:46 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-api ---
06:23:46 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:23:46 [INFO] 
06:23:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-api ---
06:23:46 [INFO] Required toolchain: jdk [ version='11' ]
06:23:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:46 [INFO] 
06:23:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-api ---
06:23:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:23:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/api
06:23:46 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917426262
06:23:46 [WARNING] Cannot get the branch information from the git repository: 
06:23:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:23:46 
06:23:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:23:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/api
06:23:46 [INFO] Storing buildScmBranch: UNKNOWN
06:23:46 [INFO] 
06:23:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-api ---
06:23:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/scheduler/api/target/jacoco.exec
06:23:46 [INFO] 
06:23:46 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-api ---
06:23:46 [INFO] Copying 1 resource
06:23:46 [INFO] 
06:23:46 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-api ---
06:23:46 [INFO] Copying 1 resource
06:23:46 [INFO] 
06:23:46 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-api ---
06:23:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:46 [INFO] Changes detected - recompiling the module!
06:23:46 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-test/service/scheduler/api/target/classes
06:23:48 [INFO] 
06:23:48 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-scheduler-api ---
06:23:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/scheduler/api/src/test/resources
06:23:48 [INFO] 
06:23:48 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-scheduler-api ---
06:23:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:48 [INFO] No sources to compile
06:23:48 [INFO] 
06:23:48 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-scheduler-api ---
06:23:48 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:48 [INFO] No tests to run.
06:23:48 [INFO] 
06:23:48 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler-api ---
06:23:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:23:48 [INFO] 
06:23:48 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-scheduler-api ---
06:23:48 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/api/target/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
06:23:48 [INFO] 
06:23:48 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler-api ---
06:23:48 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/api/target/kapua-scheduler-api-2.1.0-SNAPSHOT-sources.jar
06:23:48 [INFO] 
06:23:48 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler-api ---
06:23:48 [INFO] 
06:23:48 [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler-api ---
06:23:48 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/scheduler/api/target/kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-scheduler-api/2.1.0-SNAPSHOT/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
06:23:48 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/scheduler/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-scheduler-api/2.1.0-SNAPSHOT/kapua-scheduler-api-2.1.0-SNAPSHOT.pom
06:23:48 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/scheduler/api/target/kapua-scheduler-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-scheduler-api/2.1.0-SNAPSHOT/kapua-scheduler-api-2.1.0-SNAPSHOT-sources.jar
06:23:48 [INFO] 
06:23:48 [INFO] -----------< org.eclipse.kapua:kapua-device-management-job >------------
06:23:48 [INFO] Building kapua-device-management-job 2.1.0-SNAPSHOT            [131/229]
06:23:48 [INFO]   from service/device/management/job/pom.xml
06:23:48 [INFO] --------------------------------[ pom ]---------------------------------
06:23:48 [INFO] 
06:23:48 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-job ---
06:23:48 [INFO] 
06:23:48 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job ---
06:23:48 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:23:49 [INFO] 
06:23:49 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job ---
06:23:49 [INFO] Required toolchain: jdk [ version='11' ]
06:23:49 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:49 [INFO] 
06:23:49 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job ---
06:23:49 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:23:49 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job
06:23:49 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917429014
06:23:49 [WARNING] Cannot get the branch information from the git repository: 
06:23:49 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:23:49 
06:23:49 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:23:49 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job
06:23:49 [INFO] Storing buildScmBranch: UNKNOWN
06:23:49 [INFO] 
06:23:49 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job ---
06:23:49 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/job/target/jacoco.exec
06:23:49 [INFO] 
06:23:49 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-job ---
06:23:49 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:23:49 [INFO] 
06:23:49 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-job ---
06:23:49 [INFO] 
06:23:49 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-job ---
06:23:49 [INFO] 
06:23:49 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-job ---
06:23:49 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/job/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-job/2.1.0-SNAPSHOT/kapua-device-management-job-2.1.0-SNAPSHOT.pom
06:23:49 [INFO] 
06:23:49 [INFO] ---------< org.eclipse.kapua:kapua-device-management-job-api >----------
06:23:49 [INFO] Building kapua-device-management-job-api 2.1.0-SNAPSHOT        [132/229]
06:23:49 [INFO]   from service/device/management/job/api/pom.xml
06:23:49 [INFO] --------------------------------[ jar ]---------------------------------
06:23:49 [INFO] 
06:23:49 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-job-api ---
06:23:49 [INFO] 
06:23:49 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job-api ---
06:23:49 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:23:49 [INFO] 
06:23:49 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job-api ---
06:23:49 [INFO] Required toolchain: jdk [ version='11' ]
06:23:49 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:49 [INFO] 
06:23:49 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job-api ---
06:23:49 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:23:49 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job/api
06:23:49 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917429156
06:23:49 [WARNING] Cannot get the branch information from the git repository: 
06:23:49 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:23:49 
06:23:49 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:23:49 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job/api
06:23:49 [INFO] Storing buildScmBranch: UNKNOWN
06:23:49 [INFO] 
06:23:49 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job-api ---
06:23:49 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/job/api/target/jacoco.exec
06:23:49 [INFO] 
06:23:49 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-job-api ---
06:23:49 [INFO] Copying 1 resource
06:23:49 [INFO] 
06:23:49 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-job-api ---
06:23:49 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:49 [INFO] Changes detected - recompiling the module!
06:23:49 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/job/api/target/classes
06:23:52 [INFO] 
06:23:52 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-job-api ---
06:23:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/job/api/src/test/resources
06:23:52 [INFO] 
06:23:52 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-job-api ---
06:23:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:52 [INFO] No sources to compile
06:23:52 [INFO] 
06:23:52 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-job-api ---
06:23:52 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:52 [INFO] No tests to run.
06:23:52 [INFO] 
06:23:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-job-api ---
06:23:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:23:52 [INFO] 
06:23:52 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-job-api ---
06:23:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/job/api/target/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
06:23:52 [INFO] 
06:23:52 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-job-api ---
06:23:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/job/api/target/kapua-device-management-job-api-2.1.0-SNAPSHOT-sources.jar
06:23:52 [INFO] 
06:23:52 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-job-api ---
06:23:52 [INFO] 
06:23:52 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-job-api ---
06:23:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/job/api/target/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-job-api/2.1.0-SNAPSHOT/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
06:23:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/job/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-job-api/2.1.0-SNAPSHOT/kapua-device-management-job-api-2.1.0-SNAPSHOT.pom
06:23:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/job/api/target/kapua-device-management-job-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-job-api/2.1.0-SNAPSHOT/kapua-device-management-job-api-2.1.0-SNAPSHOT-sources.jar
06:23:52 [INFO] 
06:23:52 [INFO] ---------------< org.eclipse.kapua:kapua-service-client >---------------
06:23:52 [INFO] Building kapua-service-client 2.1.0-SNAPSHOT                   [133/229]
06:23:52 [INFO]   from service/client/pom.xml
06:23:52 [INFO] --------------------------------[ jar ]---------------------------------
06:23:52 [INFO] 
06:23:52 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-client ---
06:23:52 [INFO] 
06:23:52 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-client ---
06:23:52 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:23:52 [INFO] 
06:23:52 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-client ---
06:23:52 [INFO] Required toolchain: jdk [ version='11' ]
06:23:52 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:52 [INFO] 
06:23:52 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-client ---
06:23:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/client' && 'git' 'rev-parse' '--verify' 'HEAD'
06:23:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/client
06:23:52 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917432735
06:23:52 [WARNING] Cannot get the branch information from the git repository: 
06:23:52 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:23:52 
06:23:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/client' && 'git' 'rev-parse' '--verify' 'HEAD'
06:23:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/client
06:23:52 [INFO] Storing buildScmBranch: UNKNOWN
06:23:52 [INFO] 
06:23:52 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-client ---
06:23:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/client/target/jacoco.exec
06:23:52 [INFO] 
06:23:52 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-client ---
06:23:52 [INFO] Copying 1 resource
06:23:52 [INFO] 
06:23:52 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-client ---
06:23:52 [INFO] Copying 1 resource
06:23:52 [INFO] 
06:23:52 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-client ---
06:23:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:52 [INFO] Changes detected - recompiling the module!
06:23:52 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/develop-test/service/client/target/classes
06:23:56 [INFO] 
06:23:56 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-client ---
06:23:56 [INFO] Copying 3 resources
06:23:56 [INFO] 
06:23:56 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-client ---
06:23:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:23:56 [INFO] Changes detected - recompiling the module!
06:23:56 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/client/target/test-classes
06:24:00 [INFO] 
06:24:00 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-client ---
06:24:00 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:00 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:24:00 [INFO] 
06:24:00 [INFO] -------------------------------------------------------
06:24:00 [INFO]  T E S T S
06:24:00 [INFO] -------------------------------------------------------
06:24:01 [INFO] Running org.eclipse.kapua.broker.client.protocol.DefaultProtocolDescriptorProviderTest
06:24:02 10:24:02.494 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.503 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.503 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.544 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.610 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.610 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.610 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.612 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.615 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.615 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.615 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.617 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.650 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.650 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.650 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.652 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.678 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.BIRTH
06:24:02 10:24:02.679 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.BIRTH
06:24:02 10:24:02.679 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DISCONNECT
06:24:02 10:24:02.679 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DISCONNECT
06:24:02 10:24:02.680 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.MISSING
06:24:02 10:24:02.680 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.MISSING
06:24:02 10:24:02.680 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.NOTIFY
06:24:02 10:24:02.681 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.NOTIFY
06:24:02 10:24:02.681 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DATA
06:24:02 10:24:02.681 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DATA
06:24:02 10:24:02.684 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.684 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.684 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.686 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.688 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.689 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.689 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.690 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 s - in org.eclipse.kapua.broker.client.protocol.DefaultProtocolDescriptorProviderTest
06:24:02 [INFO] Running org.eclipse.kapua.broker.client.protocol.ProtocolDescriptorTest
06:24:02 10:24:02.704 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.704 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.704 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.705 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.708 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.708 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.737 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.738 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.742 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.742 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.742 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.743 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.746 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.746 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.746 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.747 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.750 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.750 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.750 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.751 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.753 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.753 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.753 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.754 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.755 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.BIRTH
06:24:02 10:24:02.756 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.BIRTH
06:24:02 10:24:02.756 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DISCONNECT
06:24:02 10:24:02.756 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DISCONNECT
06:24:02 10:24:02.756 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.MISSING
06:24:02 10:24:02.757 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.MISSING
06:24:02 10:24:02.757 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.NOTIFY
06:24:02 10:24:02.757 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.NOTIFY
06:24:02 10:24:02.757 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DATA
06:24:02 10:24:02.757 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DATA
06:24:02 10:24:02.759 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.760 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.760 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.761 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 10:24:02.763 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/
06:24:02 10:24:02.763 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties
06:24:02 10:24:02.763 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - URL set to file:/home/jenkins/agent/workspace/develop-test/service/client/target/classes/kapua-service-client-setting.properties
06:24:02 10:24:02.764 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties'
06:24:02 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.kapua.broker.client.protocol.ProtocolDescriptorTest
06:24:02 [INFO] Running org.eclipse.kapua.broker.client.protocol.ProtocolDescriptorProvidersTest
06:24:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.broker.client.protocol.ProtocolDescriptorProvidersTest
06:24:02 [INFO] 
06:24:02 [INFO] Results:
06:24:02 [INFO] 
06:24:02 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
06:24:02 [INFO] 
06:24:02 [INFO] 
06:24:02 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-client ---
06:24:02 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/client/target/jacoco.exec
06:24:02 [INFO] Analyzed bundle 'kapua-service-client' with 9 classes
06:24:02 [INFO] 
06:24:02 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-client ---
06:24:02 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/client/target/kapua-service-client-2.1.0-SNAPSHOT.jar
06:24:02 [INFO] 
06:24:02 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-client ---
06:24:02 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/client/target/kapua-service-client-2.1.0-SNAPSHOT-sources.jar
06:24:03 [INFO] 
06:24:03 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-service-client ---
06:24:03 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/mapstruct-1.5.5.Final.jar
06:24:03 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/javase-3.4.1.jar
06:24:03 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/core-3.4.1.jar
06:24:03 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jcommander-1.78.jar
06:24:03 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jai-imageio-core-1.4.0.jar
06:24:03 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/guice-5.1.0.jar
06:24:03 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/javax.inject-1.jar
06:24:03 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/aopalliance-1.0.jar
06:24:03 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/guice-multibindings-4.2.3.jar
06:24:03 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-configuration-1.9.jar
06:24:03 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-lang-2.6.jar
06:24:03 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-io-2.11.0.jar
06:24:03 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/metrics-core-3.2.2.jar
06:24:03 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/joda-time-2.9.4.jar
06:24:03 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-lang3-3.4.jar
06:24:03 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
06:24:03 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jakarta.persistence-2.2.3.jar
06:24:03 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
06:24:03 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
06:24:03 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
06:24:03 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/org.eclipse.persistence.core-2.7.12.jar
06:24:03 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
06:24:03 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
06:24:03 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/liquibase-core-3.6.3.jar
06:24:03 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/snakeyaml-2.2.jar
06:24:03 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/reflections-0.10.2.jar
06:24:03 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/javassist-3.26.0-GA.jar
06:24:03 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jsr305-3.0.2.jar
06:24:03 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/checker-qual-3.15.0.jar
06:24:03 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
06:24:03 [INFO] Copying jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jboss-logging-3.4.2.Final.jar
06:24:03 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jaxb-api-2.3.1.jar
06:24:03 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/javax.activation-api-1.2.0.jar
06:24:03 [INFO] Copying jaxb-runtime-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jaxb-runtime-2.3.1.jar
06:24:03 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/txw2-2.3.1.jar
06:24:03 [INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/istack-commons-runtime-3.0.7.jar
06:24:03 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/stax-ex-1.8.jar
06:24:03 [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/FastInfoset-1.2.15.jar
06:24:03 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/cache-api-1.1.1.jar
06:24:03 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/HikariCP-4.0.3.jar
06:24:03 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jakarta.xml.bind-api-2.3.3.jar
06:24:03 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jakarta.activation-api-1.2.2.jar
06:24:03 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jaxb-impl-2.3.3.jar
06:24:03 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jakarta.activation-1.2.2.jar
06:24:03 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jackson-databind-2.15.2.jar
06:24:03 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jackson-annotations-2.15.2.jar
06:24:03 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jackson-core-2.15.2.jar
06:24:03 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/javax.annotation-api-1.2.jar
06:24:03 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/validation-api-2.0.1.Final.jar
06:24:03 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/javax.json-1.0.4.jar
06:24:03 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/httpclient-4.5.13.jar
06:24:03 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/httpcore-4.4.15.jar
06:24:03 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-logging-1.2.jar
06:24:03 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jose4j-0.7.10.jar
06:24:03 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/googleauth-1.5.0.jar
06:24:03 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-codec-1.15.jar
06:24:03 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/shiro-core-1.12.0.jar
06:24:03 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/shiro-lang-1.12.0.jar
06:24:03 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/shiro-cache-1.12.0.jar
06:24:03 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/shiro-config-core-1.12.0.jar
06:24:03 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/shiro-config-ogdl-1.12.0.jar
06:24:03 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-beanutils-1.9.4.jar
06:24:03 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-collections-3.2.2.jar
06:24:03 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/shiro-event-1.12.0.jar
06:24:03 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/spring-security-core-5.7.5.jar
06:24:03 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/spring-aop-5.3.23.jar
06:24:03 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/spring-beans-5.3.23.jar
06:24:03 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/spring-context-5.3.23.jar
06:24:03 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/spring-core-5.3.23.jar
06:24:03 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/spring-jcl-5.3.23.jar
06:24:03 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/spring-expression-5.3.23.jar
06:24:03 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/spring-security-crypto-5.7.5.jar
06:24:03 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
06:24:03 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/protobuf-java-3.23.2.jar
06:24:03 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/slf4j-api-1.7.33.jar
06:24:03 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/guava-32.1.2-jre.jar
06:24:03 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/failureaccess-1.0.1.jar
06:24:03 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
06:24:03 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-pool2-2.3.jar
06:24:03 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/qpid-jms-client-1.7.0.jar
06:24:03 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jakarta.jms-api-2.0.3.jar
06:24:03 [INFO] Copying proton-j-0.34.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/proton-j-0.34.0.jar
06:24:03 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-buffer-4.1.100.Final.jar
06:24:03 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-common-4.1.100.Final.jar
06:24:03 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-handler-4.1.100.Final.jar
06:24:03 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-resolver-4.1.100.Final.jar
06:24:03 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
06:24:03 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-codec-4.1.100.Final.jar
06:24:03 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-transport-4.1.100.Final.jar
06:24:03 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
06:24:03 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
06:24:03 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
06:24:03 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
06:24:03 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/netty-codec-http-4.1.100.Final.jar
06:24:03 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/junit-4.13.2.jar
06:24:03 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/hamcrest-core-2.2.jar
06:24:03 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/hamcrest-2.2.jar
06:24:03 [INFO] Copying logback-classic-1.2.11.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/logback-classic-1.2.11.jar
06:24:03 [INFO] Copying logback-core-1.2.11.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/logback-core-1.2.11.jar
06:24:03 [INFO] Copying log4j-to-slf4j-2.17.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/log4j-to-slf4j-2.17.1.jar
06:24:03 [INFO] Copying log4j-api-2.17.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/log4j-api-2.17.1.jar
06:24:03 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-locator-guice-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-locator-guice-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying jcl-over-slf4j-1.7.33.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jcl-over-slf4j-1.7.33.jar
06:24:03 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
06:24:03 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/javax.batch-api-1.0.1.jar
06:24:03 [INFO] Copying mockito-core-1.10.19.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/mockito-core-1.10.19.jar
06:24:03 [INFO] Copying objenesis-2.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/objenesis-2.1.jar
06:24:03 [INFO] 
06:24:03 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-client ---
06:24:03 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/client/target/jacoco.exec
06:24:03 [INFO] Analyzed bundle 'kapua-service-client' with 9 classes
06:24:03 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:24:03 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:24:03 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:24:03 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:24:03 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:24:03 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:24:03 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:24:03 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:24:03 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:24:03 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:24:03 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:24:03 [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes
06:24:03 [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes
06:24:03 [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes
06:24:03 [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes
06:24:03 [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes
06:24:03 [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes
06:24:03 [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes
06:24:03 [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes
06:24:03 [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes
06:24:03 [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes
06:24:03 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:24:03 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:24:03 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:24:03 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:24:03 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:24:03 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:24:03 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:24:03 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:24:03 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:24:03 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:24:03 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:24:03 [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes
06:24:03 [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes
06:24:04 [INFO] Analyzed bundle 'kapua-client-security' with 33 classes
06:24:04 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:24:04 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:24:04 [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes
06:24:04 [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes
06:24:04 [INFO] Analyzed bundle 'kapua-device-management-job-api' with 6 classes
06:24:04 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:24:04 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:24:04 [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes
06:24:04 [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes
06:24:04 [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes
06:24:04 [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes
06:24:04 [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes
06:24:04 [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes
06:24:04 [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes
06:24:04 [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes
06:24:04 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes
06:24:04 [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes
06:24:04 [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes
06:24:04 [INFO] 
06:24:04 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-client ---
06:24:04 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/client/target/kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-client/2.1.0-SNAPSHOT/kapua-service-client-2.1.0-SNAPSHOT.jar
06:24:04 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/client/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-client/2.1.0-SNAPSHOT/kapua-service-client-2.1.0-SNAPSHOT.pom
06:24:04 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/client/target/kapua-service-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-client/2.1.0-SNAPSHOT/kapua-service-client-2.1.0-SNAPSHOT-sources.jar
06:24:04 [INFO] 
06:24:04 [INFO] -------------------< org.eclipse.kapua:kapua-broker >-------------------
06:24:04 [INFO] Building kapua-broker 2.1.0-SNAPSHOT                           [134/229]
06:24:04 [INFO]   from broker/pom.xml
06:24:04 [INFO] --------------------------------[ pom ]---------------------------------
06:24:04 [INFO] 
06:24:04 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-broker ---
06:24:04 [INFO] 
06:24:04 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker ---
06:24:04 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:24:04 [INFO] 
06:24:04 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker ---
06:24:04 [INFO] Required toolchain: jdk [ version='11' ]
06:24:04 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:04 [INFO] 
06:24:04 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker ---
06:24:04 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker' && 'git' 'rev-parse' '--verify' 'HEAD'
06:24:04 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker
06:24:04 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917444854
06:24:04 [WARNING] Cannot get the branch information from the git repository: 
06:24:04 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:24:04 
06:24:04 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker' && 'git' 'rev-parse' '--verify' 'HEAD'
06:24:04 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker
06:24:04 [INFO] Storing buildScmBranch: UNKNOWN
06:24:04 [INFO] 
06:24:04 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker ---
06:24:04 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/broker/target/jacoco.exec
06:24:04 [INFO] 
06:24:04 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-broker ---
06:24:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:24:04 [INFO] 
06:24:04 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-broker ---
06:24:04 [INFO] 
06:24:04 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-broker ---
06:24:04 [INFO] 
06:24:04 [INFO] --- install:2.5.2:install (default-install) @ kapua-broker ---
06:24:04 [INFO] Installing /home/jenkins/agent/workspace/develop-test/broker/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-broker/2.1.0-SNAPSHOT/kapua-broker-2.1.0-SNAPSHOT.pom
06:24:04 [INFO] 
06:24:04 [INFO] ---------------< org.eclipse.kapua:kapua-broker-artemis >---------------
06:24:04 [INFO] Building kapua-broker-artemis 2.1.0-SNAPSHOT                   [135/229]
06:24:04 [INFO]   from broker/artemis/pom.xml
06:24:04 [INFO] --------------------------------[ pom ]---------------------------------
06:24:04 [INFO] 
06:24:04 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-broker-artemis ---
06:24:04 [INFO] 
06:24:04 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker-artemis ---
06:24:04 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:24:05 [INFO] 
06:24:05 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker-artemis ---
06:24:05 [INFO] Required toolchain: jdk [ version='11' ]
06:24:05 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:05 [INFO] 
06:24:05 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker-artemis ---
06:24:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker/artemis' && 'git' 'rev-parse' '--verify' 'HEAD'
06:24:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker/artemis
06:24:05 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917445255
06:24:05 [WARNING] Cannot get the branch information from the git repository: 
06:24:05 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:24:05 
06:24:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker/artemis' && 'git' 'rev-parse' '--verify' 'HEAD'
06:24:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker/artemis
06:24:05 [INFO] Storing buildScmBranch: UNKNOWN
06:24:05 [INFO] 
06:24:05 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker-artemis ---
06:24:05 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/broker/artemis/target/jacoco.exec
06:24:05 [INFO] 
06:24:05 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-broker-artemis ---
06:24:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:24:05 [INFO] 
06:24:05 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-broker-artemis ---
06:24:05 [INFO] 
06:24:05 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-broker-artemis ---
06:24:05 [INFO] 
06:24:05 [INFO] --- install:2.5.2:install (default-install) @ kapua-broker-artemis ---
06:24:05 [INFO] Installing /home/jenkins/agent/workspace/develop-test/broker/artemis/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-broker-artemis/2.1.0-SNAPSHOT/kapua-broker-artemis-2.1.0-SNAPSHOT.pom
06:24:05 [INFO] 
06:24:05 [INFO] -----------< org.eclipse.kapua:kapua-broker-artemis-plugin >------------
06:24:05 [INFO] Building kapua-broker-artemis-plugin 2.1.0-SNAPSHOT            [136/229]
06:24:05 [INFO]   from broker/artemis/plugin/pom.xml
06:24:05 [INFO] --------------------------------[ jar ]---------------------------------
06:24:05 [INFO] 
06:24:05 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-broker-artemis-plugin ---
06:24:05 [INFO] 
06:24:05 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker-artemis-plugin ---
06:24:05 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:24:05 [INFO] 
06:24:05 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker-artemis-plugin ---
06:24:05 [INFO] Required toolchain: jdk [ version='11' ]
06:24:05 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:05 [INFO] 
06:24:05 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker-artemis-plugin ---
06:24:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker/artemis/plugin' && 'git' 'rev-parse' '--verify' 'HEAD'
06:24:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin
06:24:05 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917445871
06:24:05 [WARNING] Cannot get the branch information from the git repository: 
06:24:05 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:24:05 
06:24:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker/artemis/plugin' && 'git' 'rev-parse' '--verify' 'HEAD'
06:24:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin
06:24:05 [INFO] Storing buildScmBranch: UNKNOWN
06:24:05 [INFO] 
06:24:05 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker-artemis-plugin ---
06:24:05 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/jacoco.exec
06:24:05 [INFO] 
06:24:05 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-broker-artemis-plugin ---
06:24:05 [INFO] Copying 2 resources
06:24:05 [INFO] 
06:24:05 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-broker-artemis-plugin ---
06:24:05 [INFO] Copying 1 resource
06:24:05 [INFO] 
06:24:05 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-broker-artemis-plugin ---
06:24:05 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:05 [INFO] Changes detected - recompiling the module!
06:24:05 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/classes
06:24:11 [INFO] 
06:24:11 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-broker-artemis-plugin ---
06:24:11 [INFO] Copying 2 resources
06:24:11 [INFO] 
06:24:11 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-broker-artemis-plugin ---
06:24:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:11 [INFO] Changes detected - recompiling the module!
06:24:11 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/test-classes
06:24:15 [INFO] 
06:24:15 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-broker-artemis-plugin ---
06:24:15 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:15 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:24:15 [INFO] 
06:24:15 [INFO] -------------------------------------------------------
06:24:15 [INFO]  T E S T S
06:24:15 [INFO] -------------------------------------------------------
06:24:17 [INFO] 
06:24:17 [INFO] Results:
06:24:17 [INFO] 
06:24:17 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
06:24:17 [INFO] 
06:24:17 [INFO] 
06:24:17 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-broker-artemis-plugin ---
06:24:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/jacoco.exec
06:24:17 [INFO] Analyzed bundle 'kapua-broker-artemis-plugin' with 32 classes
06:24:17 [INFO] 
06:24:17 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-broker-artemis-plugin ---
06:24:17 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] 
06:24:17 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-broker-artemis-plugin ---
06:24:17 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT-sources.jar
06:24:17 [INFO] 
06:24:17 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-broker-artemis-plugin ---
06:24:17 [INFO] Copying artemis-amqp-protocol-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/artemis-amqp-protocol-2.31.2.jar
06:24:17 [INFO] Copying artemis-selector-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/artemis-selector-2.31.2.jar
06:24:17 [INFO] Copying artemis-journal-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/artemis-journal-2.31.2.jar
06:24:17 [INFO] Copying activemq-artemis-native-2.0.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/activemq-artemis-native-2.0.0.jar
06:24:17 [INFO] Copying proton-j-0.34.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/proton-j-0.34.1.jar
06:24:17 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-buffer-4.1.100.Final.jar
06:24:17 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-transport-4.1.100.Final.jar
06:24:17 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-common-4.1.100.Final.jar
06:24:17 [INFO] Copying artemis-commons-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/artemis-commons-2.31.2.jar
06:24:17 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-beanutils-1.9.4.jar
06:24:17 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-logging-1.2.jar
06:24:17 [INFO] Copying artemis-server-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/artemis-server-2.31.2.jar
06:24:17 [INFO] Copying caffeine-3.1.6.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/caffeine-3.1.6.jar
06:24:17 [INFO] Copying artemis-jdbc-store-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/artemis-jdbc-store-2.31.2.jar
06:24:17 [INFO] Copying commons-dbcp2-2.7.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-dbcp2-2.7.0.jar
06:24:17 [INFO] Copying artemis-quorum-api-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/artemis-quorum-api-2.31.2.jar
06:24:17 [INFO] Copying jctools-core-2.1.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jctools-core-2.1.2.jar
06:24:17 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-codec-http-4.1.100.Final.jar
06:24:17 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-handler-4.1.100.Final.jar
06:24:17 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
06:24:17 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
06:24:17 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
06:24:17 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
06:24:17 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
06:24:17 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-codec-4.1.100.Final.jar
06:24:17 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-lang3-3.4.jar
06:24:17 [INFO] Copying commons-configuration2-2.9.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-configuration2-2.9.0.jar
06:24:17 [INFO] Copying commons-text-1.10.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-text-1.10.0.jar
06:24:17 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-collections-3.2.2.jar
06:24:17 [INFO] Copying micrometer-core-1.9.5.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/micrometer-core-1.9.5.jar
06:24:17 [INFO] Copying artemis-core-client-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/artemis-core-client-2.31.2.jar
06:24:17 [INFO] Copying jgroups-5.3.0.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jgroups-5.3.0.Final.jar
06:24:17 [INFO] Copying netty-handler-proxy-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-handler-proxy-4.1.100.Final.jar
06:24:17 [INFO] Copying netty-codec-socks-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-codec-socks-4.1.100.Final.jar
06:24:17 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-resolver-4.1.100.Final.jar
06:24:17 [INFO] Copying artemis-mqtt-protocol-2.31.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/artemis-mqtt-protocol-2.31.2.jar
06:24:17 [INFO] Copying netty-codec-mqtt-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/netty-codec-mqtt-4.1.100.Final.jar
06:24:17 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/qpid-jms-client-1.7.0.jar
06:24:17 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jakarta.jms-api-2.0.3.jar
06:24:17 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/mapstruct-1.5.5.Final.jar
06:24:17 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/javase-3.4.1.jar
06:24:17 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/core-3.4.1.jar
06:24:17 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jcommander-1.78.jar
06:24:17 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jai-imageio-core-1.4.0.jar
06:24:17 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/guava-32.1.2-jre.jar
06:24:17 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/failureaccess-1.0.1.jar
06:24:17 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
06:24:17 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/guice-5.1.0.jar
06:24:17 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/javax.inject-1.jar
06:24:17 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/aopalliance-1.0.jar
06:24:17 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/guice-multibindings-4.2.3.jar
06:24:17 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-configuration-1.9.jar
06:24:17 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-lang-2.6.jar
06:24:17 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-io-2.11.0.jar
06:24:17 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/metrics-core-3.2.2.jar
06:24:17 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/joda-time-2.9.4.jar
06:24:17 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-pool2-2.3.jar
06:24:17 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
06:24:17 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jakarta.persistence-2.2.3.jar
06:24:17 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
06:24:17 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
06:24:17 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
06:24:17 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/org.eclipse.persistence.core-2.7.12.jar
06:24:17 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
06:24:17 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
06:24:17 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/liquibase-core-3.6.3.jar
06:24:17 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/snakeyaml-2.2.jar
06:24:17 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/reflections-0.10.2.jar
06:24:17 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/javassist-3.26.0-GA.jar
06:24:17 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jsr305-3.0.2.jar
06:24:17 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/checker-qual-3.15.0.jar
06:24:17 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
06:24:17 [INFO] Copying jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jboss-logging-3.4.2.Final.jar
06:24:17 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jaxb-api-2.3.1.jar
06:24:17 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/javax.activation-api-1.2.0.jar
06:24:17 [INFO] Copying jaxb-runtime-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jaxb-runtime-2.3.1.jar
06:24:17 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/txw2-2.3.1.jar
06:24:17 [INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/istack-commons-runtime-3.0.7.jar
06:24:17 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/stax-ex-1.8.jar
06:24:17 [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/FastInfoset-1.2.15.jar
06:24:17 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/cache-api-1.1.1.jar
06:24:17 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/HikariCP-4.0.3.jar
06:24:17 [INFO] Copying kapua-client-security-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-client-security-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jakarta.xml.bind-api-2.3.3.jar
06:24:17 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jakarta.activation-api-1.2.2.jar
06:24:17 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jaxb-impl-2.3.3.jar
06:24:17 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jakarta.activation-1.2.2.jar
06:24:17 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/javax.annotation-api-1.2.jar
06:24:17 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/validation-api-2.0.1.Final.jar
06:24:17 [INFO] Copying kapua-datastore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-datastore-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-service-storable-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/httpclient-4.5.13.jar
06:24:17 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/httpcore-4.4.15.jar
06:24:17 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/shiro-core-1.12.0.jar
06:24:17 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/shiro-lang-1.12.0.jar
06:24:17 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/shiro-cache-1.12.0.jar
06:24:17 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/shiro-config-core-1.12.0.jar
06:24:17 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/shiro-config-ogdl-1.12.0.jar
06:24:17 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/shiro-event-1.12.0.jar
06:24:17 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jackson-core-2.15.2.jar
06:24:17 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jackson-databind-2.15.2.jar
06:24:17 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jackson-annotations-2.15.2.jar
06:24:17 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/slf4j-api-1.7.33.jar
06:24:17 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
06:24:17 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/junit-4.13.2.jar
06:24:17 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/hamcrest-core-2.2.jar
06:24:17 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/hamcrest-2.2.jar
06:24:17 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying logback-classic-1.2.11.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/logback-classic-1.2.11.jar
06:24:17 [INFO] Copying logback-core-1.2.11.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/logback-core-1.2.11.jar
06:24:17 [INFO] Copying kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-service-client-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/javax.json-1.0.4.jar
06:24:17 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jose4j-0.7.10.jar
06:24:17 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/googleauth-1.5.0.jar
06:24:17 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-codec-1.15.jar
06:24:17 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/spring-security-core-5.7.5.jar
06:24:17 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/spring-aop-5.3.23.jar
06:24:17 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/spring-beans-5.3.23.jar
06:24:17 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/spring-context-5.3.23.jar
06:24:17 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/spring-core-5.3.23.jar
06:24:17 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/spring-jcl-5.3.23.jar
06:24:17 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/spring-expression-5.3.23.jar
06:24:17 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/spring-security-crypto-5.7.5.jar
06:24:17 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/protobuf-java-3.23.2.jar
06:24:17 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
06:24:17 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/javax.batch-api-1.0.1.jar
06:24:17 [INFO] 
06:24:17 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-broker-artemis-plugin ---
06:24:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/jacoco.exec
06:24:17 [INFO] Analyzed bundle 'kapua-broker-artemis-plugin' with 32 classes
06:24:17 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:24:17 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:24:17 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:24:17 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:24:17 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:24:17 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:24:17 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:24:17 [INFO] Analyzed bundle 'kapua-client-security' with 33 classes
06:24:17 [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes
06:24:17 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:24:17 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:24:17 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:24:17 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:24:17 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:24:17 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:24:17 [INFO] Analyzed bundle 'kapua-service-client' with 9 classes
06:24:18 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:24:18 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:24:18 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:24:18 [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes
06:24:18 [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes
06:24:18 [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes
06:24:18 [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes
06:24:18 [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes
06:24:18 [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes
06:24:18 [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes
06:24:18 [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes
06:24:18 [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:24:18 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:24:18 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:24:18 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes
06:24:18 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:24:18 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes
06:24:18 [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-management-job-api' with 6 classes
06:24:18 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:24:18 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:24:18 [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes
06:24:18 [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes
06:24:18 [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes
06:24:18 [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes
06:24:18 [INFO] 
06:24:18 [INFO] --- install:2.5.2:install (default-install) @ kapua-broker-artemis-plugin ---
06:24:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-broker-artemis-plugin/2.1.0-SNAPSHOT/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT.jar
06:24:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-broker-artemis-plugin/2.1.0-SNAPSHOT/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT.pom
06:24:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-broker-artemis-plugin/2.1.0-SNAPSHOT/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT-sources.jar
06:24:18 [INFO] 
06:24:18 [INFO] ---------< org.eclipse.kapua:kapua-device-registry-test-steps >---------
06:24:18 [INFO] Building kapua-device-registry-test-steps 2.1.0-SNAPSHOT       [137/229]
06:24:18 [INFO]   from service/device/registry/test-steps/pom.xml
06:24:18 [INFO] --------------------------------[ jar ]---------------------------------
06:24:18 [INFO] 
06:24:18 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-test-steps ---
06:24:18 [INFO] 
06:24:18 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-test-steps ---
06:24:18 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:24:19 [INFO] 
06:24:19 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-test-steps ---
06:24:19 [INFO] Required toolchain: jdk [ version='11' ]
06:24:19 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:19 [INFO] 
06:24:19 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-test-steps ---
06:24:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:24:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps
06:24:19 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917459641
06:24:19 [WARNING] Cannot get the branch information from the git repository: 
06:24:19 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:24:19 
06:24:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:24:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps
06:24:19 [INFO] Storing buildScmBranch: UNKNOWN
06:24:19 [INFO] 
06:24:19 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-test-steps ---
06:24:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps/target/jacoco.exec
06:24:19 [INFO] 
06:24:19 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-test-steps ---
06:24:19 [INFO] Copying 1 resource
06:24:19 [INFO] 
06:24:19 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-test-steps ---
06:24:19 [INFO] Copying 1 resource
06:24:19 [INFO] 
06:24:19 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-test-steps ---
06:24:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:19 [INFO] Changes detected - recompiling the module!
06:24:19 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps/target/classes
06:24:27 [INFO] 
06:24:27 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-test-steps ---
06:24:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps/src/test/resources
06:24:27 [INFO] 
06:24:27 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-test-steps ---
06:24:27 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:27 [INFO] No sources to compile
06:24:27 [INFO] 
06:24:27 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-test-steps ---
06:24:27 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:27 [INFO] No tests to run.
06:24:27 [INFO] 
06:24:27 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-test-steps ---
06:24:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:24:27 [INFO] 
06:24:27 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-test-steps ---
06:24:27 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps/target/kapua-device-registry-test-steps-2.1.0-SNAPSHOT.jar
06:24:27 [INFO] 
06:24:27 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-test-steps ---
06:24:27 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps/target/kapua-device-registry-test-steps-2.1.0-SNAPSHOT-sources.jar
06:24:27 [INFO] 
06:24:27 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-test-steps ---
06:24:27 [INFO] 
06:24:27 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-test-steps ---
06:24:27 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps/target/kapua-device-registry-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-test-steps/2.1.0-SNAPSHOT/kapua-device-registry-test-steps-2.1.0-SNAPSHOT.jar
06:24:27 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-test-steps/2.1.0-SNAPSHOT/kapua-device-registry-test-steps-2.1.0-SNAPSHOT.pom
06:24:27 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps/target/kapua-device-registry-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-test-steps/2.1.0-SNAPSHOT/kapua-device-registry-test-steps-2.1.0-SNAPSHOT-sources.jar
06:24:27 [INFO] 
06:24:27 [INFO] ------------< org.eclipse.kapua:kapua-device-registry-test >------------
06:24:27 [INFO] Building kapua-device-registry-test 2.1.0-SNAPSHOT             [138/229]
06:24:27 [INFO]   from service/device/registry/test/pom.xml
06:24:27 [INFO] --------------------------------[ jar ]---------------------------------
06:24:27 [INFO] 
06:24:27 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-test ---
06:24:27 [INFO] 
06:24:27 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-test ---
06:24:27 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:24:27 [INFO] 
06:24:27 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-test ---
06:24:27 [INFO] Required toolchain: jdk [ version='11' ]
06:24:27 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:27 [INFO] 
06:24:27 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-test ---
06:24:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:24:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/test
06:24:27 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917467833
06:24:27 [WARNING] Cannot get the branch information from the git repository: 
06:24:27 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:24:27 
06:24:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:24:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/test
06:24:27 [INFO] Storing buildScmBranch: UNKNOWN
06:24:27 [INFO] 
06:24:27 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-test ---
06:24:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/registry/test/target/jacoco.exec
06:24:27 [INFO] 
06:24:27 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-test ---
06:24:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/registry/test/src/main/resources
06:24:27 [INFO] 
06:24:27 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-test ---
06:24:27 [INFO] Copying 1 resource
06:24:27 [INFO] 
06:24:27 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-test ---
06:24:27 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:27 [INFO] No sources to compile
06:24:27 [INFO] 
06:24:27 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-test ---
06:24:27 [INFO] Copying 9 resources
06:24:27 [INFO] 
06:24:27 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-test ---
06:24:27 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:27 [INFO] Changes detected - recompiling the module!
06:24:27 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/device/registry/test/target/test-classes
06:24:32 [INFO] 
06:24:32 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-test ---
06:24:32 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:24:32 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:24:32 [INFO] 
06:24:32 [INFO] -------------------------------------------------------
06:24:32 [INFO]  T E S T S
06:24:32 [INFO] -------------------------------------------------------
06:24:33 [INFO] Running org.eclipse.kapua.service.device.registry.test.RunDeviceRegistryUnitTest
06:24:39 
06:24:39 @deviceRegistry @deviceEvents @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator")
06:24:39 Scenario: Initialize test environment # features/DeviceEvent.feature:24
06:24:39 10:24:39.948 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment...
06:24:39 10:24:39.980 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:24:40 10:24:40.103 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:24:40 10:24:40.107 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:24:40 10:24:40.107 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 
06:24:40 10:24:40.107 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 
06:24:40 10:24:40.108 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2
06:24:40 10:24:40.108 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:24:40 10:24:40.108 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem:
06:24:40 10:24:40.115 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200
06:24:40 10:24:40.115 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:24:40 10:24:40.115 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:24:40 10:24:40.116 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE
06:24:40 10:24:40.162 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:24:40 10:24:40.163 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 
06:24:40 10:24:40.573 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:24:40 10:24:40.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: N/A
06:24:40 10:24:40.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:24:40 10:24:40.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:24:40 10:24:40.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:24:40 10:24:40.575 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:24:40 10:24:40.575 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:24:40 10:24:40.596 [main] WARN  o.e.k.c.s.i.c.CacheManagerProvider - Error while loading the CachingProvider... Loading the default one (org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider).
06:24:40 10:24:40.656 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:24:40 10:24:40.657 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:24:40 10:24:40.657 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:24:40 10:24:40.657 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:24:40 10:24:40.658 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:24:40 10:24:40.658 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:24:43 10:24:43.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:24:43 10:24:43.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:24:43 10:24:43.359 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:24:43 10:24:43.359 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:24:43 10:24:43.359 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:24:43 10:24:43.359 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:24:43 10:24:43.551 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
06:24:43 10:24:43.551 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:24:43 10:24:43.551 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:24:43 10:24:43.552 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:24:43 10:24:43.552 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:24:43 10:24:43.552 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:24:43 10:24:43.847 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:24:43 10:24:43.855 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:24:43   Given Init Jaxb Context             # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:24:43 10:24:43.860 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:24:43 10:24:43.864 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:24:44 10:24:44.212 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:24:44 10:24:44.213 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:24:44 10:24:44.250 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:24:44 10:24:44.259 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator
06:24:44 10:24:44.268 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:24:44 10:24:44.625 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:24:44 10:24:44.626 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:24:44 10:24:44.627 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator
06:24:44 10:24:44.629 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator
06:24:44 10:24:44.630 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator
06:24:44 10:24:44.631 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:24:44 10:24:44.690 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:24:44 10:24:44.690 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:24:44 10:24:44.698 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:24:44 10:24:44.698 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:24:44   And Init Security Context           # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:24:44 10:24:44.703 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator
06:24:44 10:24:44.704 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:24:44 10:24:44.705 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator
06:24:44 10:24:44.705 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator
06:24:44 10:24:44.706 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator
06:24:44 10:24:44.707 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator
06:24:44 10:24:44.708 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator
06:24:44 10:24:44.708 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator
06:24:44 10:24:44.711 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:24:44 10:24:44.712 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator
06:24:44 10:24:44.713 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:24:44 10:24:44.714 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:24:44 10:24:44.714 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator
06:24:44 10:24:44.715 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator
06:24:44 10:24:44.715 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator
06:24:44 10:24:44.715 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator
06:24:44 10:24:44.715 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator
06:24:44 10:24:44.716 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator
06:24:44 10:24:44.716 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator
06:24:44 10:24:44.716 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator
06:24:44 10:24:44.717 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:24:44 10:24:44.717 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:24:44 10:24:44.718 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator
06:24:44 10:24:44.719 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator
06:24:44 10:24:44.737 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator
06:24:44 10:24:44.738 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator
06:24:44 10:24:44.739 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:24:44 10:24:44.739 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:24:44 10:24:44.740 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:24:44 10:24:44.741 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:24:44 10:24:44.742 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:24:44 10:24:44.743 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:24:44 10:24:44.743 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:24:44 10:24:44.744 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:24:44 10:24:44.745 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:24:44 10:24:44.750 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:24:44 10:24:44.750 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator
06:24:44 10:24:44.755 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator
06:24:44 10:24:44.756 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator
06:24:44 10:24:44.757 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:24:44 10:24:44.757 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:24:44 10:24:44.757 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:24:44 10:24:44.758 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:24:44 10:24:44.758 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:24:44 10:24:44.759 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:24:44 10:24:44.760 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:24:44 10:24:44.760 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:24:44 10:24:44.761 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:24:45 
06:24:45 @deviceRegistry @deviceEvents @env_none
06:24:45 Scenario: Create a regular event                    # features/DeviceEvent.feature:28
06:24:45 10:24:44.940 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:24:45 10:24:45.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:24:45 10:24:45.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:24:45 10:24:45.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:24:45 10:24:45.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:24:45 10:24:45.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:24:45 10:24:45.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:24:45 10:24:45.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:24:45 10:24:45.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:24:45 10:24:45.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:24:45 10:24:45.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:24:45 10:24:45.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:24:45 10:24:45.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:24:46 10:24:45.993 [main] INFO  org.reflections.Reflections - Reflections took 84 ms to scan 10 urls, producing 269 keys and 278 values
06:24:46 10:24:46.260 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:24:46 10:24:46.261 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:24:46 10:24:46.262 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:24:50 10:24:50.900 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:24:51 10:24:51.202 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:24:51 10:24:51.651 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:24:52 10:24:52.043 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:24:52 10:24:52.043 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:24:52 10:24:52.043 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:24:52 10:24:52.044 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:24:52 10:24:52.859 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:24:54 10:24:54.052 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:24:55 10:24:55.248 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:24:55 10:24:55.401 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:24:55 10:24:55.586 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:24:57 10:24:57.091 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:24:57 10:24:57.401 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:24:57 10:24:57.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:24:58 10:24:58.099 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:24:58 10:24:58.100 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:24:58 10:24:58.100 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:24:58 10:24:58.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:24:58 10:24:58.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:24:58 10:24:58.243 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3
06:24:58 10:24:58.246 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
06:24:58 10:24:58.289 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
06:24:58 10:24:58.379 [main] WARN  eclipselink.logging.metadata - Reverting the lazy setting on the OneToOne or ManyToOne attribute [connection] for the entity class [class org.eclipse.kapua.service.device.registry.internal.DeviceImpl] since weaving was not enabled or did not occur.
06:24:58 10:24:58.380 [main] WARN  eclipselink.logging.metadata - Reverting the lazy setting on the OneToOne or ManyToOne attribute [lastEvent] for the entity class [class org.eclipse.kapua.service.device.registry.internal.DeviceImpl] since weaving was not enabled or did not occur.
06:24:59   Given A device named "first"                      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:24:59   When I search for a device with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId()
06:24:59   Then I find the device                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deviceIsNotNull()
06:24:59   And A device named "second"                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:24:59   And A "CREATE" event from device "first"          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String)
06:24:59   Then No exception was thrown                      # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:24:59   And The event matches the creator parameters      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkCreatedEventAgainstCreatorParameters()
06:24:59 10:24:59.202 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:24:59 10:24:59.271 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:24:59 
06:24:59 @deviceRegistry @deviceEvents @env_none
06:24:59 Scenario: Create an event with a null scope ID                                                                      # features/DeviceEvent.feature:41
06:24:59 10:24:59.401 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:24:59 10:24:59.404 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:24:59 10:24:59.404 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:24:59 10:24:59.404 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:24:59 10:24:59.405 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:24:59 10:24:59.405 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:24:59 10:24:59.405 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:24:59 10:24:59.405 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:24:59 10:24:59.405 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:24:59 10:24:59.405 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:24:59 10:24:59.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:24:59 10:24:59.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:24:59 10:24:59.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:24:59 10:24:59.579 [main] INFO  org.reflections.Reflections - Reflections took 12 ms to scan 10 urls, producing 269 keys and 278 values
06:24:59 10:24:59.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:24:59 10:24:59.759 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:24:59 10:24:59.759 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:24:59 10:24:59.884 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:00 10:24:59.985 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:00 10:25:00.142 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:00 10:25:00.288 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:00 10:25:00.289 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:00 10:25:00.289 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:00 10:25:00.289 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:00 10:25:00.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:01 10:25:01.271 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:02 10:25:02.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:02 10:25:02.111 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:02 10:25:02.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:03 10:25:03.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:03 10:25:03.442 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:03 10:25:03.615 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:03 10:25:03.889 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:03 10:25:03.889 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:03 10:25:03.889 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:03 10:25:03.889 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:03 10:25:03.890 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:03   Given A device named "first"                                                                                      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:03   And A device named "second"                                                                                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:03   Given A null scope                                                                                                # org.eclipse.kapua.qa.common.BasicSteps.setNullScope()
06:25:03   And I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:25:03 
06:25:03     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceEventCreator.scopeId.
06:25:03 
06:25:03   When A "CREATE" event from device "first"                                                                         # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String)
06:25:03   Then An exception was thrown                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:25:03 10:25:03.961 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:03 10:25:03.988 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:04 
06:25:04 @deviceRegistry @deviceEvents @env_none
06:25:04 Scenario: Find an event by its ID                   # features/DeviceEvent.feature:52
06:25:04 10:25:04.072 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:04 10:25:04.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:04 10:25:04.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:04 10:25:04.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:04 10:25:04.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:04 10:25:04.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:04 10:25:04.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:04 10:25:04.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:04 10:25:04.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:04 10:25:04.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:04 10:25:04.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:04 10:25:04.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:04 10:25:04.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:04 10:25:04.172 [main] INFO  org.reflections.Reflections - Reflections took 14 ms to scan 10 urls, producing 269 keys and 278 values
06:25:04 10:25:04.304 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:04 10:25:04.305 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:04 10:25:04.305 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:04 10:25:04.394 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:04 10:25:04.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:04 10:25:04.586 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:04 10:25:04.682 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:04 10:25:04.683 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:04 10:25:04.683 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:04 10:25:04.683 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:04 10:25:04.899 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:05 10:25:05.348 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:05 10:25:05.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:06 10:25:05.956 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:06 10:25:06.024 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:06 10:25:06.870 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:07 10:25:07.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:07 10:25:07.227 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:07 10:25:07.482 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:07 10:25:07.482 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:07 10:25:07.483 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:07 10:25:07.483 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:07 10:25:07.483 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:07   Given A device named "first"                      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:07   And A device named "second"                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:07   And A "CREATE" event from device "first"          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String)
06:25:07   When I search for an event with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findEventById()
06:25:07   Then The event matches the creator parameters     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkCreatedEventAgainstCreatorParameters()
06:25:07 10:25:07.550 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:07 10:25:07.575 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:07 
06:25:07 @deviceRegistry @deviceEvents @env_none
06:25:07 Scenario: Find a non existing event           # features/DeviceEvent.feature:61
06:25:07 10:25:07.672 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:07 10:25:07.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:07 10:25:07.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:07 10:25:07.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:07 10:25:07.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:07 10:25:07.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:07 10:25:07.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:07 10:25:07.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:07 10:25:07.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:07 10:25:07.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:07 10:25:07.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:07 10:25:07.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:07 10:25:07.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:07 10:25:07.776 [main] INFO  org.reflections.Reflections - Reflections took 12 ms to scan 10 urls, producing 269 keys and 278 values
06:25:07 10:25:07.884 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:07 10:25:07.884 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:07 10:25:07.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:07 10:25:07.960 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:08 10:25:08.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:08 10:25:08.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:08 10:25:08.258 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:08 10:25:08.258 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:08 10:25:08.258 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:08 10:25:08.259 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:08 10:25:08.474 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:08 10:25:08.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:09 10:25:09.458 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:09 10:25:09.522 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:09 10:25:09.596 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:10 10:25:10.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:10 10:25:10.683 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:10 10:25:10.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:11 10:25:11.066 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:11 10:25:11.066 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:11 10:25:11.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:11 10:25:11.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:11 10:25:11.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:11   Given A device named "first"                # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:11   And A device named "second"                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:11   And A "CREATE" event from device "first"    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String)
06:25:11   When I search for an event with a random ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findEventByRandomId()
06:25:11   Then There is no such event                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.eventIsNull()
06:25:11 10:25:11.109 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:11 10:25:11.158 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:11 
06:25:11 @deviceRegistry @deviceEvents @env_none
06:25:11 Scenario: Delete an existing event                  # features/DeviceEvent.feature:71
06:25:11 10:25:11.213 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:11 10:25:11.216 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:11 10:25:11.216 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:11 10:25:11.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:11 10:25:11.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:11 10:25:11.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:11 10:25:11.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:11 10:25:11.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:11 10:25:11.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:11 10:25:11.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:11 10:25:11.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:11 10:25:11.218 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:11 10:25:11.218 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:11 10:25:11.320 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values
06:25:11 10:25:11.440 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:11 10:25:11.440 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:11 10:25:11.440 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:11 10:25:11.513 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:11 10:25:11.570 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:11 10:25:11.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:11 10:25:11.782 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:11 10:25:11.782 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:11 10:25:11.783 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:11 10:25:11.783 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:11 10:25:11.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:12 10:25:12.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:12 10:25:12.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:13 10:25:12.906 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:13 10:25:12.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:13 10:25:13.699 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:13 10:25:13.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:14 10:25:13.976 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:14 10:25:14.192 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:14 10:25:14.192 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:14 10:25:14.192 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:14 10:25:14.193 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:14 10:25:14.193 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:14   Given A device named "first"                      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:14   And A device named "second"                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:14   And A "CREATE" event from device "first"          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String)
06:25:14   When I search for an event with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findEventById()
06:25:14   Then The event matches the creator parameters     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkCreatedEventAgainstCreatorParameters()
06:25:14   When I delete the event with the remembered ID    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteEvent()
06:25:14   And I search for an event with the remembered ID  # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findEventById()
06:25:14   Then There is no such event                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.eventIsNull()
06:25:14 10:25:14.262 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:14 10:25:14.283 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:14 
06:25:14 @deviceRegistry @deviceEvents @env_none
06:25:14 Scenario: Delete a non existent event                                                                                   # features/DeviceEvent.feature:83
06:25:14 10:25:14.351 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:14 10:25:14.354 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:14 10:25:14.354 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:14 10:25:14.354 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:14 10:25:14.354 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:14 10:25:14.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:14 10:25:14.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:14 10:25:14.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:14 10:25:14.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:14 10:25:14.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:14 10:25:14.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:14 10:25:14.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:14 10:25:14.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:14 10:25:14.446 [main] INFO  org.reflections.Reflections - Reflections took 15 ms to scan 10 urls, producing 269 keys and 278 values
06:25:14 10:25:14.551 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:14 10:25:14.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:14 10:25:14.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:14 10:25:14.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:14 10:25:14.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:14 10:25:14.784 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:14 10:25:14.864 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:14 10:25:14.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:14 10:25:14.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:14 10:25:14.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:15 10:25:15.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:15 10:25:15.446 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:16 10:25:15.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:16 10:25:15.986 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:16 10:25:16.061 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:16 10:25:16.863 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:17 10:25:17.039 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:17 10:25:17.179 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:17 10:25:17.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:17 10:25:17.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:17 10:25:17.415 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:17 10:25:17.415 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:17 10:25:17.415 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:17   Given A device named "first"                                                                                          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:17   And A device named "second"                                                                                           # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:17   And I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type deviceEvent with id/name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:25:17   And A "CREATE" event from device "first"                                                                              # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String)
06:25:17 10:25:17.478 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:25:17 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceEvent with id/name 2,030,959,084,410,922,671 was not found.
06:25:17 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:301)
06:25:17 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:25:17 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:301)
06:25:17 	at org.eclipse.kapua.service.device.registry.event.internal.DeviceEventServiceImpl.lambda$delete$5(DeviceEventServiceImpl.java:157)
06:25:17 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:25:17 	at org.eclipse.kapua.service.device.registry.event.internal.DeviceEventServiceImpl.delete(DeviceEventServiceImpl.java:157)
06:25:17 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteEventWithRandomId(DeviceRegistrySteps.java:1458)
06:25:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:25:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:25:17 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:25:17 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:25:17 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:25:17 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:25:17 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:25:17 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:25:17 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:25:17 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:25:17 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:25:17 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:25:17 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:25:17 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:25:17 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:25:17 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:25:17 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:25:17 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:25:17 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:25:17 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:25:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:25:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:25:17 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:25:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:25:17 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:25:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:25:17 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:25:17 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:25:17 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:25:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:25:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:25:17 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:25:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:25:17 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:25:17 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:25:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:25:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:25:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:25:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:25:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:25:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:25:17 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:25:17 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:25:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:25:17 
06:25:17     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type deviceEvent with id/name 2,030,959,084,410,922,671 was not found.
06:25:17 
06:25:17   When I delete an event with a random ID                                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteEventWithRandomId()
06:25:17   Then An exception was thrown                                                                                          # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:25:17 10:25:17.484 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:17 10:25:17.539 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:17 
06:25:17 @deviceRegistry @deviceEvents @env_none
06:25:17 Scenario: Count events in empty scope               # features/DeviceEvent.feature:94
06:25:17 10:25:17.653 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:17 10:25:17.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:17 10:25:17.658 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:17 10:25:17.747 [main] INFO  org.reflections.Reflections - Reflections took 13 ms to scan 10 urls, producing 269 keys and 278 values
06:25:17 10:25:17.856 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:17 10:25:17.856 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:17 10:25:17.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:17 10:25:17.924 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:18 10:25:17.974 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:18 10:25:18.059 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:18 10:25:18.148 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:18 10:25:18.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:18 10:25:18.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:18 10:25:18.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:18 10:25:18.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:18 10:25:18.769 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:19 10:25:19.240 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:19 10:25:19.300 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:19 10:25:19.361 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:20 10:25:20.152 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:20 10:25:20.323 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:20 10:25:20.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:20 10:25:20.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:20 10:25:20.653 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:20 10:25:20.653 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:20 10:25:20.653 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:20 10:25:20.653 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:20   Given A device named "first"                      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:20   And A device named "second"                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:20   And I have 15 "CREATE" events from device "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createANumberOfEvents(int,java.lang.String,java.lang.String)
06:25:20   When I count events for scope 42                  # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countEventsInScope(int)
06:25:20   Then I count 0                                    # org.eclipse.kapua.qa.common.BasicSteps.checkCountResult(int)
06:25:20 10:25:20.876 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:20 10:25:20.897 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:21 
06:25:21 @deviceRegistry @deviceEvents @env_none
06:25:21 Scenario: Basic Device Event queries                 # features/DeviceEvent.feature:104
06:25:21 10:25:20.978 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:21 10:25:20.980 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:21 10:25:20.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:21 10:25:20.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:21 10:25:20.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:21 10:25:20.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:21 10:25:20.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:21 10:25:20.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:21 10:25:20.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:21 10:25:20.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:21 10:25:20.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:21 10:25:20.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:21 10:25:20.982 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:21 10:25:21.075 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values
06:25:21 10:25:21.210 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:21 10:25:21.210 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:21 10:25:21.210 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:21 10:25:21.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:21 10:25:21.320 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:21 10:25:21.419 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:21 10:25:21.508 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:21 10:25:21.508 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:21 10:25:21.508 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:21 10:25:21.508 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:21 10:25:21.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:22 10:25:22.043 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:22 10:25:22.475 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:22 10:25:22.538 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:22 10:25:22.595 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:23 10:25:23.251 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:23 10:25:23.410 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:23 10:25:23.522 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:23 10:25:23.719 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:23 10:25:23.719 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:23 10:25:23.719 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:23 10:25:23.719 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:23 10:25:23.719 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:23   Given A device named "first"                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:23   And A device named "second"                        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:23   And I have 10 "WRITE" events from device "first"   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createANumberOfEvents(int,java.lang.String,java.lang.String)
06:25:24   And I have 15 "CREATE" events from device "first"  # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createANumberOfEvents(int,java.lang.String,java.lang.String)
06:25:24   And I have 20 "EXECUTE" events from device "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createANumberOfEvents(int,java.lang.String,java.lang.String)
06:25:24   When I query for "CREATE" events                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForSpecificEvents(java.lang.String)
06:25:24 10:25:24.241 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - Events size: 15
06:25:24 10:25:24.242 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.257 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.257 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.257 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.258 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.258 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.258 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.258 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.258 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.258 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.259 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.259 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.259 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.259 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.259 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24   Then I find 15 device events                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkEventListForNumberOfItems(int)
06:25:24   When I query for "WRITE" events                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForSpecificEvents(java.lang.String)
06:25:24 10:25:24.267 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - Events size: 10
06:25:24 10:25:24.267 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.268 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.268 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.268 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.268 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.268 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.269 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.269 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.269 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24 10:25:24.269 [main] INFO  o.e.k.s.d.r.s.DeviceRegistrySteps - 	type: deviceEvent - id: 6415969265482405353 - date: Fri Apr 12 10:25:23 UTC 2024 - test_message_hello_world
06:25:24   Then I find 10 device events                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkEventListForNumberOfItems(int)
06:25:24 10:25:24.271 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:24 10:25:24.289 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:24 
06:25:24 @deviceRegistry @deviceEvents @env_none
06:25:24 Scenario: Event factory sanity checks                                  # features/DeviceEvent.feature:117
06:25:24 10:25:24.349 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:24 10:25:24.351 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:24 10:25:24.351 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:24 10:25:24.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:24 10:25:24.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:24 10:25:24.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:24 10:25:24.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:24 10:25:24.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:24 10:25:24.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:24 10:25:24.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:24 10:25:24.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:24 10:25:24.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:24 10:25:24.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:24 10:25:24.440 [main] INFO  org.reflections.Reflections - Reflections took 12 ms to scan 10 urls, producing 269 keys and 278 values
06:25:24 10:25:24.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:24 10:25:24.545 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:24 10:25:24.545 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:24 10:25:24.615 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:24 10:25:24.662 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:24 10:25:24.739 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:24 10:25:24.809 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:24 10:25:24.809 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:24 10:25:24.809 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:24 10:25:24.809 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:25 10:25:24.985 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:25 10:25:25.360 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:25 10:25:25.762 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:25 10:25:25.819 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:25 10:25:25.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:26 10:25:26.581 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:26 10:25:26.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:26 10:25:26.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:27 10:25:27.049 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:27 10:25:27.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:27 10:25:27.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:27 10:25:27.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:27 10:25:27.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:27   Then All device event factory functions must return non null objects # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.exerciseAllEventFactoryFunctions()
06:25:27 10:25:27.057 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:27 10:25:27.075 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:27 
06:25:27 @deviceRegistry @deviceEvents @env_none
06:25:27 Scenario: Event service domain check               # features/DeviceEvent.feature:120
06:25:27 10:25:27.152 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:27 10:25:27.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:27 10:25:27.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:27 10:25:27.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:27 10:25:27.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:27 10:25:27.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:27 10:25:27.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:27 10:25:27.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:27 10:25:27.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:27 10:25:27.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:27 10:25:27.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:27 10:25:27.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:27 10:25:27.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:27 10:25:27.256 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values
06:25:27 10:25:27.369 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:27 10:25:27.370 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:27 10:25:27.370 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:27 10:25:27.448 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:27 10:25:27.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:27 10:25:27.566 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:27 10:25:27.639 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:27 10:25:27.639 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:27 10:25:27.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:27 10:25:27.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:27 10:25:27.820 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:28 10:25:28.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:28 10:25:28.594 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:28 10:25:28.655 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:28 10:25:28.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:29 10:25:29.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:29 10:25:29.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:29 10:25:29.606 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:29 10:25:29.806 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:29 10:25:29.807 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:29 10:25:29.807 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:29 10:25:29.807 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:29 10:25:29.807 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:29   Then The device event domain data can be updated # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkDeviceEventDomainUpdate()
06:25:29 10:25:29.815 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:29 10:25:29.840 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:29 
06:25:29 @deviceRegistry @deviceEvents @env_none @teardown
06:25:29 Scenario: Reset Security Context for all scenarios # features/DeviceEvent.feature:124
06:25:29 10:25:29.890 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager...
06:25:29 10:25:29.890 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE
06:25:29   Given Reset Security Context                     # org.eclipse.kapua.qa.common.utils.InitShiro.stop()
06:25:29 
06:25:29 @deviceRegistry @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator")
06:25:29 Scenario: Initialize test environment # features/DeviceRegistry.feature:22
06:25:30 10:25:29.974 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment...
06:25:30 10:25:29.974 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:25:30 10:25:29.978 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:25:30 10:25:29.978 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:25:30 10:25:29.978 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 
06:25:30 10:25:29.978 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 
06:25:30 10:25:29.979 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2
06:25:30 10:25:29.979 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:25:30 10:25:29.979 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem:
06:25:30 10:25:29.979 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200
06:25:30 10:25:29.979 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:25:30 10:25:29.979 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:25:30 10:25:29.979 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE
06:25:30 10:25:29.980 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:25:30 10:25:29.980 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 
06:25:30 10:25:29.987 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:25:30 10:25:29.987 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: N/A
06:25:30 10:25:29.987 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:25:30 10:25:29.987 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:25:30 10:25:29.987 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:25:30 10:25:29.987 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:25:30 10:25:29.988 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:25:30 10:25:29.992 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:25:30 10:25:29.992 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:25:30 10:25:29.992 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:25:30 10:25:29.993 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:25:30 10:25:29.993 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:25:30 10:25:29.993 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:25:30 10:25:30.015 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:25:30 10:25:30.015 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:25:30 10:25:30.015 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:25:30 10:25:30.037 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
06:25:30 10:25:30.037 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:25:30 10:25:30.037 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:25:30 10:25:30.052 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
06:25:30 10:25:30.052 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:25:30 10:25:30.052 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:25:30 10:25:30.052 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
06:25:30 10:25:30.053 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:25:30 10:25:30.053 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:25:30 10:25:30.068 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:25:30 10:25:30.068 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:25:30   Given Init Jaxb Context             # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:25:30 10:25:30.069 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:25:30 10:25:30.069 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:25:30 10:25:30.077 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:25:30 10:25:30.077 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:25:30 10:25:30.078 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:25:30 10:25:30.079 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator
06:25:30 10:25:30.083 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:25:30 10:25:30.605 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:25:30 10:25:30.605 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:25:30 10:25:30.606 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator
06:25:30 10:25:30.606 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator
06:25:30 10:25:30.606 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator
06:25:30 10:25:30.607 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:25:30 10:25:30.610 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:25:30 10:25:30.610 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:25:30 10:25:30.612 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:25:30 10:25:30.612 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:25:30   And Init Security Context           # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:25:30 10:25:30.614 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator
06:25:30 10:25:30.614 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:25:30 10:25:30.614 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator
06:25:30 10:25:30.615 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator
06:25:30 10:25:30.616 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator
06:25:30 10:25:30.616 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator
06:25:30 10:25:30.616 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator
06:25:30 10:25:30.617 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator
06:25:30 10:25:30.619 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:25:30 10:25:30.619 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator
06:25:30 10:25:30.619 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:25:30 10:25:30.620 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:25:30 10:25:30.620 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator
06:25:30 10:25:30.621 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator
06:25:30 10:25:30.621 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator
06:25:30 10:25:30.621 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator
06:25:30 10:25:30.621 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator
06:25:30 10:25:30.621 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator
06:25:30 10:25:30.621 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator
06:25:30 10:25:30.621 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator
06:25:30 10:25:30.622 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:25:30 10:25:30.622 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:25:30 10:25:30.622 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator
06:25:30 10:25:30.623 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator
06:25:30 10:25:30.623 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator
06:25:30 10:25:30.624 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator
06:25:30 10:25:30.624 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:25:30 10:25:30.624 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:25:30 10:25:30.624 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:25:30 10:25:30.625 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:25:30 10:25:30.625 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:25:30 10:25:30.625 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:25:30 10:25:30.626 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:25:30 10:25:30.626 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:25:30 10:25:30.627 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:25:30 10:25:30.638 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:25:30 10:25:30.638 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator
06:25:30 10:25:30.639 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator
06:25:30 10:25:30.640 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator
06:25:30 10:25:30.640 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:25:30 10:25:30.640 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:25:30 10:25:30.640 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:25:30 10:25:30.640 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:25:30 10:25:30.641 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:25:30 10:25:30.641 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:25:30 10:25:30.642 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:25:30 10:25:30.642 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:25:30 10:25:30.643 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:25:30 
06:25:30 @deviceRegistry @env_none
06:25:30 Scenario: Create a single device with null clientID value                                                                                                      # features/DeviceRegistry.feature:26
06:25:30 10:25:30.693 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:30 10:25:30.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:30 10:25:30.810 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values
06:25:30 10:25:30.914 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:30 10:25:30.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:30 10:25:30.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:31 10:25:30.980 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:31 10:25:31.019 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:31 10:25:31.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:31 10:25:31.174 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:31 10:25:31.174 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:31 10:25:31.175 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:31 10:25:31.175 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:31 10:25:31.345 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:31 10:25:31.659 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:32 10:25:32.148 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:32 10:25:32.204 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:32 10:25:32.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:32 10:25:32.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:33 10:25:33.001 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:33 10:25:33.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:33 10:25:33.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:33 10:25:33.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:33 10:25:33.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:33 10:25:33.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:33 10:25:33.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:33   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided for the argument deviceCreator.clientId." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:25:33 
06:25:33     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceCreator.clientId.
06:25:33 
06:25:33   When I create a device with null clientID                                                                                                                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithNullClientID()
06:25:33   Then An exception was thrown                                                                                                                                 # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:25:33 10:25:33.311 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:33 10:25:33.327 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:33 
06:25:33 @deviceRegistry @env_none
06:25:33 Scenario: Creating a single device with valid clientID # features/DeviceRegistry.feature:34
06:25:33 10:25:33.381 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:33 10:25:33.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:33 10:25:33.464 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:25:33 10:25:33.572 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:33 10:25:33.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:33 10:25:33.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:33 10:25:33.641 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:33 10:25:33.680 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:33 10:25:33.756 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:33 10:25:33.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:33 10:25:33.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:33 10:25:33.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:33 10:25:33.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:34 10:25:33.992 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:34 10:25:34.285 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:34 10:25:34.680 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:34 10:25:34.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:34 10:25:34.795 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:35 10:25:35.351 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:35 10:25:35.485 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:35 10:25:35.597 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:35 10:25:35.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:35 10:25:35.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:35 10:25:35.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:35 10:25:35.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:35 10:25:35.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:35   Given I create a device with name "device"           # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String)
06:25:35   When I search for a device with name "device"        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iSearchForADeviceWithName(java.lang.String)
06:25:35   Then I find device with clientId "device"            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String)
06:25:35   And No exception was thrown                          # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:25:35 10:25:35.811 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:35 10:25:35.842 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:35 
06:25:35 @deviceRegistry @env_none
06:25:35 Scenario: Creating a single device with case sensitive clientID # features/DeviceRegistry.feature:43
06:25:35 10:25:35.891 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:35 10:25:35.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:35 10:25:35.984 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:25:36 10:25:36.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:36 10:25:36.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:36 10:25:36.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:36 10:25:36.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:36 10:25:36.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:36 10:25:36.259 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:36 10:25:36.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:36 10:25:36.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:36 10:25:36.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:36 10:25:36.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:36 10:25:36.539 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:36 10:25:36.827 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:37 10:25:37.219 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:37 10:25:37.273 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:37 10:25:37.327 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:37 10:25:37.892 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:38 10:25:38.038 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:38 10:25:38.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:38 10:25:38.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:38 10:25:38.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:38 10:25:38.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:38 10:25:38.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:38 10:25:38.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:38   Given I create a device with name "testDevice"                # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String)
06:25:38   When I search for a device with name "testDevice"             # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iSearchForADeviceWithName(java.lang.String)
06:25:38   Then I find device with clientId "testDevice"                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String)
06:25:38   And No exception was thrown                                   # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:25:38 10:25:38.350 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:38 10:25:38.366 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:38 
06:25:38 @deviceRegistry @env_none
06:25:38 Scenario: Creating a single device with spaces in clientID # features/DeviceRegistry.feature:52
06:25:38 10:25:38.414 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:38 10:25:38.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:38 10:25:38.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:38 10:25:38.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:38 10:25:38.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:38 10:25:38.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:38 10:25:38.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:38 10:25:38.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:38 10:25:38.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:38 10:25:38.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:38 10:25:38.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:38 10:25:38.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:38 10:25:38.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:38 10:25:38.509 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:25:38 10:25:38.616 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:38 10:25:38.617 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:38 10:25:38.617 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:38 10:25:38.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:38 10:25:38.712 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:38 10:25:38.781 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:38 10:25:38.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:38 10:25:38.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:38 10:25:38.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:38 10:25:38.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:39 10:25:39.017 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:39 10:25:39.285 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:39 10:25:39.666 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:39 10:25:39.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:39 10:25:39.779 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:40 10:25:40.338 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:40 10:25:40.483 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:40 10:25:40.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:40 10:25:40.754 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:40 10:25:40.754 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:40 10:25:40.754 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:40 10:25:40.754 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:40 10:25:40.754 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:40   Given I create a device with name "test Device"          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String)
06:25:40   When I search for a device with name "test Device"       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iSearchForADeviceWithName(java.lang.String)
06:25:40   Then I find device with clientId "test Device"           # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String)
06:25:40   And No exception was thrown                              # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:25:40 10:25:40.776 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:40 10:25:40.790 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:40 
06:25:40 @deviceRegistry @env_none
06:25:40 Scenario: Create a single device with an empty string for clientID                                                                                             # features/DeviceRegistry.feature:61
06:25:40 10:25:40.849 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:40 10:25:40.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:40 10:25:40.852 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:41 10:25:40.941 [main] INFO  org.reflections.Reflections - Reflections took 15 ms to scan 10 urls, producing 269 keys and 278 values
06:25:41 10:25:41.046 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:41 10:25:41.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:41 10:25:41.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:41 10:25:41.117 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:41 10:25:41.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:41 10:25:41.245 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:41 10:25:41.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:41 10:25:41.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:41 10:25:41.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:41 10:25:41.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:41 10:25:41.491 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:41 10:25:41.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:42 10:25:42.179 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:42 10:25:42.234 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:42 10:25:42.290 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:42 10:25:42.875 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:43 10:25:43.039 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:43 10:25:43.141 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:43 10:25:43.327 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:43 10:25:43.327 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:43 10:25:43.327 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:43 10:25:43.327 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:43 10:25:43.328 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:43   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided for the argument deviceCreator.clientId." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:25:43 
06:25:43     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceCreator.clientId.
06:25:43 
06:25:43   When I create a device with name ""                                                                                                                          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String)
06:25:43   Then An exception was thrown                                                                                                                                 # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:25:43 10:25:43.344 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:43 10:25:43.358 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:43 
06:25:43 @deviceRegistry @env_none
06:25:43 Scenario: Creating a single device with clientID that contains 255 characters                                                                                                                                                                                                                            # features/DeviceRegistry.feature:69
06:25:43 10:25:43.409 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:43 10:25:43.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:43 10:25:43.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:43 10:25:43.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:43 10:25:43.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:43 10:25:43.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:43 10:25:43.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:43 10:25:43.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:43 10:25:43.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:43 10:25:43.437 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:43 10:25:43.438 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:43 10:25:43.438 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:43 10:25:43.438 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:43 10:25:43.516 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:25:43 10:25:43.629 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:43 10:25:43.630 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:43 10:25:43.630 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:43 10:25:43.690 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:43 10:25:43.753 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:43 10:25:43.849 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:43 10:25:43.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:43 10:25:43.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:43 10:25:43.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:43 10:25:43.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:44 10:25:44.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:44 10:25:44.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:44 10:25:44.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:44 10:25:44.771 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:44 10:25:44.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:45 10:25:45.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:45 10:25:45.530 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:45 10:25:45.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:45 10:25:45.837 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:45 10:25:45.837 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:45 10:25:45.837 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:45 10:25:45.837 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:45 10:25:45.837 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:45   Given I create a device with name "validDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDeviceva"    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String)
06:25:45   When I search for a device with name "validDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDeviceva" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iSearchForADeviceWithName(java.lang.String)
06:25:45   Then I find device with clientId "validDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDeviceva"     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String)
06:25:45   And No exception was thrown                                                                                                                                                                                                                                                                            # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:25:45 10:25:45.862 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:45 10:25:45.875 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:46 
06:25:46 @deviceRegistry @env_none
06:25:46 Scenario: Creating a single device with clientID that contains 256 characters                                                                                                                                                                                                                         # features/DeviceRegistry.feature:78
06:25:46 10:25:45.942 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:46 10:25:45.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:46 10:25:45.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:46 10:25:45.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:46 10:25:45.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:46 10:25:45.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:46 10:25:45.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:46 10:25:45.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:46 10:25:45.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:46 10:25:45.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:46 10:25:45.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:46 10:25:45.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:46 10:25:45.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:46 10:25:46.023 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:25:46 10:25:46.127 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:46 10:25:46.127 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:46 10:25:46.127 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:46 10:25:46.193 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:46 10:25:46.230 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:46 10:25:46.299 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:46 10:25:46.363 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:46 10:25:46.363 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:46 10:25:46.364 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:46 10:25:46.364 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:46 10:25:46.516 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:46 10:25:46.802 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:47 10:25:47.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:47 10:25:47.216 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:47 10:25:47.270 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:47 10:25:47.811 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:48 10:25:47.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:48 10:25:48.055 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:48 10:25:48.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:48 10:25:48.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:48 10:25:48.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:48 10:25:48.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:48 10:25:48.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:48   Given I expect the exception "KapuaIllegalArgumentException" with the text "Value over than allowed max length. Max length is: 255."                                                                                                                                                                # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:25:48 
06:25:48     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: Value over than allowed max length. Max length is: 255.
06:25:48 
06:25:48   When I create a device with name "validDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDeviceval" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String)
06:25:48   Then An exception was thrown                                                                                                                                                                                                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:25:48 10:25:48.231 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:48 10:25:48.244 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:48 
06:25:48 @deviceRegistry @env_none
06:25:48 Scenario: Creating a single device with clientID that contains invalid characters                                                                    # features/DeviceRegistry.feature:86
06:25:48 10:25:48.291 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:48 10:25:48.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:48 10:25:48.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:48 10:25:48.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:48 10:25:48.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:48 10:25:48.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:48 10:25:48.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:48 10:25:48.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:48 10:25:48.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:48 10:25:48.294 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:48 10:25:48.294 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:48 10:25:48.294 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:48 10:25:48.294 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:48 10:25:48.376 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:25:48 10:25:48.493 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:48 10:25:48.493 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:48 10:25:48.493 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:48 10:25:48.549 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:48 10:25:48.587 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:48 10:25:48.668 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:48 10:25:48.732 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:48 10:25:48.732 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:48 10:25:48.732 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:48 10:25:48.733 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:48 10:25:48.890 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:49 10:25:49.170 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:49 10:25:49.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:49 10:25:49.578 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:49 10:25:49.637 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:50 10:25:50.162 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:50 10:25:50.291 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:50 10:25:50.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:50 10:25:50.555 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:50 10:25:50.555 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:50 10:25:50.555 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:50 10:25:50.555 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:50 10:25:50.555 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:50   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument deviceCreator.clientId" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:25:50 
06:25:50     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName#.
06:25:50 
06:25:50 
06:25:50     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName+.
06:25:50 
06:25:50 
06:25:50     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName*.
06:25:50 
06:25:50 
06:25:50     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName&.
06:25:50 
06:25:50 
06:25:50     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName,.
06:25:50 
06:25:50 
06:25:50     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName?.
06:25:50 
06:25:50 
06:25:50     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName>.
06:25:50 
06:25:50 
06:25:50     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName/.
06:25:50 
06:25:50   When I try to create devices with invalid symbols "#+*&,?>/" in name                                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iTryToCreateDevicesWithInvalidSymbolsInName(java.lang.String)
06:25:50   Then An exception was thrown                                                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:25:50 10:25:50.567 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:50 10:25:50.583 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:50 
06:25:50 @deviceRegistry @env_none
06:25:50 Scenario: Creating a single device with clientID that contains invalid character                                                                     # features/DeviceRegistry.feature:95
06:25:50 10:25:50.644 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:50 10:25:50.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:50 10:25:50.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:50 10:25:50.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:50 10:25:50.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:50 10:25:50.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:50 10:25:50.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:50 10:25:50.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:50 10:25:50.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:50 10:25:50.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:50 10:25:50.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:50 10:25:50.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:50 10:25:50.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:50 10:25:50.746 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:25:50 10:25:50.850 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:50 10:25:50.850 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:50 10:25:50.850 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:50 10:25:50.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:51 10:25:50.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:51 10:25:51.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:51 10:25:51.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:51 10:25:51.087 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:51 10:25:51.087 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:51 10:25:51.087 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:51 10:25:51.241 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:51 10:25:51.507 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:51 10:25:51.896 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:52 10:25:51.953 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:52 10:25:52.007 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:52 10:25:52.531 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:52 10:25:52.659 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:52 10:25:52.757 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:52 10:25:52.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:52 10:25:52.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:52 10:25:52.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:52 10:25:52.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:52 10:25:52.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:52   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument deviceCreator.clientId" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:25:52 
06:25:52     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: testDevice::.
06:25:52 
06:25:52   When I create a device with name "testDevice::"                                                                                                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String)
06:25:52   Then An exception was thrown                                                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:25:52 10:25:52.956 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:52 10:25:52.967 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:53 
06:25:53 @deviceRegistry @env_none
06:25:53 Scenario: Creating two device with the same clientID                                                                                 # features/DeviceRegistry.feature:103
06:25:53 10:25:53.015 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:53 10:25:53.017 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:53 10:25:53.017 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:53 10:25:53.017 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:53 10:25:53.017 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:53 10:25:53.017 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:53 10:25:53.017 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:53 10:25:53.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:53 10:25:53.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:53 10:25:53.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:53 10:25:53.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:53 10:25:53.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:53 10:25:53.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:53 10:25:53.096 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:25:53 10:25:53.198 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:53 10:25:53.198 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:53 10:25:53.198 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:53 10:25:53.261 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:53 10:25:53.300 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:53 10:25:53.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:53 10:25:53.431 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:53 10:25:53.432 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:53 10:25:53.432 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:53 10:25:53.432 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:53 10:25:53.617 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:53 10:25:53.899 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:54 10:25:54.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:54 10:25:54.303 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:54 10:25:54.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:54 10:25:54.914 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:55 10:25:55.042 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:55 10:25:55.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:55 10:25:55.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:55 10:25:55.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:55 10:25:55.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:55 10:25:55.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:55 10:25:55.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:55   Given I expect the exception "KapuaDuplicateNameException" with the text "An entity with the same name testDevice already exists." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:25:55   When I create a device with name "testDevice"                                                                                      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String)
06:25:55 10:25:55.339 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:25:55 org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name testDevice already exists.
06:25:55 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$create$0(DeviceRegistryServiceImpl.java:92)
06:25:55 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:25:55 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.create(DeviceRegistryServiceImpl.java:84)
06:25:55 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.create(DeviceRegistryServiceImpl.java:49)
06:25:55 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(DeviceRegistrySteps.java:2497)
06:25:55 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:25:55 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:25:55 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:25:55 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:25:55 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:25:55 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:25:55 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:25:55 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:25:55 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:25:55 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:25:55 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:25:55 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:25:55 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:25:55 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:25:55 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:25:55 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:25:55 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:25:55 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:25:55 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:25:55 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:25:55 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:25:55 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:25:55 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:25:55 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:25:55 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:25:55 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:25:55 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:25:55 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:25:55 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:25:55 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:25:55 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:25:55 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:25:55 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:25:55 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:25:55 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:25:55 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:25:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:25:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:25:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:25:55 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:25:55 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:25:55 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:25:55 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:25:55 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:25:55 
06:25:55     Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name testDevice already exists.
06:25:55 
06:25:55   And I create a device with name "testDevice"                                                                                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String)
06:25:55   Then An exception was thrown                                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:25:55 10:25:55.341 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:55 10:25:55.352 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:55 
06:25:55 @deviceRegistry @env_none
06:25:55 Scenario: All device parameters must match the device creator # features/DeviceRegistry.feature:112
06:25:55 10:25:55.397 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:55 10:25:55.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:55 10:25:55.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:55 10:25:55.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:55 10:25:55.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:55 10:25:55.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:55 10:25:55.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:55 10:25:55.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:55 10:25:55.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:55 10:25:55.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:55 10:25:55.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:55 10:25:55.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:55 10:25:55.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:55 10:25:55.482 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:25:55 10:25:55.580 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:55 10:25:55.581 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:55 10:25:55.581 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:55 10:25:55.636 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:55 10:25:55.671 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:55 10:25:55.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:55 10:25:55.810 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:55 10:25:55.811 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:55 10:25:55.811 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:55 10:25:55.811 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:56 10:25:55.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:56 10:25:56.231 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:56 10:25:56.599 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:56 10:25:56.665 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:56 10:25:56.718 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:57 10:25:57.234 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:57 10:25:57.358 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:57 10:25:57.466 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:57 10:25:57.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:57 10:25:57.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:57 10:25:57.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:57 10:25:57.639 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:57 10:25:57.639 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:25:57   Given A device named "testDevice"                           # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:25:57   Then The device matches the creator parameters              # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkCreatedDeviceAgainstCreatorParameters()
06:25:57 10:25:57.653 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:25:57 10:25:57.663 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:25:57 
06:25:57 @deviceRegistry @env_none
06:25:57 Scenario: Case sensitiveness of named device searches                   # features/DeviceRegistry.feature:119
06:25:57 10:25:57.714 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:25:57 10:25:57.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:25:57 10:25:57.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:25:57 10:25:57.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:25:57 10:25:57.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:25:57 10:25:57.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:25:57 10:25:57.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:25:57 10:25:57.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:25:57 10:25:57.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:25:57 10:25:57.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:25:57 10:25:57.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:25:57 10:25:57.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:25:57 10:25:57.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:25:57 10:25:57.805 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:25:57 10:25:57.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:25:57 10:25:57.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:25:57 10:25:57.908 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:25:58 10:25:57.967 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:25:58 10:25:58.004 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:25:58 10:25:58.088 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:25:58 10:25:58.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:25:58 10:25:58.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:25:58 10:25:58.156 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:25:58 10:25:58.156 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:25:58 10:25:58.310 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:25:58 10:25:58.571 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:25:58 10:25:58.918 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:25:59 10:25:58.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:25:59 10:25:59.023 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:25:59 10:25:59.559 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:25:59 10:25:59.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:25:59 10:25:59.786 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:25:59 10:25:59.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:25:59 10:25:59.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:25:59 10:25:59.963 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:25:59 10:25:59.963 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:25:59 10:25:59.963 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:00   Given A device named "CaseSensitiveTestName"                          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:26:00   When I search for a device with the client ID "CaseSensitiveTestName" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithClientId(java.lang.String)
06:26:00   Then I find device with clientId "CaseSensitiveTestName"              # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String)
06:26:00 10:25:59.985 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:00 10:25:59.996 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:00 
06:26:00 @deviceRegistry @env_none
06:26:00 Scenario: Find device by registry ID                # features/DeviceRegistry.feature:126
06:26:00 10:26:00.055 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:00 10:26:00.057 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:00 10:26:00.057 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:00 10:26:00.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:00 10:26:00.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:00 10:26:00.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:00 10:26:00.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:00 10:26:00.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:00 10:26:00.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:00 10:26:00.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:00 10:26:00.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:00 10:26:00.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:00 10:26:00.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:00 10:26:00.133 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:26:00 10:26:00.232 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:00 10:26:00.232 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:00 10:26:00.232 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:00 10:26:00.291 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:00 10:26:00.330 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:00 10:26:00.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:00 10:26:00.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:00 10:26:00.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:00 10:26:00.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:00 10:26:00.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:00 10:26:00.635 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:00 10:26:00.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:01 10:26:01.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:01 10:26:01.342 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:01 10:26:01.392 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:01 10:26:01.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:02 10:26:02.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:02 10:26:02.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:02 10:26:02.331 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:02 10:26:02.331 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:02 10:26:02.331 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:02 10:26:02.331 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:02 10:26:02.332 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:02   Given A device named "TestDevice"                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:26:02   When I search for a device with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId()
06:26:02   Then The device matches the creator parameters    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkCreatedDeviceAgainstCreatorParameters()
06:26:02 10:26:02.351 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:02 10:26:02.361 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:02 
06:26:02 @deviceRegistry @env_none
06:26:02 Scenario: Find device by client ID                      # features/DeviceRegistry.feature:133
06:26:02 10:26:02.406 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:02 10:26:02.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:02 10:26:02.511 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:26:02 10:26:02.613 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:02 10:26:02.614 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:02 10:26:02.614 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:02 10:26:02.670 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:02 10:26:02.706 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:02 10:26:02.776 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:02 10:26:02.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:02 10:26:02.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:02 10:26:02.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:02 10:26:02.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:03 10:26:02.996 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:03 10:26:03.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:03 10:26:03.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:03 10:26:03.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:03 10:26:03.743 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:04 10:26:04.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:04 10:26:04.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:04 10:26:04.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:04 10:26:04.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:04 10:26:04.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:04 10:26:04.641 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:04 10:26:04.641 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:04 10:26:04.641 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:04   Given A device named "TestDevice"                     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:26:04   Then I find the device based on clientID "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceByRememberedClientId(java.lang.String)
06:26:04 10:26:04.660 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:04 10:26:04.670 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:04 
06:26:04 @deviceRegistry @env_none
06:26:04 Scenario: Try to find a device with an invalid registry ID  # features/DeviceRegistry.feature:139
06:26:04 10:26:04.721 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:04 10:26:04.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:04 10:26:04.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:04 10:26:04.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:04 10:26:04.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:04 10:26:04.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:04 10:26:04.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:04 10:26:04.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:04 10:26:04.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:04 10:26:04.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:04 10:26:04.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:04 10:26:04.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:04 10:26:04.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:04 10:26:04.799 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:26:04 10:26:04.896 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:04 10:26:04.896 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:04 10:26:04.896 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:04 10:26:04.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:05 10:26:04.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:05 10:26:05.053 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:05 10:26:05.120 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:05 10:26:05.120 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:05 10:26:05.121 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:05 10:26:05.121 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:05 10:26:05.284 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:05 10:26:05.564 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:05 10:26:05.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:05 10:26:05.976 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:06 10:26:06.025 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:06 10:26:06.539 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:06 10:26:06.672 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:06 10:26:06.766 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:06 10:26:06.952 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:06 10:26:06.952 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:06 10:26:06.952 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:06 10:26:06.952 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:06 10:26:06.952 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:06   When I search for a device with a nonexisting registry ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRandomId()
06:26:06   Then There is no such device                              # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.noSuchDevice()
06:26:06 10:26:06.963 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:06 10:26:06.973 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:07 
06:26:07 @deviceRegistry @env_none
06:26:07 Scenario: Try to find a device with an invalid client ID    # features/DeviceRegistry.feature:146
06:26:07 10:26:07.018 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:07 10:26:07.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:07 10:26:07.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:07 10:26:07.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:07 10:26:07.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:07 10:26:07.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:07 10:26:07.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:07 10:26:07.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:07 10:26:07.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:07 10:26:07.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:07 10:26:07.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:07 10:26:07.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:07 10:26:07.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:07 10:26:07.099 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:26:07 10:26:07.215 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:07 10:26:07.215 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:07 10:26:07.215 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:07 10:26:07.270 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:07 10:26:07.305 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:07 10:26:07.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:07 10:26:07.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:07 10:26:07.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:07 10:26:07.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:07 10:26:07.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:07 10:26:07.600 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:07 10:26:07.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:08 10:26:08.233 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:08 10:26:08.282 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:08 10:26:08.331 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:08 10:26:08.833 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:08 10:26:08.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:09 10:26:09.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:09 10:26:09.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:09 10:26:09.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:09 10:26:09.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:09 10:26:09.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:09 10:26:09.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:09   When I search for a device with a nonexisting registry ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRandomId()
06:26:09   Then There is no such device                              # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.noSuchDevice()
06:26:09 10:26:09.234 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:09 10:26:09.245 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:09 
06:26:09 @deviceRegistry @env_none
06:26:09 Scenario: Device query - find by BIOS version                  # features/DeviceRegistry.feature:153
06:26:09 10:26:09.299 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:09 10:26:09.300 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:09 10:26:09.300 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:09 10:26:09.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:09 10:26:09.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:09 10:26:09.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:09 10:26:09.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:09 10:26:09.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:09 10:26:09.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:09 10:26:09.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:09 10:26:09.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:09 10:26:09.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:09 10:26:09.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:09 10:26:09.393 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:26:09 10:26:09.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:09 10:26:09.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:09 10:26:09.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:09 10:26:09.553 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:09 10:26:09.588 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:09 10:26:09.665 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:09 10:26:09.733 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:09 10:26:09.733 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:09 10:26:09.733 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:09 10:26:09.733 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:09 10:26:09.889 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:10 10:26:10.140 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:10 10:26:10.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:10 10:26:10.539 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:10 10:26:10.589 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:11 10:26:11.089 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:11 10:26:11.220 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:11 10:26:11.323 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:11 10:26:11.501 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:11 10:26:11.501 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:11 10:26:11.501 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:11 10:26:11.501 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:11 10:26:11.501 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:11   Given A device with BIOS version "1.1.0" named "TestDevice1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDeviceWithBiosVersion(java.lang.String,java.lang.String)
06:26:11   Given A device with BIOS version "1.2.0" named "TestDevice2" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDeviceWithBiosVersion(java.lang.String,java.lang.String)
06:26:11   Given A device with BIOS version "1.3.0" named "TestDevice3" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDeviceWithBiosVersion(java.lang.String,java.lang.String)
06:26:11   When I query for devices with BIOS version "1.1.0"           # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevicesBasedOnBiosVersion(java.lang.String)
06:26:11   And I extract the device with correct BIOS version           # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.getFirstDeviceFromList()
06:26:11   Then The device client id is "TestDevice1"                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkDeviceClientName(java.lang.String)
06:26:11 10:26:11.537 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:11 10:26:11.549 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:11 
06:26:11 @deviceRegistry @env_none
06:26:11 Scenario: Device queries                                              # features/DeviceRegistry.feature:165
06:26:11 10:26:11.603 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:11 10:26:11.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:11 10:26:11.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:11 10:26:11.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:11 10:26:11.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:11 10:26:11.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:11 10:26:11.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:11 10:26:11.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:11 10:26:11.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:11 10:26:11.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:11 10:26:11.605 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:11 10:26:11.606 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:11 10:26:11.606 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:11 10:26:11.698 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:26:11 10:26:11.793 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:11 10:26:11.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:11 10:26:11.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:11 10:26:11.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:11 10:26:11.886 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:11 10:26:11.969 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:12 10:26:12.030 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:12 10:26:12.030 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:12 10:26:12.031 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:12 10:26:12.031 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:12 10:26:12.178 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:12 10:26:12.423 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:12 10:26:12.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:12 10:26:12.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:13 10:26:12.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:13 10:26:13.458 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:13 10:26:13.585 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:13 10:26:13.677 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:13 10:26:13.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:13 10:26:13.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:13 10:26:13.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:13 10:26:13.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:13 10:26:13.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:14   Given I create 100 randomly named devices with BIOS version "1.1.0" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.generateABunchOfTestDevices(int,java.lang.String)
06:26:15   Given I create 201 randomly named devices with BIOS version "1.2.0" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.generateABunchOfTestDevices(int,java.lang.String)
06:26:16   Given I create 98 randomly named devices with BIOS version "1.3.0"  # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.generateABunchOfTestDevices(int,java.lang.String)
06:26:16   When I query for devices with BIOS version "1.1.0"                  # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevicesBasedOnBiosVersion(java.lang.String)
06:26:16   Then I find 100 devices                                             # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkListForNumberOfItems(int)
06:26:16   When I query for devices with BIOS version "1.3.0"                  # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevicesBasedOnBiosVersion(java.lang.String)
06:26:16   Then I find 98 devices                                              # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkListForNumberOfItems(int)
06:26:16   When I query for devices with BIOS different from "1.2.0"           # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevicesWithDifferentBiosVersion(java.lang.String)
06:26:16   Then I find 201 devices                                             # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkListForNumberOfItems(int)
06:26:16 10:26:16.309 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:16 10:26:16.320 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:16 
06:26:16 @deviceRegistry @env_none
06:26:16 Scenario: Count devices with a specific BIOS version                 # features/DeviceRegistry.feature:179
06:26:16 10:26:16.383 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:16 10:26:16.386 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:16 10:26:16.463 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:26:16 10:26:16.561 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:16 10:26:16.561 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:16 10:26:16.561 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:16 10:26:16.613 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:16 10:26:16.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:16 10:26:16.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:16 10:26:16.774 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:16 10:26:16.774 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:16 10:26:16.774 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:16 10:26:16.774 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:17 10:26:16.925 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:17 10:26:17.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:17 10:26:17.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:17 10:26:17.604 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:17 10:26:17.655 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:18 10:26:18.177 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:18 10:26:18.298 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:18 10:26:18.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:18 10:26:18.557 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:18 10:26:18.557 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:18 10:26:18.558 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:18 10:26:18.558 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:18 10:26:18.558 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:18   Given I create 15 randomly named devices with BIOS version "1.1.0" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.generateABunchOfTestDevices(int,java.lang.String)
06:26:18   Given I create 25 randomly named devices with BIOS version "1.2.0" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.generateABunchOfTestDevices(int,java.lang.String)
06:26:18   Given I create 35 randomly named devices with BIOS version "1.3.0" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.generateABunchOfTestDevices(int,java.lang.String)
06:26:18   When I count devices with BIOS version "1.2.0"                     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countDevicesWithBIOSVersion(java.lang.String)
06:26:18   Then I count 25                                                    # org.eclipse.kapua.qa.common.BasicSteps.checkCountResult(int)
06:26:18 10:26:18.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:18 10:26:18.859 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:18 
06:26:18 @deviceRegistry @env_none
06:26:18 Scenario: Try to update the device client ID                           # features/DeviceRegistry.feature:192
06:26:18 10:26:18.907 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:18 10:26:18.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:19 10:26:18.997 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:26:19 10:26:19.094 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:19 10:26:19.094 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:19 10:26:19.094 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:19 10:26:19.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:19 10:26:19.179 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:19 10:26:19.246 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:19 10:26:19.306 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:19 10:26:19.306 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:19 10:26:19.306 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:19 10:26:19.306 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:19 10:26:19.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:19 10:26:19.739 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:20 10:26:20.095 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:20 10:26:20.144 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:20 10:26:20.192 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:20 10:26:20.684 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:20 10:26:20.843 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:21 10:26:20.953 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:21 10:26:21.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:21 10:26:21.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:21 10:26:21.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:21 10:26:21.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:21 10:26:21.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:21   Given A device named "TestDevice"                                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:26:21   When I update the device clientID from "TestDevice" to "NewClientId" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iUpdateTheDeviceClientIDToNewClientId(java.lang.String,java.lang.String)
06:26:21   Then I find device with clientId "TestDevice"                        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String)
06:26:21 10:26:21.182 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:21 10:26:21.193 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:21 
06:26:21 @deviceRegistry @env_none
06:26:21 Scenario: Update a non existing device                                                                             # features/DeviceRegistry.feature:200
06:26:21 10:26:21.253 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:21 10:26:21.255 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:21 10:26:21.255 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:21 10:26:21.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:21 10:26:21.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:21 10:26:21.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:21 10:26:21.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:21 10:26:21.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:21 10:26:21.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:21 10:26:21.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:21 10:26:21.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:21 10:26:21.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:21 10:26:21.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:21 10:26:21.352 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:26:21 10:26:21.471 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:21 10:26:21.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:21 10:26:21.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:21 10:26:21.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:21 10:26:21.591 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:21 10:26:21.672 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:21 10:26:21.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:21 10:26:21.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:21 10:26:21.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:21 10:26:21.759 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:21 10:26:21.939 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:22 10:26:22.230 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:22 10:26:22.659 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:22 10:26:22.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:22 10:26:22.766 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:23 10:26:23.337 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:23 10:26:23.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:23 10:26:23.600 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:23 10:26:23.779 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:23 10:26:23.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:23 10:26:23.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:23 10:26:23.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:23 10:26:23.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:23   Given A device named "TestDevice"                                                                                # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:26:23   And I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type device with id/name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:26:23 10:26:23.795 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:26:23 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type device with id/name 8,845,792,476,355,168,453 was not found.
06:26:23 	at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.lambda$update$1(KapuaUpdatableEntityJpaRepository.java:43)
06:26:23 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:26:23 	at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.update(KapuaUpdatableEntityJpaRepository.java:43)
06:26:23 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$update$1(DeviceRegistryServiceImpl.java:138)
06:26:23 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:26:23 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.update(DeviceRegistryServiceImpl.java:136)
06:26:23 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.update(DeviceRegistryServiceImpl.java:49)
06:26:23 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.updateDeviceWithInvalidId(DeviceRegistrySteps.java:744)
06:26:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:26:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:26:23 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:26:23 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:26:23 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:26:23 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:26:23 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:26:23 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:26:23 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:26:23 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:26:23 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:26:23 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:26:23 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:26:23 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:26:23 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:26:23 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:26:23 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:26:23 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:26:23 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:26:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:26:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:26:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:26:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:26:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:26:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:26:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:26:23 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:26:23 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:26:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:26:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:26:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:26:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:26:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:26:23 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:26:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:26:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:26:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:26:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:26:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:26:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:26:23 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:26:23 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:26:23 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:26:23 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:26:23 
06:26:23     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type device with id/name 8,845,792,476,355,168,453 was not found.
06:26:23 
06:26:23   When I update a device with an invalid ID                                                                        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.updateDeviceWithInvalidId()
06:26:23   Then An exception was thrown                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:26:23 10:26:23.801 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:23 10:26:23.813 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:23 
06:26:23 @deviceRegistry @env_none
06:26:23 Scenario: Delete an existing device from the registry     # features/DeviceRegistry.feature:208
06:26:23 10:26:23.868 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:23 10:26:23.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:24 10:26:23.955 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:26:24 10:26:24.051 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:24 10:26:24.051 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:24 10:26:24.051 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:24 10:26:24.105 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:24 10:26:24.148 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:24 10:26:24.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:24 10:26:24.273 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:24 10:26:24.273 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:24 10:26:24.273 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:24 10:26:24.273 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:24 10:26:24.422 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:24 10:26:24.699 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:25 10:26:25.037 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:25 10:26:25.084 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:25 10:26:25.132 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:25 10:26:25.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:25 10:26:25.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:25 10:26:25.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:26 10:26:26.056 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:26 10:26:26.056 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:26 10:26:26.057 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:26 10:26:26.057 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:26 10:26:26.057 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:26   Given A device named "TestDevice"                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:26:26   When I delete the device with the clientId "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithClientId(java.lang.String)
06:26:26   Then There is no device with the client ID "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkWhetherNamedDeviceStillExists(java.lang.String)
06:26:26 10:26:26.081 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:26 10:26:26.101 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:26 
06:26:26 @deviceRegistry @env_none
06:26:26 Scenario: Try to delete a non existing device from the registry                                                      # features/DeviceRegistry.feature:217
06:26:26 10:26:26.164 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:26 10:26:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:26 10:26:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:26 10:26:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:26 10:26:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:26 10:26:26.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:26 10:26:26.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:26 10:26:26.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:26 10:26:26.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:26 10:26:26.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:26 10:26:26.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:26 10:26:26.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:26 10:26:26.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:26 10:26:26.241 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:26:26 10:26:26.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:26 10:26:26.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:26 10:26:26.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:26 10:26:26.396 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:26 10:26:26.429 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:26 10:26:26.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:26 10:26:26.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:26 10:26:26.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:26 10:26:26.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:26 10:26:26.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:26 10:26:26.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:27 10:26:26.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:27 10:26:27.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:27 10:26:27.436 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:27 10:26:27.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:28 10:26:28.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:28 10:26:28.200 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:28 10:26:28.291 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:28 10:26:28.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:28 10:26:28.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:28 10:26:28.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:28 10:26:28.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:28 10:26:28.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:28   Given I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type device with id/name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:26:28 10:26:28.459 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:26:28 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type device with id/name 9,005,572,578,326,825,483 was not found.
06:26:28 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:301)
06:26:28 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:26:28 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:301)
06:26:28 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$delete$6(DeviceRegistryServiceImpl.java:192)
06:26:28 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:26:28 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.delete(DeviceRegistryServiceImpl.java:189)
06:26:28 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRandomIds(DeviceRegistrySteps.java:779)
06:26:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:26:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:26:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:26:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:26:28 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:26:28 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:26:28 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:26:28 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:26:28 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:26:28 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:26:28 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:26:28 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:26:28 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:26:28 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:26:28 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:26:28 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:26:28 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:26:28 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:26:28 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:26:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:26:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:26:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:26:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:26:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:26:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:26:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:26:28 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:26:28 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:26:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:26:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:26:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:26:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:26:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:26:28 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:26:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:26:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:26:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:26:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:26:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:26:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:26:28 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:26:28 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:26:28 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:26:28 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:26:28 
06:26:28     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type device with id/name 9,005,572,578,326,825,483 was not found.
06:26:28 
06:26:28   When When I delete a device with nonexisting ID                                                                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRandomIds()
06:26:28   Then An exception was thrown                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:26:28 10:26:28.462 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:28 10:26:28.473 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:28 
06:26:28 @deviceRegistry @env_none
06:26:28 Scenario: Device factory sanity checks                          # features/DeviceRegistry.feature:225
06:26:28 10:26:28.554 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:28 10:26:28.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:28 10:26:28.632 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:26:28 10:26:28.734 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:28 10:26:28.735 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:28 10:26:28.735 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:28 10:26:28.786 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:28 10:26:28.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:28 10:26:28.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:28 10:26:28.942 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:28 10:26:28.942 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:28 10:26:28.943 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:28 10:26:28.943 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:29 10:26:29.090 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:29 10:26:29.343 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:29 10:26:29.680 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:29 10:26:29.735 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:29 10:26:29.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:30 10:26:30.310 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:30 10:26:30.431 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:30 10:26:30.522 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:30 10:26:30.679 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:30 10:26:30.679 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:30 10:26:30.679 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:30 10:26:30.679 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:30 10:26:30.679 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:30   Then All device factory functions must return non null values # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.exerciseAllDeviceFactoryFunctions()
06:26:30 10:26:30.685 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:30 10:26:30.695 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:30 
06:26:30 @deviceRegistry @env_none @teardown
06:26:30 Scenario: Reset Security Context for all scenarios # features/DeviceRegistry.feature:232
06:26:30 10:26:30.758 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager...
06:26:30 10:26:30.758 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE
06:26:30   Given Reset Security Context                     # org.eclipse.kapua.qa.common.utils.InitShiro.stop()
06:26:30 
06:26:30 @deviceRegistry @deviceConnection @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator")
06:26:30 Scenario: Initialize test environment # features/DeviceRegistryConnection.feature:23
06:26:30 10:26:30.847 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment...
06:26:30 10:26:30.847 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem:
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:26:30 10:26:30.849 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE
06:26:30 10:26:30.850 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:26:30 10:26:30.850 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 
06:26:30 10:26:30.854 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:26:30 10:26:30.854 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: N/A
06:26:30 10:26:30.854 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:26:30 10:26:30.854 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:26:30 10:26:30.854 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:26:30 10:26:30.854 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:26:30 10:26:30.854 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:26:30 10:26:30.856 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:26:30 10:26:30.856 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:26:30 10:26:30.856 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:26:30 10:26:30.856 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:26:30 10:26:30.856 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:26:30 10:26:30.857 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:26:30 10:26:30.874 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:26:30 10:26:30.874 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:26:30 10:26:30.874 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:26:30 10:26:30.874 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
06:26:30 10:26:30.874 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:26:30 10:26:30.874 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:26:30 10:26:30.884 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
06:26:30 10:26:30.884 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:26:30 10:26:30.884 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:26:30 10:26:30.885 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
06:26:30 10:26:30.885 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:26:30 10:26:30.885 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:26:30 10:26:30.900 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:26:30 10:26:30.900 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:26:30   Given Init Jaxb Context             # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:26:30 10:26:30.901 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:26:30 10:26:30.901 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:26:30 10:26:30.939 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:26:30 10:26:30.939 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:26:30 10:26:30.940 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:26:30 10:26:30.941 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator
06:26:30 10:26:30.944 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:26:31 10:26:31.166 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:26:31 10:26:31.166 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:26:31 10:26:31.167 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator
06:26:31 10:26:31.167 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator
06:26:31 10:26:31.168 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator
06:26:31 10:26:31.168 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:26:31 10:26:31.171 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:26:31 10:26:31.171 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:26:31 10:26:31.174 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:26:31 10:26:31.174 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:26:31   And Init Security Context           # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:26:31 10:26:31.176 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator
06:26:31 10:26:31.176 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:26:31 10:26:31.176 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator
06:26:31 10:26:31.177 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator
06:26:31 10:26:31.177 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator
06:26:31 10:26:31.177 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator
06:26:31 10:26:31.178 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator
06:26:31 10:26:31.178 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator
06:26:31 10:26:31.180 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:26:31 10:26:31.180 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator
06:26:31 10:26:31.181 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:26:31 10:26:31.182 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:26:31 10:26:31.182 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator
06:26:31 10:26:31.182 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator
06:26:31 10:26:31.182 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator
06:26:31 10:26:31.182 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator
06:26:31 10:26:31.182 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator
06:26:31 10:26:31.182 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator
06:26:31 10:26:31.182 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator
06:26:31 10:26:31.183 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator
06:26:31 10:26:31.183 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:26:31 10:26:31.183 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:26:31 10:26:31.184 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator
06:26:31 10:26:31.184 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator
06:26:31 10:26:31.184 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator
06:26:31 10:26:31.185 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator
06:26:31 10:26:31.185 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:26:31 10:26:31.185 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:26:31 10:26:31.185 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:26:31 10:26:31.186 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:26:31 10:26:31.186 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:26:31 10:26:31.187 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:26:31 10:26:31.187 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:26:31 10:26:31.188 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:26:31 10:26:31.188 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:26:31 10:26:31.190 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:26:31 10:26:31.190 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator
06:26:31 10:26:31.191 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator
06:26:31 10:26:31.191 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator
06:26:31 10:26:31.191 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:26:31 10:26:31.191 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:26:31 10:26:31.191 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:26:31 10:26:31.192 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:26:31 10:26:31.192 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:26:31 10:26:31.192 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:26:31 10:26:31.193 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:26:31 10:26:31.193 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:26:31 10:26:31.194 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:26:31 
06:26:31 @deviceRegistry @deviceConnection @env_none
06:26:31 Scenario: Regular connection               # features/DeviceRegistryConnection.feature:27
06:26:31 10:26:31.270 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:31 10:26:31.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:31 10:26:31.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:31 10:26:31.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:31 10:26:31.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:31 10:26:31.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:31 10:26:31.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:31 10:26:31.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:31 10:26:31.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:31 10:26:31.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:31 10:26:31.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:31 10:26:31.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:31 10:26:31.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:31 10:26:31.351 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:26:31 10:26:31.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:31 10:26:31.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:31 10:26:31.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:31 10:26:31.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:31 10:26:31.536 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:31 10:26:31.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:31 10:26:31.663 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:31 10:26:31.663 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:31 10:26:31.664 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:31 10:26:31.664 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:31 10:26:31.816 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:32 10:26:32.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:32 10:26:32.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:32 10:26:32.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:32 10:26:32.521 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:33 10:26:33.030 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:33 10:26:33.163 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:33 10:26:33.268 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:33 10:26:33.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:33 10:26:33.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:33 10:26:33.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:33 10:26:33.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:33 10:26:33.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:33   Given The User ID 1                      # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:33   And Scope with ID 1                      # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:33 10:26:33.454 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:26:33 10:26:33.455 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:26:33   And I have the following connection      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:33   Then The connection object is regular    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionObject()
06:26:33   And The connection details match         # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionDetails(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:33   And The connection status is "CONNECTED" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkDeviceConnectionStatus(java.lang.String)
06:26:33 10:26:33.470 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:33 10:26:33.481 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:33 
06:26:33 @deviceRegistry @deviceConnection @env_none
06:26:33 Scenario: Device connection update        # features/DeviceRegistryConnection.feature:43
06:26:33 10:26:33.526 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:33 10:26:33.527 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:33 10:26:33.527 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:33 10:26:33.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:33 10:26:33.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:33 10:26:33.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:33 10:26:33.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:33 10:26:33.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:33 10:26:33.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:33 10:26:33.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:33 10:26:33.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:33 10:26:33.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:33 10:26:33.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:33 10:26:33.603 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:26:33 10:26:33.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:33 10:26:33.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:33 10:26:33.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:33 10:26:33.753 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:33 10:26:33.786 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:33 10:26:33.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:33 10:26:33.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:33 10:26:33.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:33 10:26:33.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:33 10:26:33.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:34 10:26:34.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:34 10:26:34.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:34 10:26:34.651 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:34 10:26:34.698 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:34 10:26:34.745 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:35 10:26:35.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:35 10:26:35.354 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:35 10:26:35.458 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:35 10:26:35.619 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:35 10:26:35.619 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:35 10:26:35.620 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:35 10:26:35.620 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:35 10:26:35.620 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:35   Given The User ID 1                     # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:35   And Scope with ID 1                     # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:35   And I have the following connection     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:35   When I modify the connection details to # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.updateConnectionDetails(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:35   Then No exception was thrown            # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:26:35   And The connection details match        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionDetails(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:35 10:26:35.645 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:35 10:26:35.660 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:35 
06:26:35 @deviceRegistry @deviceConnection @env_none
06:26:35 Scenario: Try to modify the connection client ID                 # features/DeviceRegistryConnection.feature:60
06:26:35 10:26:35.702 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:35 10:26:35.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:35 10:26:35.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:35 10:26:35.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:35 10:26:35.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:35 10:26:35.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:35 10:26:35.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:35 10:26:35.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:35 10:26:35.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:35 10:26:35.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:35 10:26:35.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:35 10:26:35.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:35 10:26:35.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:35 10:26:35.785 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:26:35 10:26:35.886 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:35 10:26:35.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:35 10:26:35.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:35 10:26:35.941 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:35 10:26:35.974 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:36 10:26:36.040 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:36 10:26:36.099 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:36 10:26:36.099 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:36 10:26:36.099 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:36 10:26:36.099 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:36 10:26:36.249 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:36 10:26:36.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:36 10:26:36.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:36 10:26:36.889 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:36 10:26:36.940 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:37 10:26:37.498 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:37 10:26:37.626 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:37 10:26:37.734 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:37 10:26:37.911 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:37 10:26:37.911 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:37 10:26:37.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:37 10:26:37.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:37 10:26:37.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:37   Given The User ID 1                                            # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:37   And Scope with ID 1                                            # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:37   And I have the following connection                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:37   When I try to modify the connection client Id to "testClient2" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.changeConnectionClientId(java.lang.String)
06:26:37   Then No exception was thrown                                   # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:26:37   And The connection client ID remains unchanged                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkThatClientIdHasNotChanged()
06:26:37 10:26:37.933 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:37 10:26:37.944 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:38 
06:26:38 @deviceRegistry @deviceConnection @env_none
06:26:38 Scenario: Count connections in scope   # features/DeviceRegistryConnection.feature:74
06:26:38 10:26:38.007 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:38 10:26:38.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:38 10:26:38.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:38 10:26:38.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:38 10:26:38.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:38 10:26:38.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:38 10:26:38.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:38 10:26:38.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:38 10:26:38.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:38 10:26:38.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:38 10:26:38.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:38 10:26:38.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:38 10:26:38.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:38 10:26:38.105 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values
06:26:38 10:26:38.214 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:38 10:26:38.215 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:38 10:26:38.215 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:38 10:26:38.285 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:38 10:26:38.325 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:38 10:26:38.398 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:38 10:26:38.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:38 10:26:38.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:38 10:26:38.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:38 10:26:38.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:38 10:26:38.648 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:38 10:26:38.900 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:39 10:26:39.289 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:39 10:26:39.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:39 10:26:39.422 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:40 10:26:39.955 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:40 10:26:40.087 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:40 10:26:40.203 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:40 10:26:40.364 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:40 10:26:40.364 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:40 10:26:40.365 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:40 10:26:40.365 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:40 10:26:40.365 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:40   Given Scope with ID 1                # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:40   And I have the following connections # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:40   Then No exception was thrown         # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:26:40   And I count 7 connections in scope 1 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countConnectioncInScope(int,int)
06:26:40 10:26:40.397 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:40 10:26:40.408 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:40 
06:26:40 @deviceRegistry @deviceConnection @env_none
06:26:40 Scenario: Count connections in empty scope # features/DeviceRegistryConnection.feature:90
06:26:40 10:26:40.466 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:40 10:26:40.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:40 10:26:40.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:40 10:26:40.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:40 10:26:40.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:40 10:26:40.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:40 10:26:40.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:40 10:26:40.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:40 10:26:40.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:40 10:26:40.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:40 10:26:40.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:40 10:26:40.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:40 10:26:40.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:40 10:26:40.541 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:26:40 10:26:40.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:40 10:26:40.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:40 10:26:40.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:40 10:26:40.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:40 10:26:40.722 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:40 10:26:40.788 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:40 10:26:40.862 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:40 10:26:40.862 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:40 10:26:40.863 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:40 10:26:40.863 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:41 10:26:41.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:41 10:26:41.255 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:41 10:26:41.594 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:41 10:26:41.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:41 10:26:41.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:42 10:26:42.199 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:42 10:26:42.333 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:42 10:26:42.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:42 10:26:42.595 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:42 10:26:42.595 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:42 10:26:42.595 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:42 10:26:42.595 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:42 10:26:42.595 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:42   Given Scope with ID 1                    # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:42   And I have the following connections     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:42   Then I count 0 connections in scope 42   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countConnectioncInScope(int,int)
06:26:42 10:26:42.627 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:42 10:26:42.645 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:42 
06:26:42 @deviceRegistry @deviceConnection @env_none
06:26:42 Scenario: Try to change an existing connection ID                                                                            # features/DeviceRegistryConnection.feature:106
06:26:42 10:26:42.705 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:42 10:26:42.707 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:42 10:26:42.707 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:42 10:26:42.707 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:42 10:26:42.707 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:42 10:26:42.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:42 10:26:42.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:42 10:26:42.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:42 10:26:42.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:42 10:26:42.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:42 10:26:42.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:42 10:26:42.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:42 10:26:42.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:42 10:26:42.787 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:26:43 10:26:42.921 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:43 10:26:42.922 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:43 10:26:42.922 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:43 10:26:42.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:43 10:26:43.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:43 10:26:43.093 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:43 10:26:43.162 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:43 10:26:43.162 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:43 10:26:43.162 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:43 10:26:43.162 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:43 10:26:43.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:43 10:26:43.601 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:44 10:26:43.955 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:44 10:26:44.003 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:44 10:26:44.053 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:44 10:26:44.537 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:44 10:26:44.664 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:44 10:26:44.752 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:44 10:26:44.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:44 10:26:44.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:44 10:26:44.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:44 10:26:44.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:44 10:26:44.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:44   Given The User ID 1                                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:44   And Scope with ID 1                                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:44   And I have the following connection                                                                                        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:44   And I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type deviceConnection with id/name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:26:44 10:26:44.920 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:26:44 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceConnection with id/name 3,203,231,744,383,820,274 was not found.
06:26:44 	at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.lambda$update$1(KapuaUpdatableEntityJpaRepository.java:43)
06:26:44 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:26:44 	at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.update(KapuaUpdatableEntityJpaRepository.java:43)
06:26:44 	at org.eclipse.kapua.service.device.registry.connection.internal.DeviceConnectionServiceImpl.lambda$update$1(DeviceConnectionServiceImpl.java:149)
06:26:44 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:26:44 	at org.eclipse.kapua.service.device.registry.connection.internal.DeviceConnectionServiceImpl.update(DeviceConnectionServiceImpl.java:149)
06:26:44 	at org.eclipse.kapua.service.device.registry.connection.internal.DeviceConnectionServiceImpl.update(DeviceConnectionServiceImpl.java:57)
06:26:44 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.changeConnectionIdRandomly(DeviceRegistrySteps.java:1161)
06:26:44 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:26:44 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:26:44 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:26:44 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:26:44 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:26:44 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:26:44 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:26:44 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:26:44 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:26:44 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:26:44 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:26:44 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:26:44 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:26:44 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:26:44 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:26:44 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:26:44 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:26:44 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:26:44 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:26:44 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:26:44 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:26:44 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:26:44 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:26:44 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:26:44 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:26:44 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:26:44 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:26:44 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:26:44 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:26:44 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:26:44 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:26:44 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:26:44 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:26:44 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:26:44 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:26:44 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:26:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:26:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:26:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:26:44 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:26:44 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:26:44 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:26:44 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:26:44 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:26:44 
06:26:44     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type deviceConnection with id/name 3,203,231,744,383,820,274 was not found.
06:26:44 
06:26:44   When I try to modify the connection Id                                                                                     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.changeConnectionIdRandomly()
06:26:44   Then An exception was thrown                                                                                               # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:26:44 10:26:44.922 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:44 10:26:44.933 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:45 
06:26:45 @deviceRegistry @deviceConnection @env_none
06:26:45 Scenario: Find a connection by its IDs                       # features/DeviceRegistryConnection.feature:119
06:26:45 10:26:44.970 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:45 10:26:44.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:45 10:26:45.044 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:26:45 10:26:45.135 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:45 10:26:45.135 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:45 10:26:45.136 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:45 10:26:45.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:45 10:26:45.218 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:45 10:26:45.286 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:45 10:26:45.343 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:45 10:26:45.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:45 10:26:45.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:45 10:26:45.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:45 10:26:45.482 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:45 10:26:45.721 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:46 10:26:46.058 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:46 10:26:46.104 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:46 10:26:46.150 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:46 10:26:46.643 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:46 10:26:46.766 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:46 10:26:46.858 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:47 10:26:47.016 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:47 10:26:47.016 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:47 10:26:47.016 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:47 10:26:47.016 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:47 10:26:47.016 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:47   Given The User ID 1                                        # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:47   And Scope with ID 1                                        # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:47   And I have the following connection                        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:47   When I search for a connection by scope and connection IDs # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByScopeAndConnectionId()
06:26:47   Then The connection details match                          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionDetails(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:47 10:26:47.029 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:47 10:26:47.045 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:47 
06:26:47 @deviceRegistry @deviceConnection @env_none
06:26:47 Scenario: I try to find a non-existing connection # features/DeviceRegistryConnection.feature:133
06:26:47 10:26:47.084 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:47 10:26:47.085 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:47 10:26:47.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:47 10:26:47.161 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:26:47 10:26:47.255 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:47 10:26:47.255 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:47 10:26:47.255 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:47 10:26:47.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:47 10:26:47.345 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:47 10:26:47.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:47 10:26:47.466 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:47 10:26:47.466 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:47 10:26:47.467 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:47 10:26:47.467 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:47 10:26:47.606 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:47 10:26:47.848 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:48 10:26:48.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:48 10:26:48.219 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:48 10:26:48.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:48 10:26:48.779 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:48 10:26:48.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:49 10:26:48.990 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:49 10:26:49.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:49 10:26:49.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:49 10:26:49.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:49 10:26:49.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:49 10:26:49.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:49   Given The User ID 1                             # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:49   And Scope with ID 1                             # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:49   And I have the following connection             # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:49   When I search for a random connection ID        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForARandomConnectionId()
06:26:49   Then No connection was found                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkThatConnectionIsNull()
06:26:49 10:26:49.174 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:49 10:26:49.184 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:49 
06:26:49 @deviceRegistry @deviceConnection @env_none
06:26:49 Scenario: Find a connection by its client ID                      # features/DeviceRegistryConnection.feature:145
06:26:49 10:26:49.221 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:49 10:26:49.222 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:49 10:26:49.222 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:49 10:26:49.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:49 10:26:49.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:49 10:26:49.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:49 10:26:49.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:49 10:26:49.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:49 10:26:49.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:49 10:26:49.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:49 10:26:49.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:49 10:26:49.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:49 10:26:49.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:49 10:26:49.302 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:26:49 10:26:49.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:49 10:26:49.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:49 10:26:49.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:49 10:26:49.473 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:49 10:26:49.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:49 10:26:49.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:49 10:26:49.626 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:49 10:26:49.626 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:49 10:26:49.626 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:49 10:26:49.626 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:49 10:26:49.768 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:50 10:26:50.019 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:50 10:26:50.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:50 10:26:50.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:50 10:26:50.453 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:51 10:26:50.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:51 10:26:51.066 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:51 10:26:51.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:51 10:26:51.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:51 10:26:51.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:51 10:26:51.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:51 10:26:51.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:51 10:26:51.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:51   Given The User ID 1                                             # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:51   And Scope with ID 1                                             # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:51   And I have the following connections                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:51   When I search for a connection with the client ID "testClient3" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String)
06:26:51   Then The connection details match                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionDetails(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:51 10:26:51.341 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:51 10:26:51.352 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:51 
06:26:51 @deviceRegistry @deviceConnection @env_none
06:26:51 Scenario: Search for a non existent client ID                       # features/DeviceRegistryConnection.feature:162
06:26:51 10:26:51.389 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:51 10:26:51.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:51 10:26:51.481 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:26:51 10:26:51.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:51 10:26:51.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:51 10:26:51.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:51 10:26:51.632 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:51 10:26:51.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:51 10:26:51.769 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:51 10:26:51.829 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:51 10:26:51.829 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:51 10:26:51.829 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:51 10:26:51.829 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:52 10:26:51.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:52 10:26:52.218 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:52 10:26:52.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:52 10:26:52.592 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:52 10:26:52.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:53 10:26:53.111 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:53 10:26:53.230 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:53 10:26:53.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:53 10:26:53.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:53 10:26:53.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:53 10:26:53.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:53 10:26:53.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:53 10:26:53.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:53   Given The User ID 1                                               # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:53   And Scope with ID 1                                               # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:53   And I have the following connections                              # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:53   When I search for a connection with the client ID "nonexistentId" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String)
06:26:53   Then No connection was found                                      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkThatConnectionIsNull()
06:26:53 10:26:53.495 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:53 10:26:53.506 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:53 
06:26:53 @deviceRegistry @deviceConnection @env_none
06:26:53 Scenario: The Client ID is case sensitive                         # features/DeviceRegistryConnection.feature:177
06:26:53 10:26:53.544 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:53 10:26:53.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:53 10:26:53.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:53 10:26:53.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:53 10:26:53.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:53 10:26:53.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:53 10:26:53.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:53 10:26:53.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:53 10:26:53.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:53 10:26:53.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:53 10:26:53.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:53 10:26:53.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:53 10:26:53.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:53 10:26:53.620 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:26:53 10:26:53.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:53 10:26:53.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:53 10:26:53.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:53 10:26:53.767 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:53 10:26:53.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:53 10:26:53.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:53 10:26:53.937 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:53 10:26:53.937 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:53 10:26:53.938 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:53 10:26:53.938 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:54 10:26:54.081 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:54 10:26:54.324 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:54 10:26:54.649 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:54 10:26:54.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:54 10:26:54.748 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:55 10:26:55.207 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:55 10:26:55.327 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:55 10:26:55.415 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:55 10:26:55.569 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:55 10:26:55.569 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:55 10:26:55.569 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:55 10:26:55.569 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:55 10:26:55.569 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:55   Given The User ID 1                                             # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:55   And Scope with ID 1                                             # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:55   And I have the following connections                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:55   When I search for a connection with the client ID "TESTClient1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String)
06:26:55   Then No connection was found                                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkThatConnectionIsNull()
06:26:55   When I search for a connection with the client ID "testClient1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String)
06:26:55   Then The connection details match                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionDetails(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:55 10:26:55.583 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:55 10:26:55.594 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:55 
06:26:55 @deviceRegistry @deviceConnection @env_none
06:26:55 Scenario: Delete a connection from the database                   # features/DeviceRegistryConnection.feature:190
06:26:55 10:26:55.632 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:55 10:26:55.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:55 10:26:55.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:55 10:26:55.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:55 10:26:55.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:55 10:26:55.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:55 10:26:55.634 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:55 10:26:55.634 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:55 10:26:55.634 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:55 10:26:55.634 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:55 10:26:55.634 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:55 10:26:55.634 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:55 10:26:55.634 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:55 10:26:55.711 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values
06:26:55 10:26:55.806 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:55 10:26:55.807 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:55 10:26:55.807 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:55 10:26:55.856 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:55 10:26:55.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:55 10:26:55.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:56 10:26:56.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:56 10:26:56.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:56 10:26:56.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:56 10:26:56.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:56 10:26:56.178 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:56 10:26:56.418 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:56 10:26:56.740 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:56 10:26:56.796 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:56 10:26:56.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:57 10:26:57.333 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:57 10:26:57.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:57 10:26:57.539 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:57 10:26:57.691 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:57 10:26:57.691 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:57 10:26:57.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:57 10:26:57.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:57 10:26:57.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:57   Given The User ID 1                                             # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:57   And Scope with ID 1                                             # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:57   And I have the following connections                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:57   And I search for a connection with the client ID "testClient3"  # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String)
06:26:57   And I delete the existing connection                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteExistingConnection()
06:26:57   When I search for a connection with the client ID "testClient3" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String)
06:26:57   Then No connection was found                                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkThatConnectionIsNull()
06:26:57 10:26:57.716 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:57 10:26:57.733 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:57 
06:26:57 @deviceRegistry @deviceConnection @env_none
06:26:57 Scenario: Delete a non existing connection                                                                                   # features/DeviceRegistryConnection.feature:206
06:26:57 10:26:57.768 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:57 10:26:57.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:57 10:26:57.771 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:57 10:26:57.845 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:26:57 10:26:57.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:26:57 10:26:57.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:26:57 10:26:57.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:26:58 10:26:57.997 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:26:58 10:26:58.030 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:26:58 10:26:58.096 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:26:58 10:26:58.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:26:58 10:26:58.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:26:58 10:26:58.162 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:26:58 10:26:58.162 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:26:58 10:26:58.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:26:58 10:26:58.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:26:58 10:26:58.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:26:58 10:26:58.918 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:26:58 10:26:58.967 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:26:59 10:26:59.432 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:26:59 10:26:59.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:26:59 10:26:59.645 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:26:59 10:26:59.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:26:59 10:26:59.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:26:59 10:26:59.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:26:59 10:26:59.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:26:59 10:26:59.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:26:59   Given The User ID 1                                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:26:59   And Scope with ID 1                                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:26:59   And I have the following connection                                                                                        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:26:59   And I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type deviceConnection with id/name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:26:59 10:26:59.835 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:26:59 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceConnection with id/name 4,698,725,702,255,395,562 was not found.
06:26:59 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:301)
06:26:59 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:26:59 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:301)
06:26:59 	at org.eclipse.kapua.service.device.registry.connection.internal.DeviceConnectionServiceImpl.lambda$delete$6(DeviceConnectionServiceImpl.java:218)
06:26:59 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:26:59 	at org.eclipse.kapua.service.device.registry.connection.internal.DeviceConnectionServiceImpl.delete(DeviceConnectionServiceImpl.java:218)
06:26:59 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteRandomConnection(DeviceRegistrySteps.java:1277)
06:26:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:26:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:26:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:26:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:26:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:26:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:26:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:26:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:26:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:26:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:26:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:26:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:26:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:26:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:26:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:26:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:26:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:26:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:26:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:26:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:26:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:26:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:26:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:26:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:26:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:26:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:26:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:26:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:26:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:26:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:26:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:26:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:26:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:26:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:26:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:26:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:26:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:26:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:26:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:26:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:26:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:26:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:26:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:26:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:26:59 
06:26:59     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type deviceConnection with id/name 4,698,725,702,255,395,562 was not found.
06:26:59 
06:26:59   When I try to delete a random connection ID                                                                                # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteRandomConnection()
06:26:59   Then An exception was thrown                                                                                               # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:26:59 10:26:59.837 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:26:59 10:26:59.847 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:26:59 
06:26:59 @deviceRegistry @deviceConnection @env_none
06:26:59 Scenario: Generic connection query                                                   # features/DeviceRegistryConnection.feature:219
06:26:59 10:26:59.885 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:26:59 10:26:59.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:26:59 10:26:59.968 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:27:00 10:27:00.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:00 10:27:00.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:00 10:27:00.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:00 10:27:00.115 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:00 10:27:00.146 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:00 10:27:00.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:00 10:27:00.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:00 10:27:00.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:00 10:27:00.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:00 10:27:00.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:00 10:27:00.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:00 10:27:00.653 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:01 10:27:00.987 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:01 10:27:01.046 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:01 10:27:01.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:01 10:27:01.639 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:01 10:27:01.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:01 10:27:01.884 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:02 10:27:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:02 10:27:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:02 10:27:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:02 10:27:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:02 10:27:02.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:02   Given The User ID 1                                                                # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer)
06:27:02   And Scope with ID 1                                                                # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:27:02   And I have the following connections                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List<org.eclipse.kapua.qa.common.cucumber.CucConnection>)
06:27:02   When I query for all connections with the parameter "protocol" set to "udp"        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForConnections(java.lang.String,java.lang.String)
06:27:02   Then I find 5 connections                                                          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkResultListLength(int)
06:27:02   When I query for all connections with the parameter "serverIp" set to "127.0.0.11" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForConnections(java.lang.String,java.lang.String)
06:27:02   Then I find 4 connections                                                          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkResultListLength(int)
06:27:02 10:27:02.110 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:02 10:27:02.120 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:02 
06:27:02 @deviceRegistry @deviceConnection @env_none
06:27:02 Scenario: Connection Service factory sanity checks                  # features/DeviceRegistryConnection.feature:243
06:27:02 10:27:02.158 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:02 10:27:02.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:02 10:27:02.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:02 10:27:02.241 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:27:02 10:27:02.335 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:02 10:27:02.335 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:02 10:27:02.335 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:02 10:27:02.392 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:02 10:27:02.427 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:02 10:27:02.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:02 10:27:02.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:02 10:27:02.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:02 10:27:02.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:02 10:27:02.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:02 10:27:02.727 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:02 10:27:02.977 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:03 10:27:03.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:03 10:27:03.362 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:03 10:27:03.410 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:03 10:27:03.899 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:04 10:27:04.025 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:04 10:27:04.115 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:04 10:27:04.277 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:04 10:27:04.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:04 10:27:04.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:04 10:27:04.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:04 10:27:04.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:04   Then All connection factory functions must return non null values # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.exerciseAllConnectionFactoryFunctions()
06:27:04 10:27:04.283 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:04 10:27:04.293 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:04 
06:27:04 @deviceRegistry @deviceRegistryValidation @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator")
06:27:04 Scenario: Initialize test environment # features/DeviceRegistryValidation.feature:23
06:27:04 10:27:04.346 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment...
06:27:04 10:27:04.347 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:27:04 10:27:04.348 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:27:04 10:27:04.348 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:27:04 10:27:04.348 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 
06:27:04 10:27:04.348 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 
06:27:04 10:27:04.348 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2
06:27:04 10:27:04.348 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:27:04 10:27:04.349 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem:
06:27:04 10:27:04.349 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200
06:27:04 10:27:04.349 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:27:04 10:27:04.349 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:27:04 10:27:04.349 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE
06:27:04 10:27:04.349 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:27:04 10:27:04.349 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 
06:27:04 10:27:04.353 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:27:04 10:27:04.353 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: N/A
06:27:04 10:27:04.353 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:27:04 10:27:04.353 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:27:04 10:27:04.353 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:27:04 10:27:04.353 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:27:04 10:27:04.353 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:27:04 10:27:04.355 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:27:04 10:27:04.355 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:27:04 10:27:04.355 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:27:04 10:27:04.355 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:27:04 10:27:04.356 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:27:04 10:27:04.356 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:27:04 10:27:04.369 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:27:04 10:27:04.369 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:27:04 10:27:04.369 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:27:04 10:27:04.369 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
06:27:04 10:27:04.369 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:27:04 10:27:04.369 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:27:04 10:27:04.383 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
06:27:04 10:27:04.383 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:27:04 10:27:04.383 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:27:04 10:27:04.383 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
06:27:04 10:27:04.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:27:04 10:27:04.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:27:04 10:27:04.400 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:27:04 10:27:04.400 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:27:04   Given Init Jaxb Context             # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:27:04 10:27:04.400 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:27:04 10:27:04.400 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@56f6dccf
06:27:04 10:27:04.400 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:27:04   And Init Security Context           # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:27:04 10:27:04.401 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator
06:27:04 10:27:04.402 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:27:04 10:27:04.402 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator
06:27:04 10:27:04.402 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator
06:27:04 10:27:04.402 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator
06:27:04 10:27:04.403 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator
06:27:04 10:27:04.403 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator
06:27:04 10:27:04.403 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator
06:27:04 10:27:04.405 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:27:04 10:27:04.405 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator
06:27:04 10:27:04.405 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:27:04 10:27:04.406 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:27:04 10:27:04.406 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator
06:27:04 10:27:04.406 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator
06:27:04 10:27:04.406 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator
06:27:04 10:27:04.406 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator
06:27:04 10:27:04.406 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator
06:27:04 10:27:04.407 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator
06:27:04 10:27:04.407 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator
06:27:04 10:27:04.407 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator
06:27:04 10:27:04.407 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:27:04 10:27:04.407 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:27:04 10:27:04.408 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator
06:27:04 10:27:04.408 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator
06:27:04 10:27:04.409 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator
06:27:04 10:27:04.409 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator
06:27:04 10:27:04.409 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:27:04 10:27:04.410 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:27:04 10:27:04.410 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:27:04 10:27:04.410 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:27:04 10:27:04.411 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:27:04 10:27:04.411 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:27:04 10:27:04.412 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:27:04 10:27:04.412 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:27:04 10:27:04.412 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:27:04 10:27:04.414 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:27:04 10:27:04.414 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator
06:27:04 10:27:04.438 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator
06:27:04 10:27:04.439 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator
06:27:04 10:27:04.439 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:27:04 10:27:04.439 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:27:04 10:27:04.439 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:27:04 10:27:04.439 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:27:04 10:27:04.440 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:27:04 10:27:04.440 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:27:04 10:27:04.441 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:27:04 10:27:04.441 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:27:04 10:27:04.441 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:27:04 
06:27:04 @deviceRegistry @deviceRegistryValidation @env_none
06:27:04 Scenario: Validate a regular creator               # features/DeviceRegistryValidation.feature:27
06:27:04 10:27:04.483 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:04 10:27:04.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:04 10:27:04.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:04 10:27:04.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:04 10:27:04.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:04 10:27:04.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:04 10:27:04.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:04 10:27:04.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:04 10:27:04.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:04 10:27:04.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:04 10:27:04.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:04 10:27:04.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:04 10:27:04.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:04 10:27:04.569 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:27:04 10:27:04.672 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:04 10:27:04.673 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:04 10:27:04.673 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:04 10:27:04.748 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:04 10:27:04.783 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:04 10:27:04.850 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:04 10:27:04.914 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:04 10:27:04.914 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:04 10:27:04.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:04 10:27:04.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:05 10:27:05.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:05 10:27:05.311 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:05 10:27:05.643 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:05 10:27:05.691 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:05 10:27:05.740 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:06 10:27:06.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:06 10:27:06.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:06 10:27:06.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:06 10:27:06.635 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:06 10:27:06.635 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:06 10:27:06.636 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:06 10:27:06.636 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:06 10:27:06.636 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:06   Given A regular device creator                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.prepareDefaultDeviceCreator()
06:27:06   When I create a device from the existing creator # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createDeviceFromExistingCreator()
06:27:06   Then No exception was thrown                     # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:27:06 10:27:06.647 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:06 10:27:06.657 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:06 
06:27:06 @deviceRegistry @deviceRegistryValidation @env_none
06:27:06 Scenario: Validate a null creator                                                                                   # features/DeviceRegistryValidation.feature:34
06:27:06 10:27:06.692 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:06 10:27:06.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:06 10:27:06.770 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values
06:27:06 10:27:06.864 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:06 10:27:06.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:06 10:27:06.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:06 10:27:06.918 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:06 10:27:06.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:07 10:27:07.017 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:07 10:27:07.077 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:07 10:27:07.078 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:07 10:27:07.078 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:07 10:27:07.078 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:07 10:27:07.229 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:07 10:27:07.495 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:07 10:27:07.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:07 10:27:07.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:07 10:27:07.925 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:08 10:27:08.431 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:08 10:27:08.565 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:08 10:27:08.666 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:08 10:27:08.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:08 10:27:08.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:08 10:27:08.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:08 10:27:08.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:08 10:27:08.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:08   Given A null device creator                                                                                       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createANullDeviceCreator()
06:27:08   And I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:08 
06:27:08     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceCreator.
06:27:08 
06:27:08   When I create a device from the existing creator                                                                  # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createDeviceFromExistingCreator()
06:27:08   Then An exception was thrown                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:08 10:27:08.847 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:08 10:27:08.857 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:08 
06:27:08 @deviceRegistry @deviceRegistryValidation @env_none
06:27:08 Scenario: Validate a device creator with a null scope ID                                                            # features/DeviceRegistryValidation.feature:42
06:27:08 10:27:08.892 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:08 10:27:08.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:08 10:27:08.971 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:27:09 10:27:09.062 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:09 10:27:09.062 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:09 10:27:09.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:09 10:27:09.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:09 10:27:09.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:09 10:27:09.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:09 10:27:09.272 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:09 10:27:09.272 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:09 10:27:09.272 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:09 10:27:09.272 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:09 10:27:09.436 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:09 10:27:09.725 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:10 10:27:10.135 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:10 10:27:10.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:10 10:27:10.249 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:10 10:27:10.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:11 10:27:11.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:11 10:27:11.140 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:11 10:27:11.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:11 10:27:11.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:11 10:27:11.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:11 10:27:11.319 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:11 10:27:11.319 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:11   Given A regular device creator                                                                                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.prepareDefaultDeviceCreator()
06:27:11   And I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:11   When I set the creator scope ID to null                                                                           # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceCreatorScopeToNull()
06:27:11 
06:27:11     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceCreator.scopeId.
06:27:11 
06:27:11   And I create a device from the existing creator                                                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createDeviceFromExistingCreator()
06:27:11   Then An exception was thrown                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:11 10:27:11.326 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:11 10:27:11.336 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:11 
06:27:11 @deviceRegistry @deviceRegistryValidation @env_none
06:27:11 Scenario: Validate a device creator with a null client ID                                                           # features/DeviceRegistryValidation.feature:52
06:27:11 10:27:11.384 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:11 10:27:11.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:11 10:27:11.474 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:27:11 10:27:11.571 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:11 10:27:11.572 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:11 10:27:11.572 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:11 10:27:11.623 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:11 10:27:11.656 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:11 10:27:11.721 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:11 10:27:11.789 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:11 10:27:11.789 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:11 10:27:11.789 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:11 10:27:11.789 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:12 10:27:11.934 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:12 10:27:12.194 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:12 10:27:12.539 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:12 10:27:12.589 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:12 10:27:12.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:13 10:27:13.159 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:13 10:27:13.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:13 10:27:13.393 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:13 10:27:13.549 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:13 10:27:13.550 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:13 10:27:13.550 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:13 10:27:13.550 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:13 10:27:13.550 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:13   Given A regular device creator                                                                                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.prepareDefaultDeviceCreator()
06:27:13   And I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:13   When I set the creator client ID to null                                                                          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceCreatorClientToNull()
06:27:13 
06:27:13     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceCreator.clientId.
06:27:13 
06:27:13   And I create a device from the existing creator                                                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createDeviceFromExistingCreator()
06:27:13   Then An exception was thrown                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:13 10:27:13.557 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:13 10:27:13.567 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:13 
06:27:13 @deviceRegistry @deviceRegistryValidation @env_none
06:27:13 Scenario: Validate a null device                                                                                    # features/DeviceRegistryValidation.feature:62
06:27:13 10:27:13.601 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:13 10:27:13.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:13 10:27:13.689 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:27:13 10:27:13.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:13 10:27:13.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:13 10:27:13.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:13 10:27:13.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:13 10:27:13.888 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:14 10:27:13.953 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:14 10:27:14.019 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:14 10:27:14.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:14 10:27:14.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:14 10:27:14.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:14 10:27:14.179 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:14 10:27:14.446 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:14 10:27:14.825 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:14 10:27:14.876 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:15 10:27:14.925 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:15 10:27:15.409 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:15 10:27:15.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:15 10:27:15.643 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:15 10:27:15.817 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:15 10:27:15.817 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:15 10:27:15.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:15 10:27:15.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:15 10:27:15.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:15   Given A null device                                                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createANullDevice()
06:27:15   And I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:15 10:27:15.825 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:27:15 org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument device.
06:27:15 	at org.eclipse.kapua.commons.util.ArgumentValidator.notNull(ArgumentValidator.java:76)
06:27:15 	at org.eclipse.kapua.service.device.registry.common.DeviceValidationImpl.validateUpdatePreconditions(DeviceValidationImpl.java:277)
06:27:15 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$update$1(DeviceRegistryServiceImpl.java:137)
06:27:15 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:27:15 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.update(DeviceRegistryServiceImpl.java:136)
06:27:15 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.update(DeviceRegistryServiceImpl.java:49)
06:27:15 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.updateDeviceParameters(DeviceRegistrySteps.java:719)
06:27:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:27:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:27:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:27:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:27:15 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:27:15 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:27:15 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:27:15 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:27:15 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:27:15 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:27:15 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:27:15 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:27:15 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:27:15 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:27:15 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:27:15 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:27:15 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:27:15 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:27:15 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:27:15 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:27:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:27:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:27:15 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:27:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:27:15 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:27:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:27:15 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:27:15 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:27:15 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:27:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:27:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:27:15 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:27:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:27:15 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:27:15 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:27:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:27:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:27:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:27:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:27:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:27:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:27:15 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:27:15 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:27:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:27:15 
06:27:15     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument device.
06:27:15 
06:27:15   When I update some device parameters                                                                              # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.updateDeviceParameters()
06:27:15   Then An exception was thrown                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:15 10:27:15.827 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:15 10:27:15.838 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:16 
06:27:16 @deviceRegistry @deviceRegistryValidation @env_none
06:27:16 Scenario: Validate a regular device search          # features/DeviceRegistryValidation.feature:71
06:27:16 10:27:15.871 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:16 10:27:15.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:16 10:27:15.950 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:27:16 10:27:16.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:16 10:27:16.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:16 10:27:16.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:16 10:27:16.108 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:16 10:27:16.141 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:16 10:27:16.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:16 10:27:16.296 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:16 10:27:16.296 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:16 10:27:16.296 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:16 10:27:16.296 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:16 10:27:16.437 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:16 10:27:16.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:17 10:27:17.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:17 10:27:17.051 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:17 10:27:17.100 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:17 10:27:17.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:17 10:27:17.748 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:17 10:27:17.844 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:18 10:27:18.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:18 10:27:18.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:18 10:27:18.009 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:18 10:27:18.009 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:18 10:27:18.009 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:18   Given Scope with ID 15                            # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:27:18   And The device ID "4321"                          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceId(java.lang.String)
06:27:18   When I search for a device with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId()
06:27:18   Then No exception was thrown                      # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:27:18 10:27:18.018 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:18 10:27:18.028 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:18 
06:27:18 @deviceRegistry @deviceRegistryValidation @env_none
06:27:18 Scenario: Validate a device search with a null device ID                                                              # features/DeviceRegistryValidation.feature:80
06:27:18 10:27:18.061 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:18 10:27:18.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:18 10:27:18.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:18 10:27:18.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:18 10:27:18.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:18 10:27:18.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:18 10:27:18.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:18 10:27:18.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:18 10:27:18.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:18 10:27:18.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:18 10:27:18.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:18 10:27:18.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:18 10:27:18.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:18 10:27:18.138 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:27:18 10:27:18.229 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:18 10:27:18.230 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:18 10:27:18.230 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:18 10:27:18.282 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:18 10:27:18.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:18 10:27:18.387 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:18 10:27:18.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:18 10:27:18.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:18 10:27:18.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:18 10:27:18.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:18 10:27:18.592 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:18 10:27:18.836 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:19 10:27:19.174 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:19 10:27:19.219 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:19 10:27:19.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:19 10:27:19.740 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:19 10:27:19.867 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:20 10:27:19.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:20 10:27:20.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:20 10:27:20.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:20 10:27:20.114 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:20 10:27:20.114 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:20 10:27:20.114 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:20   Given Scope with ID 15                                                                                              # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:27:20   And The device ID "null"                                                                                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceId(java.lang.String)
06:27:20   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:20 10:27:20.120 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:27:20 org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument deviceId.
06:27:20 	at org.eclipse.kapua.commons.util.ArgumentValidator.notNull(ArgumentValidator.java:76)
06:27:20 	at org.eclipse.kapua.service.device.registry.common.DeviceValidationImpl.validateFindPreconditions(DeviceValidationImpl.java:469)
06:27:20 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$find$2(DeviceRegistryServiceImpl.java:148)
06:27:20 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:27:20 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.find(DeviceRegistryServiceImpl.java:147)
06:27:20 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.find(DeviceRegistryServiceImpl.java:49)
06:27:20 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId(DeviceRegistrySteps.java:573)
06:27:20 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:27:20 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:27:20 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:27:20 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:27:20 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:27:20 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:27:20 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:27:20 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:27:20 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:27:20 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:27:20 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:27:20 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:27:20 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:27:20 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:27:20 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:27:20 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:27:20 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:27:20 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:27:20 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:27:20 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:27:20 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:27:20 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:27:20 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:27:20 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:27:20 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:27:20 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:27:20 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:27:20 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:27:20 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:27:20 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:27:20 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:27:20 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:27:20 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:27:20 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:27:20 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:27:20 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:27:20 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:27:20 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:27:20 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:27:20 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:27:20 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:27:20 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:27:20 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:27:20 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:27:20 
06:27:20     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceId.
06:27:20 
06:27:20   When I search for a device with the remembered ID                                                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId()
06:27:20   Then An exception was thrown                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:20 10:27:20.122 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:20 10:27:20.132 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:20 
06:27:20 @deviceRegistry @deviceRegistryValidation @env_none
06:27:20 Scenario: Validate a device search with a null scope ID                                                               # features/DeviceRegistryValidation.feature:90
06:27:20 10:27:20.165 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:20 10:27:20.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:20 10:27:20.241 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:27:20 10:27:20.332 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:20 10:27:20.333 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:20 10:27:20.333 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:20 10:27:20.385 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:20 10:27:20.430 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:20 10:27:20.508 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:20 10:27:20.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:20 10:27:20.569 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:20 10:27:20.569 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:20 10:27:20.569 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:20 10:27:20.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:21 10:27:20.987 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:21 10:27:21.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:21 10:27:21.423 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:21 10:27:21.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:22 10:27:22.013 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:22 10:27:22.133 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:22 10:27:22.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:22 10:27:22.385 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:22 10:27:22.385 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:22 10:27:22.385 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:22 10:27:22.385 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:22 10:27:22.385 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:22   Given A null scope                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.setNullScope()
06:27:22   And The device ID "4321"                                                                                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceId(java.lang.String)
06:27:22   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:22 10:27:22.391 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:27:22 org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument scopeId.
06:27:22 	at org.eclipse.kapua.commons.util.ArgumentValidator.notNull(ArgumentValidator.java:76)
06:27:22 	at org.eclipse.kapua.service.device.registry.common.DeviceValidationImpl.validateFindPreconditions(DeviceValidationImpl.java:468)
06:27:22 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$find$2(DeviceRegistryServiceImpl.java:148)
06:27:22 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:27:22 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.find(DeviceRegistryServiceImpl.java:147)
06:27:22 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.find(DeviceRegistryServiceImpl.java:49)
06:27:22 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId(DeviceRegistrySteps.java:573)
06:27:22 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:27:22 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:27:22 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:27:22 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:27:22 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:27:22 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:27:22 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:27:22 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:27:22 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:27:22 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:27:22 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:27:22 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:27:22 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:27:22 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:27:22 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:27:22 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:27:22 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:27:22 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:27:22 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:27:22 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:27:22 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:27:22 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:27:22 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:27:22 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:27:22 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:27:22 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:27:22 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:27:22 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:27:22 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:27:22 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:27:22 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:27:22 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:27:22 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:27:22 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:27:22 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:27:22 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:27:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:27:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:27:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:27:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:27:22 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:27:22 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:27:22 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:27:22 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:27:22 
06:27:22     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument scopeId.
06:27:22 
06:27:22   When I search for a device with the remembered ID                                                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId()
06:27:22   Then An exception was thrown                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:22 10:27:22.393 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:22 10:27:22.403 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:22 
06:27:22 @deviceRegistry @deviceRegistryValidation @env_none
06:27:22 Scenario: Validate deleting a device with a null device ID                                                            # features/DeviceRegistryValidation.feature:101
06:27:22 10:27:22.445 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:22 10:27:22.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:22 10:27:22.528 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:27:22 10:27:22.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:22 10:27:22.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:22 10:27:22.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:22 10:27:22.721 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:22 10:27:22.760 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:22 10:27:22.843 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:22 10:27:22.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:22 10:27:22.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:22 10:27:22.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:22 10:27:22.904 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:23 10:27:23.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:23 10:27:23.348 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:23 10:27:23.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:23 10:27:23.732 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:23 10:27:23.783 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:24 10:27:24.299 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:24 10:27:24.419 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:24 10:27:24.511 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:24 10:27:24.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:24 10:27:24.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:24 10:27:24.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:24 10:27:24.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:24 10:27:24.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:24   Given Scope with ID 15                                                                                              # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:27:24   And The device ID "null"                                                                                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceId(java.lang.String)
06:27:24   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:24 10:27:24.676 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:27:24 org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument deviceId.
06:27:24 	at org.eclipse.kapua.commons.util.ArgumentValidator.notNull(ArgumentValidator.java:76)
06:27:24 	at org.eclipse.kapua.service.device.registry.common.DeviceValidationImpl.validateDeletePreconditions(DeviceValidationImpl.java:531)
06:27:24 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$delete$6(DeviceRegistryServiceImpl.java:191)
06:27:24 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:27:24 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.delete(DeviceRegistryServiceImpl.java:189)
06:27:24 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRememberedId(DeviceRegistrySteps.java:755)
06:27:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:27:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:27:24 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:27:24 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:27:24 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:27:24 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:27:24 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:27:24 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:27:24 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:27:24 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:27:24 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:27:24 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:27:24 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:27:24 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:27:24 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:27:24 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:27:24 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:27:24 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:27:24 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:27:24 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:27:24 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:27:24 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:27:24 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:27:24 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:27:24 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:27:24 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:27:24 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:27:24 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:27:24 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:27:24 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:27:24 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:27:24 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:27:24 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:27:24 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:27:24 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:27:24 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:27:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:27:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:27:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:27:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:27:24 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:27:24 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:27:24 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:27:24 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:27:24 
06:27:24     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceId.
06:27:24 
06:27:24   When I delete the device with the remembered ID                                                                     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRememberedId()
06:27:24   Then An exception was thrown                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:24 10:27:24.678 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:24 10:27:24.688 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:24 
06:27:24 @deviceRegistry @deviceRegistryValidation @env_none
06:27:24 Scenario: Validate deleting a device with a null scope ID                                                             # features/DeviceRegistryValidation.feature:111
06:27:24 10:27:24.722 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:24 10:27:24.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:24 10:27:24.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:24 10:27:24.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:24 10:27:24.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:24 10:27:24.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:24 10:27:24.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:24 10:27:24.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:24 10:27:24.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:24 10:27:24.725 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:24 10:27:24.725 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:24 10:27:24.725 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:24 10:27:24.725 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:24 10:27:24.797 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:27:24 10:27:24.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:24 10:27:24.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:24 10:27:24.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:25 10:27:24.958 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:25 10:27:24.997 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:25 10:27:25.084 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:25 10:27:25.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:25 10:27:25.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:25 10:27:25.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:25 10:27:25.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:25 10:27:25.295 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:25 10:27:25.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:25 10:27:25.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:26 10:27:25.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:26 10:27:25.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:26 10:27:26.493 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:26 10:27:26.616 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:26 10:27:26.705 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:26 10:27:26.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:26 10:27:26.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:26 10:27:26.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:26 10:27:26.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:26 10:27:26.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:26   Given A null scope                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.setNullScope()
06:27:26   And The device ID "4321"                                                                                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceId(java.lang.String)
06:27:26   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:26 10:27:26.867 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:27:26 org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument scopeId.
06:27:26 	at org.eclipse.kapua.commons.util.ArgumentValidator.notNull(ArgumentValidator.java:76)
06:27:26 	at org.eclipse.kapua.service.device.registry.common.DeviceValidationImpl.validateDeletePreconditions(DeviceValidationImpl.java:530)
06:27:26 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$delete$6(DeviceRegistryServiceImpl.java:191)
06:27:26 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:27:26 	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.delete(DeviceRegistryServiceImpl.java:189)
06:27:26 	at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRememberedId(DeviceRegistrySteps.java:755)
06:27:26 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:27:26 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:27:26 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:27:26 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:27:26 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:27:26 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:27:26 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:27:26 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:27:26 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:27:26 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:27:26 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:27:26 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:27:26 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:27:26 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:27:26 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:27:26 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:27:26 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:27:26 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:27:26 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:27:26 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:27:26 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:27:26 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:27:26 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:27:26 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:27:26 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:27:26 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:27:26 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:27:26 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:27:26 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:27:26 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:27:26 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:27:26 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:27:26 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:27:26 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:27:26 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:27:26 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:27:26 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:27:26 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:27:26 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:27:26 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:27:26 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:27:26 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:27:26 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:27:26 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:27:26 
06:27:26     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument scopeId.
06:27:26 
06:27:26   When I delete the device with the remembered ID                                                                     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRememberedId()
06:27:26   Then An exception was thrown                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:26 10:27:26.869 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:26 10:27:26.880 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:27 
06:27:27 @deviceRegistry @deviceRegistryValidation @env_none
06:27:27 Scenario: Validate a regular device client search             # features/DeviceRegistryValidation.feature:121
06:27:27 10:27:26.914 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:27 10:27:26.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:27 10:27:26.993 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:27:27 10:27:27.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:27 10:27:27.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:27 10:27:27.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:27 10:27:27.150 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:27 10:27:27.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:27 10:27:27.249 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:27 10:27:27.312 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:27 10:27:27.312 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:27 10:27:27.312 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:27 10:27:27.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:27 10:27:27.551 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:27 10:27:27.844 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:28 10:27:28.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:28 10:27:28.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:28 10:27:28.269 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:28 10:27:28.736 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:28 10:27:28.856 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:28 10:27:28.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:29 10:27:29.103 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:29 10:27:29.103 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:29 10:27:29.104 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:29 10:27:29.104 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:29 10:27:29.104 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:29   Given Scope with ID 42                                      # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:27:29   When I search for a device with the client ID "test_client" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithClientId(java.lang.String)
06:27:29   Then No exception was thrown                                # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:27:29 10:27:29.113 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:29 10:27:29.123 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:29 
06:27:29 @deviceRegistry @deviceRegistryValidation @env_none
06:27:29 Scenario: Validate a device client search with null scope                                                             # features/DeviceRegistryValidation.feature:129
06:27:29 10:27:29.156 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:29 10:27:29.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:29 10:27:29.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:29 10:27:29.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:29 10:27:29.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:29 10:27:29.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:29 10:27:29.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:29 10:27:29.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:29 10:27:29.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:29 10:27:29.158 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:29 10:27:29.159 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:29 10:27:29.159 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:29 10:27:29.159 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:29 10:27:29.235 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:27:29 10:27:29.335 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:29 10:27:29.335 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:29 10:27:29.335 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:29 10:27:29.388 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:29 10:27:29.419 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:29 10:27:29.484 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:29 10:27:29.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:29 10:27:29.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:29 10:27:29.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:29 10:27:29.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:29 10:27:29.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:30 10:27:29.960 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:30 10:27:30.292 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:30 10:27:30.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:30 10:27:30.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:30 10:27:30.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:31 10:27:31.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:31 10:27:31.092 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:31 10:27:31.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:31 10:27:31.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:31 10:27:31.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:31 10:27:31.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:31 10:27:31.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:31   Given A null scope                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.setNullScope()
06:27:31   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:31 
06:27:31     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument scopeId.
06:27:31 
06:27:31   When I search for a device with the client ID "test_client"                                                         # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithClientId(java.lang.String)
06:27:31   Then An exception was thrown                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:31 10:27:31.253 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:31 10:27:31.264 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:31 
06:27:31 @deviceRegistry @deviceRegistryValidation @env_none
06:27:31 Scenario: Validate a device client based search with a null client ID                                                 # features/DeviceRegistryValidation.feature:138
06:27:31 10:27:31.300 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:31 10:27:31.301 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:31 10:27:31.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:31 10:27:31.372 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:27:31 10:27:31.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:31 10:27:31.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:31 10:27:31.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:31 10:27:31.511 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:31 10:27:31.541 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:31 10:27:31.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:31 10:27:31.660 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:31 10:27:31.660 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:31 10:27:31.660 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:31 10:27:31.661 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:31 10:27:31.800 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:32 10:27:32.037 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:32 10:27:32.370 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:32 10:27:32.421 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:32 10:27:32.467 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:33 10:27:33.004 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:33 10:27:33.236 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:33 10:27:33.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:33 10:27:33.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:33 10:27:33.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:33 10:27:33.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:33 10:27:33.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:33 10:27:33.639 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:33   Given Scope with ID 42                                                                                              # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:27:33   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:33 
06:27:33     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument clientId.
06:27:33 
06:27:33   When I search for a device with the client ID "null"                                                                # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithClientId(java.lang.String)
06:27:33   Then An exception was thrown                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:33 10:27:33.647 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:33 10:27:33.666 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:33 
06:27:33 @deviceRegistry @deviceRegistryValidation @env_none
06:27:33 Scenario: Validate a device client based search with an empty client ID                                               # features/DeviceRegistryValidation.feature:148
06:27:33 10:27:33.706 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:33 10:27:33.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:33 10:27:33.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:33 10:27:33.788 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:27:33 10:27:33.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:33 10:27:33.880 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:33 10:27:33.880 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:33 10:27:33.931 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:33 10:27:33.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:34 10:27:34.025 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:34 10:27:34.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:34 10:27:34.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:34 10:27:34.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:34 10:27:34.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:34 10:27:34.226 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:34 10:27:34.466 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:34 10:27:34.795 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:34 10:27:34.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:34 10:27:34.886 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:35 10:27:35.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:35 10:27:35.477 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:35 10:27:35.567 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:35 10:27:35.729 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:35 10:27:35.729 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:35 10:27:35.730 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:35 10:27:35.730 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:35 10:27:35.730 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:35   Given Scope with ID 42                                                                                              # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer)
06:27:35   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:35 
06:27:35     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument clientId.
06:27:35 
06:27:35   When I search for a device with the client ID ""                                                                    # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithClientId(java.lang.String)
06:27:35   Then An exception was thrown                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:35 10:27:35.736 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:35 10:27:35.746 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:35 
06:27:35 @deviceRegistry @deviceRegistryValidation @env_none
06:27:35 Scenario: Validate a regular device query # features/DeviceRegistryValidation.feature:157
06:27:35 10:27:35.777 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:35 10:27:35.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:35 10:27:35.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:35 10:27:35.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:35 10:27:35.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:35 10:27:35.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:35 10:27:35.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:35 10:27:35.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:35 10:27:35.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:35 10:27:35.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:35 10:27:35.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:35 10:27:35.781 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:35 10:27:35.781 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:35 10:27:35.872 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:27:36 10:27:35.999 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:36 10:27:36.000 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:36 10:27:36.000 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:36 10:27:36.048 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:36 10:27:36.080 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:36 10:27:36.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:36 10:27:36.200 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:36 10:27:36.200 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:36 10:27:36.200 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:36 10:27:36.200 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:36 10:27:36.339 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:36 10:27:36.577 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:36 10:27:36.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:36 10:27:36.975 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:37 10:27:37.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:37 10:27:37.520 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:37 10:27:37.638 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:37 10:27:37.727 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:37 10:27:37.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:37 10:27:37.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:37 10:27:37.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:37 10:27:37.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:37 10:27:37.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:37   Given A regular query                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularQuery()
06:27:37   When I perform the remembered query     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevices()
06:27:37   Then No exception was thrown            # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:27:37 10:27:37.889 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:37 10:27:37.898 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:37 
06:27:37 @deviceRegistry @deviceRegistryValidation @env_none
06:27:37 Scenario: Validate a null device query                                                                              # features/DeviceRegistryValidation.feature:165
06:27:37 10:27:37.928 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:37 10:27:37.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:38 10:27:38.002 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:27:38 10:27:38.096 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:38 10:27:38.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:38 10:27:38.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:38 10:27:38.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:38 10:27:38.191 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:38 10:27:38.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:38 10:27:38.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:38 10:27:38.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:38 10:27:38.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:38 10:27:38.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:38 10:27:38.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:38 10:27:38.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:39 10:27:39.003 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:39 10:27:39.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:39 10:27:39.093 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:39 10:27:39.558 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:39 10:27:39.678 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:39 10:27:39.768 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:39 10:27:39.937 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:39 10:27:39.937 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:39 10:27:39.938 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:39 10:27:39.938 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:39 10:27:39.938 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:39   Given A null query                                                                                                # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNullQuery()
06:27:39   And I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:39 
06:27:39     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument query.
06:27:39 
06:27:39   When I perform the remembered query                                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevices()
06:27:39   Then An exception was thrown                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:39 10:27:39.943 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:39 10:27:39.953 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:39 
06:27:39 @deviceRegistry @deviceRegistryValidation @env_none
06:27:39 Scenario: Validate a device query with a null Scope ID # features/DeviceRegistryValidation.feature:173
06:27:39 10:27:39.982 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:39 10:27:39.983 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:39 10:27:39.983 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:39 10:27:39.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:39 10:27:39.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:39 10:27:39.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:39 10:27:39.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:39 10:27:39.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:39 10:27:39.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:39 10:27:39.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:39 10:27:39.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:39 10:27:39.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:39 10:27:39.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:40 10:27:40.052 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:27:40 10:27:40.140 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:40 10:27:40.140 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:40 10:27:40.140 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:40 10:27:40.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:40 10:27:40.218 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:40 10:27:40.279 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:40 10:27:40.334 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:40 10:27:40.334 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:40 10:27:40.334 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:40 10:27:40.334 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:40 10:27:40.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:40 10:27:40.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:41 10:27:41.030 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:41 10:27:41.074 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:41 10:27:41.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:41 10:27:41.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:41 10:27:41.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:41 10:27:41.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:41 10:27:41.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:41 10:27:41.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:41 10:27:41.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:41 10:27:41.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:41 10:27:41.944 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:41   Given A query with a null Scope ID                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createQueryWithNullScopeId()
06:27:41   When I perform the remembered query                  # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevices()
06:27:41   And No exception was thrown                          # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:27:41 10:27:41.951 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:41 10:27:41.961 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:42 
06:27:42 @deviceRegistry @deviceRegistryValidation @env_none
06:27:42 Scenario: Validate a regular device count                # features/DeviceRegistryValidation.feature:181
06:27:42 10:27:41.992 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:42 10:27:41.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:42 10:27:42.063 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:27:42 10:27:42.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:42 10:27:42.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:42 10:27:42.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:42 10:27:42.216 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:42 10:27:42.248 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:42 10:27:42.311 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:42 10:27:42.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:42 10:27:42.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:42 10:27:42.373 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:42 10:27:42.373 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:42 10:27:42.523 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:42 10:27:42.755 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:43 10:27:43.099 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:43 10:27:43.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:43 10:27:43.195 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:43 10:27:43.710 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:43 10:27:43.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:44 10:27:43.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:44 10:27:44.128 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:44 10:27:44.129 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:44 10:27:44.129 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:44 10:27:44.129 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:44 10:27:44.129 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:44   Given A regular query                                  # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularQuery()
06:27:44   When I count the devices based on the remembered query # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countForDevices()
06:27:44   Then No exception was thrown                           # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:27:44 10:27:44.139 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:44 10:27:44.149 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:44 
06:27:44 @deviceRegistry @deviceRegistryValidation @env_none
06:27:44 Scenario: Validate a null device count                                                                              # features/DeviceRegistryValidation.feature:189
06:27:44 10:27:44.180 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:27:44 10:27:44.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:27:44 10:27:44.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:27:44 10:27:44.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:27:44 10:27:44.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:27:44 10:27:44.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:27:44 10:27:44.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:27:44 10:27:44.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:27:44 10:27:44.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:27:44 10:27:44.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:27:44 10:27:44.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:27:44 10:27:44.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:27:44 10:27:44.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:27:44 10:27:44.252 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:27:44 10:27:44.342 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:27:44 10:27:44.343 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:27:44 10:27:44.343 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:27:44 10:27:44.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:27:44 10:27:44.422 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:27:44 10:27:44.484 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:27:44 10:27:44.545 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:27:44 10:27:44.545 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:27:44 10:27:44.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:27:44 10:27:44.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:27:44 10:27:44.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:27:45 10:27:44.932 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:27:45 10:27:45.259 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:27:45 10:27:45.304 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:27:45 10:27:45.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:27:45 10:27:45.815 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:27:46 10:27:45.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:27:46 10:27:46.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:27:46 10:27:46.175 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:27:46 10:27:46.175 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:27:46 10:27:46.176 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:27:46 10:27:46.176 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:27:46 10:27:46.176 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:27:46   Given A null query                                                                                                # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNullQuery()
06:27:46   And I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:27:46 
06:27:46     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument query.
06:27:46 
06:27:46   When I count the devices based on the remembered query                                                            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countForDevices()
06:27:46   Then An exception was thrown                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:27:46 10:27:46.182 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:27:46 10:27:46.191 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:27:46 
06:27:46 @deviceRegistry @deviceRegistryValidation @env_none @teardown
06:27:46 Scenario: Reset Security Context for all scenarios # features/DeviceRegistryValidation.feature:198
06:27:46 10:27:46.226 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager...
06:27:46 10:27:46.226 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE
06:27:46   Given Reset Security Context                     # org.eclipse.kapua.qa.common.utils.InitShiro.stop()
06:27:46 ┌───────────────────────────────────────────────────────────────────────────────────┐
06:27:46 │ Share your Cucumber Report with your team at https://reports.cucumber.io06:27:46 │ Activate publishing with one of the following:                                    │
06:27:46 │                                                                                   │
06:27:46 │ src/test/resources/cucumber.properties:          cucumber.publish.enabled=true    │
06:27:46 │ src/test/resources/junit-platform.properties:    cucumber.publish.enabled=true    │
06:27:46 │ Environment variable:                            CUCUMBER_PUBLISH_ENABLED=true    │
06:27:46 │ JUnit:                                           @CucumberOptions(publish = true) │
06:27:46 │                                                                                   │
06:27:46 │ More information at https://cucumber.io/docs/cucumber/environment-variables/06:27:46 │                                                                                   │
06:27:46 │ Disable this message with one of the following:                                   │
06:27:46 │                                                                                   │
06:27:46 │ src/test/resources/cucumber.properties:          cucumber.publish.quiet=true      │
06:27:46 │ src/test/resources/junit-platform.properties:    cucumber.publish.quiet=true      │
06:27:46 └───────────────────────────────────────────────────────────────────────────────────┘
06:27:46 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 192.481 s - in org.eclipse.kapua.service.device.registry.test.RunDeviceRegistryUnitTest
06:27:46 [INFO] 
06:27:46 [INFO] Results:
06:27:46 [INFO] 
06:27:46 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0
06:27:46 [INFO] 
06:27:46 [INFO] 
06:27:46 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-test ---
06:27:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/registry/test/target/jacoco.exec
06:27:46 [INFO] Analyzed bundle 'kapua-device-registry-test' with 0 classes
06:27:46 [INFO] 
06:27:46 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-test ---
06:27:46 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/test/target/kapua-device-registry-test-2.1.0-SNAPSHOT.jar
06:27:46 [INFO] 
06:27:46 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-test ---
06:27:46 [INFO] No sources in project. Archive not created.
06:27:46 [INFO] 
06:27:46 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-test ---
06:27:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/registry/test/target/jacoco.exec
06:27:46 [INFO] Analyzed bundle 'kapua-device-registry-test' with 0 classes
06:27:46 [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes
06:27:46 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:27:46 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:27:46 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:27:46 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:27:46 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:27:47 [INFO] Analyzed bundle 'kapua-client-security' with 33 classes
06:27:47 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:27:47 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:27:47 [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes
06:27:47 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:27:47 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:27:47 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:27:47 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:27:47 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:27:47 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:27:47 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-registry-test-steps' with 17 classes
06:27:47 [INFO] Analyzed bundle 'kapua-broker-artemis-plugin' with 32 classes
06:27:47 [INFO] Analyzed bundle 'kapua-service-client' with 9 classes
06:27:47 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:27:47 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:27:47 [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes
06:27:47 [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes
06:27:47 [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes
06:27:47 [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes
06:27:47 [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes
06:27:47 [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes
06:27:47 [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes
06:27:47 [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes
06:27:47 [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:27:47 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:27:47 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes
06:27:47 [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-job-api' with 6 classes
06:27:47 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:27:47 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:27:47 [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes
06:27:47 [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes
06:27:47 [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes
06:27:47 [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes
06:27:48 [INFO] Analyzed bundle 'kapua-qa-common' with 45 classes
06:27:48 [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes
06:27:48 [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes
06:27:48 [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes
06:27:48 [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes
06:27:48 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes
06:27:48 [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes
06:27:48 [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes
06:27:48 [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes
06:27:48 [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes
06:27:48 [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes
06:27:48 [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes
06:27:49 [INFO] 
06:27:49 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-test ---
06:27:49 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/test/target/kapua-device-registry-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-test/2.1.0-SNAPSHOT/kapua-device-registry-test-2.1.0-SNAPSHOT.jar
06:27:49 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/registry/test/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-registry-test/2.1.0-SNAPSHOT/kapua-device-registry-test-2.1.0-SNAPSHOT.pom
06:27:49 [INFO] 
06:27:49 [INFO] --------------< org.eclipse.kapua:kapua-scheduler-quartz >--------------
06:27:49 [INFO] Building kapua-scheduler-quartz 2.1.0-SNAPSHOT                 [139/229]
06:27:49 [INFO]   from service/scheduler/quartz/pom.xml
06:27:49 [INFO] --------------------------------[ jar ]---------------------------------
06:27:49 [INFO] 
06:27:49 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler-quartz ---
06:27:49 [INFO] 
06:27:49 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-quartz ---
06:27:49 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:27:49 [INFO] 
06:27:49 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-quartz ---
06:27:49 [INFO] Required toolchain: jdk [ version='11' ]
06:27:49 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:27:49 [INFO] 
06:27:49 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-quartz ---
06:27:49 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/quartz' && 'git' 'rev-parse' '--verify' 'HEAD'
06:27:49 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz
06:27:49 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917669475
06:27:49 [WARNING] Cannot get the branch information from the git repository: 
06:27:49 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:27:49 
06:27:49 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/quartz' && 'git' 'rev-parse' '--verify' 'HEAD'
06:27:49 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz
06:27:49 [INFO] Storing buildScmBranch: UNKNOWN
06:27:49 [INFO] 
06:27:49 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-quartz ---
06:27:49 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/target/jacoco.exec
06:27:49 [INFO] 
06:27:49 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-quartz ---
06:27:49 [INFO] Copying 30 resources
06:27:49 [INFO] 
06:27:49 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-quartz ---
06:27:49 [INFO] Copying 1 resource
06:27:49 [INFO] 
06:27:49 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-quartz ---
06:27:49 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:27:49 [INFO] Changes detected - recompiling the module!
06:27:49 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/target/classes
06:27:55 [INFO] 
06:27:55 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-scheduler-quartz ---
06:27:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/src/test/resources
06:27:55 [INFO] 
06:27:55 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-scheduler-quartz ---
06:27:55 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:27:55 [INFO] No sources to compile
06:27:55 [INFO] 
06:27:55 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-scheduler-quartz ---
06:27:55 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:27:55 [INFO] No tests to run.
06:27:55 [INFO] 
06:27:55 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler-quartz ---
06:27:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:27:55 [INFO] 
06:27:55 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-scheduler-quartz ---
06:27:55 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/target/kapua-scheduler-quartz-2.1.0-SNAPSHOT.jar
06:27:55 [INFO] 
06:27:55 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler-quartz ---
06:27:55 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/target/kapua-scheduler-quartz-2.1.0-SNAPSHOT-sources.jar
06:27:55 [INFO] 
06:27:55 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler-quartz ---
06:27:55 [INFO] 
06:27:55 [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler-quartz ---
06:27:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/target/kapua-scheduler-quartz-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-scheduler-quartz/2.1.0-SNAPSHOT/kapua-scheduler-quartz-2.1.0-SNAPSHOT.jar
06:27:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-scheduler-quartz/2.1.0-SNAPSHOT/kapua-scheduler-quartz-2.1.0-SNAPSHOT.pom
06:27:55 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/target/kapua-scheduler-quartz-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-scheduler-quartz/2.1.0-SNAPSHOT/kapua-scheduler-quartz-2.1.0-SNAPSHOT-sources.jar
06:27:55 [INFO] 
06:27:55 [INFO] ----------------< org.eclipse.kapua:kapua-job-internal >----------------
06:27:55 [INFO] Building kapua-job-internal 2.1.0-SNAPSHOT                     [140/229]
06:27:55 [INFO]   from service/job/internal/pom.xml
06:27:55 [INFO] --------------------------------[ jar ]---------------------------------
06:27:55 [INFO] 
06:27:55 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-internal ---
06:27:55 [INFO] 
06:27:55 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-internal ---
06:27:55 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:27:56 [INFO] 
06:27:56 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-internal ---
06:27:56 [INFO] Required toolchain: jdk [ version='11' ]
06:27:56 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:27:56 [INFO] 
06:27:56 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-internal ---
06:27:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:27:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/internal
06:27:56 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917676112
06:27:56 [WARNING] Cannot get the branch information from the git repository: 
06:27:56 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:27:56 
06:27:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:27:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/internal
06:27:56 [INFO] Storing buildScmBranch: UNKNOWN
06:27:56 [INFO] 
06:27:56 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-internal ---
06:27:56 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/job/internal/target/jacoco.exec
06:27:56 [INFO] 
06:27:56 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-internal ---
06:27:56 [INFO] Copying 42 resources
06:27:56 [INFO] 
06:27:56 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-internal ---
06:27:56 [INFO] Copying 1 resource
06:27:56 [INFO] 
06:27:56 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-internal ---
06:27:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:27:56 [INFO] Changes detected - recompiling the module!
06:27:56 [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/develop-test/service/job/internal/target/classes
06:28:02 [INFO] 
06:28:02 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-internal ---
06:28:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/job/internal/src/test/resources
06:28:02 [INFO] 
06:28:02 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-internal ---
06:28:02 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:28:02 [INFO] No sources to compile
06:28:02 [INFO] 
06:28:02 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-internal ---
06:28:02 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:28:02 [INFO] No tests to run.
06:28:02 [INFO] 
06:28:02 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-internal ---
06:28:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:28:02 [INFO] 
06:28:02 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-internal ---
06:28:02 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/internal/target/kapua-job-internal-2.1.0-SNAPSHOT.jar
06:28:02 [INFO] 
06:28:02 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-internal ---
06:28:02 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/internal/target/kapua-job-internal-2.1.0-SNAPSHOT-sources.jar
06:28:02 [INFO] 
06:28:02 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-internal ---
06:28:02 [INFO] 
06:28:02 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-internal ---
06:28:02 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/internal/target/kapua-job-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-internal/2.1.0-SNAPSHOT/kapua-job-internal-2.1.0-SNAPSHOT.jar
06:28:02 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-internal/2.1.0-SNAPSHOT/kapua-job-internal-2.1.0-SNAPSHOT.pom
06:28:02 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/internal/target/kapua-job-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-internal/2.1.0-SNAPSHOT/kapua-job-internal-2.1.0-SNAPSHOT-sources.jar
06:28:02 [INFO] 
06:28:02 [INFO] ---------------< org.eclipse.kapua:kapua-job-test-steps >---------------
06:28:02 [INFO] Building kapua-job-test-steps 2.1.0-SNAPSHOT                   [141/229]
06:28:02 [INFO]   from service/job/test-steps/pom.xml
06:28:02 [INFO] --------------------------------[ jar ]---------------------------------
06:28:02 [INFO] 
06:28:02 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-test-steps ---
06:28:02 [INFO] 
06:28:02 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-test-steps ---
06:28:02 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:28:03 [INFO] 
06:28:03 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-test-steps ---
06:28:03 [INFO] Required toolchain: jdk [ version='11' ]
06:28:03 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:28:03 [INFO] 
06:28:03 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-test-steps ---
06:28:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:28:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/test-steps
06:28:03 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917683306
06:28:03 [WARNING] Cannot get the branch information from the git repository: 
06:28:03 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:28:03 
06:28:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:28:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/test-steps
06:28:03 [INFO] Storing buildScmBranch: UNKNOWN
06:28:03 [INFO] 
06:28:03 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-test-steps ---
06:28:03 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/job/test-steps/target/jacoco.exec
06:28:03 [INFO] 
06:28:03 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-test-steps ---
06:28:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/job/test-steps/src/main/resources
06:28:03 [INFO] 
06:28:03 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-test-steps ---
06:28:03 [INFO] Copying 1 resource
06:28:03 [INFO] 
06:28:03 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-test-steps ---
06:28:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:28:03 [INFO] Changes detected - recompiling the module!
06:28:03 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-test/service/job/test-steps/target/classes
06:28:09 [INFO] 
06:28:09 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-test-steps ---
06:28:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/job/test-steps/src/test/resources
06:28:09 [INFO] 
06:28:09 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-test-steps ---
06:28:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:28:09 [INFO] No sources to compile
06:28:09 [INFO] 
06:28:09 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-test-steps ---
06:28:09 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:28:09 [INFO] No tests to run.
06:28:09 [INFO] 
06:28:09 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-test-steps ---
06:28:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:28:09 [INFO] 
06:28:09 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-test-steps ---
06:28:09 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/test-steps/target/kapua-job-test-steps-2.1.0-SNAPSHOT.jar
06:28:09 [INFO] 
06:28:09 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-test-steps ---
06:28:09 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/test-steps/target/kapua-job-test-steps-2.1.0-SNAPSHOT-sources.jar
06:28:09 [INFO] 
06:28:09 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-test-steps ---
06:28:09 [INFO] 
06:28:09 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-test-steps ---
06:28:09 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/test-steps/target/kapua-job-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-test-steps/2.1.0-SNAPSHOT/kapua-job-test-steps-2.1.0-SNAPSHOT.jar
06:28:09 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-test-steps/2.1.0-SNAPSHOT/kapua-job-test-steps-2.1.0-SNAPSHOT.pom
06:28:09 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/test-steps/target/kapua-job-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-test-steps/2.1.0-SNAPSHOT/kapua-job-test-steps-2.1.0-SNAPSHOT-sources.jar
06:28:09 [INFO] 
06:28:09 [INFO] ------------------< org.eclipse.kapua:kapua-job-test >------------------
06:28:09 [INFO] Building kapua-job-test 2.1.0-SNAPSHOT                         [142/229]
06:28:09 [INFO]   from service/job/test/pom.xml
06:28:09 [INFO] --------------------------------[ jar ]---------------------------------
06:28:09 [INFO] 
06:28:09 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-test ---
06:28:09 [INFO] 
06:28:09 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-test ---
06:28:09 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:28:09 [INFO] 
06:28:09 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-test ---
06:28:09 [INFO] Required toolchain: jdk [ version='11' ]
06:28:09 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:28:09 [INFO] 
06:28:09 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-test ---
06:28:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:28:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/test
06:28:09 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917689292
06:28:09 [WARNING] Cannot get the branch information from the git repository: 
06:28:09 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:28:09 
06:28:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:28:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/test
06:28:09 [INFO] Storing buildScmBranch: UNKNOWN
06:28:09 [INFO] 
06:28:09 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-test ---
06:28:09 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/job/test/target/jacoco.exec
06:28:09 [INFO] 
06:28:09 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-test ---
06:28:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/job/test/src/main/resources
06:28:09 [INFO] 
06:28:09 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-test ---
06:28:09 [INFO] Copying 1 resource
06:28:09 [INFO] 
06:28:09 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-test ---
06:28:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:28:09 [INFO] No sources to compile
06:28:09 [INFO] 
06:28:09 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-test ---
06:28:09 [INFO] Copying 8 resources
06:28:09 [INFO] 
06:28:09 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-test ---
06:28:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:28:09 [INFO] Changes detected - recompiling the module!
06:28:09 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/job/test/target/test-classes
06:28:13 [INFO] 
06:28:13 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-test ---
06:28:13 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:28:13 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:28:13 [INFO] 
06:28:13 [INFO] -------------------------------------------------------
06:28:13 [INFO]  T E S T S
06:28:13 [INFO] -------------------------------------------------------
06:28:15 [INFO] Running org.eclipse.kapua.service.job.test.RunJobUnitTest
06:28:20 
06:28:20 @jobs @jobService @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator")
06:28:20 Scenario: Initialize test environment # features/JobService.feature:22
06:28:21 10:28:21.566 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment...
06:28:21 10:28:21.603 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:28:21 10:28:21.747 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:28:21 10:28:21.752 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:28:21 10:28:21.752 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 
06:28:21 10:28:21.752 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 
06:28:21 10:28:21.753 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2
06:28:21 10:28:21.753 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:28:21 10:28:21.753 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem:
06:28:21 10:28:21.759 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200
06:28:21 10:28:21.760 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:28:21 10:28:21.760 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:28:21 10:28:21.760 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE
06:28:21 10:28:21.792 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:28:21 10:28:21.792 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 
06:28:22 10:28:22.220 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:28:22 10:28:22.221 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: N/A
06:28:22 10:28:22.221 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:28:22 10:28:22.221 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:28:22 10:28:22.221 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:28:22 10:28:22.222 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:28:22 10:28:22.222 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:28:22 10:28:22.261 [main] WARN  o.e.k.c.s.i.c.CacheManagerProvider - Error while loading the CachingProvider... Loading the default one (org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider).
06:28:22 10:28:22.317 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:28:22 10:28:22.317 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:28:22 10:28:22.318 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:28:22 10:28:22.318 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:28:22 10:28:22.318 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:28:22 10:28:22.318 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:28:25 10:28:25.447 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
06:28:25 10:28:25.448 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:28:25 10:28:25.448 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:28:25 10:28:25.448 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:28:25 10:28:25.448 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:28:25 10:28:25.449 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:28:25 10:28:25.785 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:28:25 10:28:25.794 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:28:25   Given Init Jaxb Context             # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:28:25 10:28:25.798 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:28:25 10:28:25.803 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:28:26 10:28:26.192 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:28:26 10:28:26.193 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:28:26 10:28:26.215 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:28:26 10:28:26.224 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator
06:28:26 10:28:26.240 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:28:26 10:28:26.748 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:28:26 10:28:26.748 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:28:26 10:28:26.750 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator
06:28:26 10:28:26.752 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator
06:28:26 10:28:26.754 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator
06:28:26 10:28:26.755 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:28:26 10:28:26.807 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:28:26 10:28:26.808 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:28:26 10:28:26.817 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:28:26 10:28:26.817 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:28:26   And Init Security Context           # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:28:26 10:28:26.821 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator
06:28:26 10:28:26.822 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator
06:28:26 10:28:26.838 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator
06:28:26 10:28:26.839 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator
06:28:26 10:28:26.843 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator
06:28:26 10:28:26.843 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator
06:28:26 10:28:26.850 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator
06:28:26 10:28:26.852 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator
06:28:26 10:28:26.855 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator
06:28:26 10:28:26.855 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator
06:28:26 10:28:26.857 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator
06:28:26 10:28:26.857 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator
06:28:26 10:28:26.857 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator
06:28:26 10:28:26.858 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.execution.JobExecutionFactory from MockedLocator
06:28:27 
06:28:27 @jobs @jobService @env_none
06:28:27 Scenario: Create a valid job entry                                        # features/JobService.feature:26
06:28:27 10:28:26.983 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:28:27 10:28:27.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:28:27 10:28:27.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:28:27 10:28:27.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:28:27 10:28:27.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:28:27 10:28:27.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:28:27 10:28:27.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:28:27 10:28:27.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:28:27 10:28:27.843 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:28:27 10:28:27.843 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:28:27 10:28:27.843 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:28:27 10:28:27.843 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:28:27 10:28:27.843 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:28:28 10:28:28.163 [main] INFO  org.reflections.Reflections - Reflections took 102 ms to scan 11 urls, producing 322 keys and 332 values
06:28:28 10:28:28.496 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:28:28 10:28:28.501 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:28:28 10:28:28.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:28:32 10:28:32.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:28:33 10:28:33.191 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:28:33 10:28:33.661 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:28:33 10:28:33.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:28:34 10:28:34.203 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:28:34 10:28:34.537 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:28:34 10:28:34.538 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:28:34 10:28:34.538 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:28:34 10:28:34.538 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:28:35 10:28:35.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:28:36 10:28:36.271 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:28:37 10:28:37.351 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:28:37 10:28:37.480 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:28:37 10:28:37.660 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:28:39 10:28:39.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:28:39 10:28:39.394 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:28:40 10:28:40.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:28:41 10:28:41.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:28:41 10:28:41.899 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:28:41 10:28:41.899 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:28:41 10:28:41.899 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:28:41 10:28:41.900 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:28:41 10:28:41.900 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:28:41   Given I prepare a job with name "jobN" and description "jobDescription" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:28:42 10:28:42.047 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3
06:28:42 10:28:42.050 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
06:28:42 10:28:42.093 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
06:28:42   When I create a new job entity from the existing creator                # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:28:42   And I search for the job in the database                                # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:28:42   Then I find a job with name "jobN"                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:28:42   And No exception was thrown                                             # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:28:42 10:28:42.777 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:28:42 10:28:42.872 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:28:43 
06:28:43 @jobs @jobService @env_none
06:28:43 Scenario: Creating a job with null name                                                                                                              # features/JobService.feature:36
06:28:43 10:28:42.961 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:28:43 10:28:42.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:28:43 10:28:42.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:28:43 10:28:42.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:28:43 10:28:42.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:28:43 10:28:42.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:28:43 10:28:42.965 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:28:43 10:28:42.965 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:28:43 10:28:42.965 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:28:43 10:28:42.965 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:28:43 10:28:42.965 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:28:43 10:28:42.965 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:28:43 10:28:42.965 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:28:43 10:28:43.122 [main] INFO  org.reflections.Reflections - Reflections took 30 ms to scan 11 urls, producing 322 keys and 332 values
06:28:43 10:28:43.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:28:43 10:28:43.294 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:28:43 10:28:43.294 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:28:43 10:28:43.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:28:43 10:28:43.484 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:28:43 10:28:43.617 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:28:43 10:28:43.774 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:28:43 10:28:43.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:28:44 10:28:44.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:28:44 10:28:44.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:28:44 10:28:44.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:28:44 10:28:44.003 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:28:44 10:28:44.288 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:28:44 10:28:44.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:28:45 10:28:45.364 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:28:45 10:28:45.493 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:28:45 10:28:45.584 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:28:46 10:28:46.558 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:28:46 10:28:46.763 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:28:47 10:28:47.409 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:28:47 10:28:47.866 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:28:48 10:28:48.115 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:28:48 10:28:48.116 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:28:48 10:28:48.116 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:28:48 10:28:48.116 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:28:48 10:28:48.116 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:28:48   Given I prepare a job with name "" and description "jobDescription"                                                                                # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:28:48   And I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided for the argument jobCreator.name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:28:48 
06:28:48     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument jobCreator.name.
06:28:48 
06:28:48   When I create a new job entity from the existing creator                                                                                           # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:28:48   Then An exception was thrown                                                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:28:48 10:28:48.155 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:28:48 10:28:48.201 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:28:48 
06:28:48 @jobs @jobService @env_none
06:28:48 Scenario: Creating a job with name only                     # features/JobService.feature:45
06:28:48 10:28:48.273 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:28:48 10:28:48.276 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:28:48 10:28:48.277 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:28:48 10:28:48.277 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:28:48 10:28:48.277 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:28:48 10:28:48.277 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:28:48 10:28:48.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:28:48 10:28:48.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:28:48 10:28:48.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:28:48 10:28:48.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:28:48 10:28:48.279 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:28:48 10:28:48.279 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:28:48 10:28:48.279 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:28:48 10:28:48.445 [main] INFO  org.reflections.Reflections - Reflections took 25 ms to scan 11 urls, producing 322 keys and 332 values
06:28:48 10:28:48.585 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:28:48 10:28:48.586 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:28:48 10:28:48.586 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:28:48 10:28:48.677 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:28:48 10:28:48.725 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:28:48 10:28:48.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:28:49 10:28:48.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:28:49 10:28:49.022 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:28:49 10:28:49.144 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:28:49 10:28:49.144 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:28:49 10:28:49.145 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:28:49 10:28:49.145 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:28:49 10:28:49.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:28:49 10:28:49.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:28:50 10:28:50.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:28:50 10:28:50.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:28:50 10:28:50.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:28:51 10:28:51.709 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:28:51 10:28:51.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:28:52 10:28:52.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:28:52 10:28:52.921 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:28:53 10:28:53.211 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:28:53 10:28:53.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:28:53 10:28:53.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:28:53 10:28:53.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:28:53 10:28:53.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:28:53   Given I prepare a job with name "jobN" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:28:53   And I create a new job entity from the existing creator   # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:28:53   When I search for the job in the database                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:28:53   Then I find a job with name "jobN"                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:28:53   And No exception was thrown                               # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:28:53 10:28:53.242 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:28:53 10:28:53.278 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:28:53 
06:28:53 @jobs @jobService @env_none
06:28:53 Scenario: Creating job with too short name without description                                                                     # features/JobService.feature:55
06:28:53 10:28:53.321 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:28:53 10:28:53.339 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:28:53 10:28:53.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:28:53 10:28:53.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:28:53 10:28:53.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:28:53 10:28:53.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:28:53 10:28:53.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:28:53 10:28:53.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:28:53 10:28:53.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:28:53 10:28:53.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:28:53 10:28:53.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:28:53 10:28:53.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:28:53 10:28:53.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:28:53 10:28:53.460 [main] INFO  org.reflections.Reflections - Reflections took 15 ms to scan 11 urls, producing 322 keys and 332 values
06:28:53 10:28:53.601 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:28:53 10:28:53.601 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:28:53 10:28:53.601 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:28:53 10:28:53.673 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:28:53 10:28:53.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:28:53 10:28:53.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:28:53 10:28:53.902 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:28:54 10:28:53.984 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:28:54 10:28:54.072 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:28:54 10:28:54.072 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:28:54 10:28:54.073 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:28:54 10:28:54.073 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:28:54 10:28:54.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:28:54 10:28:54.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:28:55 10:28:55.175 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:28:55 10:28:55.243 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:28:55 10:28:55.305 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:28:56 10:28:55.974 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:28:56 10:28:56.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:28:56 10:28:56.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:28:57 10:28:56.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:28:57 10:28:57.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:28:57 10:28:57.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:28:57 10:28:57.214 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:28:57 10:28:57.214 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:28:57 10:28:57.214 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:28:57   Given I prepare a job with name "jo" and description ""                                                                          # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:28:57   And I expect the exception "KapuaIllegalArgumentException" with the text "Value less than allowed min length. Min length is: 3." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:28:57 
06:28:57     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: Value less than allowed min length. Min length is: 3.
06:28:57 
06:28:57   When I create a new job entity from the existing creator                                                                         # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:28:57   Then An exception was thrown                                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:28:57 10:28:57.241 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:28:57 10:28:57.274 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:28:57 
06:28:57 @jobs @jobService @env_none
06:28:57 Scenario: Creating job with short name without description # features/JobService.feature:64
06:28:57 10:28:57.311 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:28:57 10:28:57.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:28:57 10:28:57.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:28:57 10:28:57.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:28:57 10:28:57.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:28:57 10:28:57.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:28:57 10:28:57.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:28:57 10:28:57.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:28:57 10:28:57.315 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:28:57 10:28:57.315 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:28:57 10:28:57.315 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:28:57 10:28:57.315 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:28:57 10:28:57.315 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:28:57 10:28:57.441 [main] INFO  org.reflections.Reflections - Reflections took 17 ms to scan 11 urls, producing 322 keys and 332 values
06:28:57 10:28:57.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:28:57 10:28:57.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:28:57 10:28:57.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:28:57 10:28:57.642 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:28:57 10:28:57.685 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:28:57 10:28:57.781 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:28:57 10:28:57.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:28:57 10:28:57.925 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:28:58 10:28:58.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:28:58 10:28:58.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:28:58 10:28:58.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:28:58 10:28:58.011 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:28:58 10:28:58.211 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:28:58 10:28:58.586 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:28:59 10:28:59.017 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:28:59 10:28:59.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:28:59 10:28:59.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:28:59 10:28:59.783 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:28:59 10:28:59.941 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:00 10:29:00.402 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:00 10:29:00.753 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:01 10:29:00.963 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:01 10:29:00.963 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:01 10:29:00.963 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:01 10:29:00.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:01 10:29:00.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:01   Given I prepare a job with name "job" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:01   When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:01   And I search for the job in the database                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:01   Then I find a job with name "job"                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:29:01   And No exception was thrown                              # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:01 10:29:00.983 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:01 10:29:01.013 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:01 
06:29:01 @jobs @jobService @env_none
06:29:01 Scenario: Creating job with long name without description                                                                                                                                                                                                                                                              # features/JobService.feature:74
06:29:01 10:29:01.058 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:01 10:29:01.061 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:01 10:29:01.061 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:01 10:29:01.061 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:01 10:29:01.061 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:01 10:29:01.061 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:01 10:29:01.061 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:01 10:29:01.061 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:01 10:29:01.062 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:01 10:29:01.062 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:01 10:29:01.062 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:01 10:29:01.062 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:01 10:29:01.062 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:01 10:29:01.172 [main] INFO  org.reflections.Reflections - Reflections took 13 ms to scan 11 urls, producing 322 keys and 332 values
06:29:01 10:29:01.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:01 10:29:01.303 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:01 10:29:01.303 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:01 10:29:01.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:01 10:29:01.421 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:01 10:29:01.517 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:01 10:29:01.588 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:01 10:29:01.653 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:01 10:29:01.737 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:01 10:29:01.738 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:01 10:29:01.738 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:01 10:29:01.738 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:01 10:29:01.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:02 10:29:02.306 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:02 10:29:02.787 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:02 10:29:02.858 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:02 10:29:02.938 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:03 10:29:03.588 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:03 10:29:03.758 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:04 10:29:04.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:04 10:29:04.623 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:04 10:29:04.875 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:04 10:29:04.875 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:04 10:29:04.876 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:04 10:29:04.876 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:04 10:29:04.876 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:04   Given I prepare a job with name "jobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjob" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:04   When I create a new job entity from the existing creator                                                                                                                                                                                                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:04   And I search for the job in the database                                                                                                                                                                                                                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:04   Then I find a job with name "jobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjob"                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:29:04   And No exception was thrown                                                                                                                                                                                                                                                                                          # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:04 10:29:04.896 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:04 10:29:04.941 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:05 
06:29:05 @jobs @jobService @env_none
06:29:05 Scenario: Creating job with too long name without description                                                                                                                                                                                                                                                           # features/JobService.feature:84
06:29:05 10:29:04.991 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:05 10:29:04.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:05 10:29:04.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:05 10:29:04.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:05 10:29:04.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:05 10:29:04.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:05 10:29:04.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:05 10:29:04.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:05 10:29:04.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:05 10:29:04.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:05 10:29:04.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:05 10:29:04.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:05 10:29:04.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:05 10:29:05.115 [main] INFO  org.reflections.Reflections - Reflections took 13 ms to scan 11 urls, producing 322 keys and 332 values
06:29:05 10:29:05.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:05 10:29:05.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:05 10:29:05.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:05 10:29:05.309 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:05 10:29:05.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:05 10:29:05.429 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:05 10:29:05.501 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:05 10:29:05.577 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:05 10:29:05.663 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:05 10:29:05.663 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:05 10:29:05.664 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:05 10:29:05.664 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:05 10:29:05.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:06 10:29:06.197 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:06 10:29:06.672 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:06 10:29:06.737 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:06 10:29:06.822 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:07 10:29:07.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:07 10:29:07.603 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:08 10:29:08.042 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:08 10:29:08.422 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:08 10:29:08.627 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:08 10:29:08.628 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:08 10:29:08.628 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:08 10:29:08.628 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:08 10:29:08.628 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:08   Given I prepare a job with name "JjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjob" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:08   And I expect the exception "KapuaIllegalArgumentException" with the text "Value over than allowed max length. Max length is: 255."                                                                                                                                                                                    # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:29:08 
06:29:08     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: Value over than allowed max length. Max length is: 255.
06:29:08 
06:29:08   When I create a new job entity from the existing creator                                                                                                                                                                                                                                                              # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:08   And An exception was thrown                                                                                                                                                                                                                                                                                           # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:29:08 10:29:08.638 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:08 10:29:08.666 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:08 
06:29:08 @jobs @jobService @env_none
06:29:08 Scenario: Creating job with permitted symbols in name without description # features/JobService.feature:93
06:29:08 10:29:08.700 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:08 10:29:08.702 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:08 10:29:08.702 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:08 10:29:08.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:08 10:29:08.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:08 10:29:08.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:08 10:29:08.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:08 10:29:08.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:08 10:29:08.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:08 10:29:08.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:08 10:29:08.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:08 10:29:08.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:08 10:29:08.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:08 10:29:08.818 [main] INFO  org.reflections.Reflections - Reflections took 13 ms to scan 11 urls, producing 322 keys and 332 values
06:29:08 10:29:08.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:08 10:29:08.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:08 10:29:08.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:09 10:29:09.012 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:09 10:29:09.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:09 10:29:09.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:09 10:29:09.243 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:09 10:29:09.305 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:09 10:29:09.379 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:09 10:29:09.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:09 10:29:09.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:09 10:29:09.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:09 10:29:09.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:09 10:29:09.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:10 10:29:10.299 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:10 10:29:10.382 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:10 10:29:10.458 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:11 10:29:11.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:11 10:29:11.229 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:11 10:29:11.711 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:12 10:29:12.094 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:12 10:29:12.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:12 10:29:12.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:12 10:29:12.342 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:12 10:29:12.342 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:12 10:29:12.342 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:12   When I try to create job with permitted symbols "-_" in name            # org.eclipse.kapua.service.job.steps.JobServiceSteps.iTryToCreateJobWithPermittedSymbolsInName(java.lang.String)
06:29:12   And No exception was thrown                                             # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:12 10:29:12.364 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:12 10:29:12.390 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:12 
06:29:12 @jobs @jobService @env_none
06:29:12 Scenario: Creating job with invalid symbols in name without description                                                                       # features/JobService.feature:100
06:29:12 10:29:12.448 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:12 10:29:12.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:12 10:29:12.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:12 10:29:12.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:12 10:29:12.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:12 10:29:12.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:12 10:29:12.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:12 10:29:12.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:12 10:29:12.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:12 10:29:12.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:12 10:29:12.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:12 10:29:12.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:12 10:29:12.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:12 10:29:12.576 [main] INFO  org.reflections.Reflections - Reflections took 15 ms to scan 11 urls, producing 322 keys and 332 values
06:29:12 10:29:12.702 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:12 10:29:12.702 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:12 10:29:12.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:12 10:29:12.764 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:12 10:29:12.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:12 10:29:12.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:13 10:29:12.952 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:13 10:29:13.009 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:13 10:29:13.088 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:13 10:29:13.088 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:13 10:29:13.088 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:13 10:29:13.089 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:13 10:29:13.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:13 10:29:13.587 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:14 10:29:14.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:14 10:29:14.107 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:14 10:29:14.200 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:14 10:29:14.844 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:15 10:29:14.992 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:15 10:29:15.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:15 10:29:15.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:16 10:29:15.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:16 10:29:15.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:16 10:29:15.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:16 10:29:15.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:16 10:29:15.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:16   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument jobCreator.name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName!.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName#.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName$.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName%.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName&.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName'.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName(.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName).
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName=.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName».
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÇ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName>.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName;.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName<.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName..
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName,.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName⁄.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName@.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName‹.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName›.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName€.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName*.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameı.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName–.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName°.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName·.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName‚.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName±.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameŒ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName„.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName‰.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName?.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName“.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName‘.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName”.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName’.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÉ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameØ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName∏.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName{.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName}.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName|.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÆ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameæ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÒ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÔ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÓ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÌ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÏ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÎ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÍ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÅ.
06:29:16 
06:29:16 
06:29:16     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName«.
06:29:16 
06:29:16   When I try to create job with invalid symbols "!#$%&'()=»Ç>:;<.,⁄@‹›€*ı–°·‚±Œ„‰?“‘”’ÉØ∏{}|ÆæÒÔÓÌÏÎÍÅ«" in name                              # org.eclipse.kapua.service.job.steps.JobServiceSteps.iTryToCreateJobWithInvalidSymbolsInName(java.lang.String)
06:29:16   And An exception was thrown                                                                                                                 # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:29:16 10:29:16.003 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:16 10:29:16.058 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:16 
06:29:16 @jobs @jobService @env_none
06:29:16 Scenario: Creating job without name and without description                                                                                            # features/JobService.feature:108
06:29:16 10:29:16.094 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:16 10:29:16.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:16 10:29:16.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:16 10:29:16.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:16 10:29:16.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:16 10:29:16.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:16 10:29:16.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:16 10:29:16.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:16 10:29:16.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:16 10:29:16.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:16 10:29:16.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:16 10:29:16.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:16 10:29:16.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:16 10:29:16.228 [main] INFO  org.reflections.Reflections - Reflections took 15 ms to scan 11 urls, producing 322 keys and 332 values
06:29:16 10:29:16.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:16 10:29:16.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:16 10:29:16.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:16 10:29:16.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:16 10:29:16.469 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:16 10:29:16.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:16 10:29:16.602 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:16 10:29:16.660 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:16 10:29:16.751 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:16 10:29:16.751 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:16 10:29:16.751 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:16 10:29:16.752 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:17 10:29:16.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:17 10:29:17.202 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:17 10:29:17.598 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:17 10:29:17.653 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:17 10:29:17.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:18 10:29:18.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:18 10:29:18.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:18 10:29:18.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:19 10:29:19.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:19 10:29:19.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:19 10:29:19.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:19 10:29:19.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:19 10:29:19.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:19 10:29:19.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:19   Given I prepare a job with name "" and description ""                                                                                                # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:19   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided for the argument jobCreator.name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:29:19 
06:29:19     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument jobCreator.name.
06:29:19 
06:29:19   When I create a new job entity from the existing creator                                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:19   And An exception was thrown                                                                                                                          # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:29:19 10:29:19.379 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:19 10:29:19.404 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:19 
06:29:19 @jobs @jobService @env_none
06:29:19 Scenario: Creating job with numbers in name without description   # features/JobService.feature:117
06:29:19 10:29:19.447 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:19 10:29:19.449 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:19 10:29:19.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:19 10:29:19.547 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values
06:29:19 10:29:19.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:19 10:29:19.682 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:19 10:29:19.682 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:19 10:29:19.740 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:19 10:29:19.778 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:19 10:29:19.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:20 10:29:19.925 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:20 10:29:19.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:20 10:29:20.066 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:20 10:29:20.066 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:20 10:29:20.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:20 10:29:20.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:20 10:29:20.235 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:20 10:29:20.530 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:21 10:29:20.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:21 10:29:21.006 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:21 10:29:21.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:21 10:29:21.630 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:21 10:29:21.766 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:22 10:29:22.179 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:22 10:29:22.485 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:22 10:29:22.674 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:22 10:29:22.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:22 10:29:22.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:22 10:29:22.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:22 10:29:22.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:22   Given I prepare a job with name "jobName123" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:22   When I create a new job entity from the existing creator        # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:22   And I search for the job in the database                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:22   Then I find a job with name "jobName123"                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:29:22   And No exception was thrown                                     # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:22 10:29:22.692 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:22 10:29:22.715 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:22 
06:29:22 @jobs @jobService @env_none
06:29:22 Scenario: Creating unique job with non-unique description               # features/JobService.feature:127
06:29:22 10:29:22.760 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:22 10:29:22.762 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:22 10:29:22.762 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:22 10:29:22.762 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:22 10:29:22.762 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:22 10:29:22.762 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:22 10:29:22.762 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:22 10:29:22.762 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:22 10:29:22.762 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:22 10:29:22.763 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:22 10:29:22.763 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:22 10:29:22.763 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:22 10:29:22.763 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:22 10:29:22.867 [main] INFO  org.reflections.Reflections - Reflections took 14 ms to scan 11 urls, producing 322 keys and 332 values
06:29:23 10:29:22.990 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:23 10:29:22.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:23 10:29:22.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:23 10:29:23.049 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:23 10:29:23.085 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:23 10:29:23.161 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:23 10:29:23.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:23 10:29:23.272 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:23 10:29:23.351 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:23 10:29:23.351 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:23 10:29:23.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:23 10:29:23.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:23 10:29:23.516 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:23 10:29:23.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:24 10:29:24.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:24 10:29:24.241 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:24 10:29:24.299 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:24 10:29:24.920 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:25 10:29:25.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:25 10:29:25.512 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:25 10:29:25.852 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:26 10:29:26.048 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:26 10:29:26.048 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:26 10:29:26.049 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:26 10:29:26.049 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:26 10:29:26.049 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:26   Given I prepare a job with name "jobN" and description "description"  # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:26   When I create a new job entity from the existing creator              # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:26   And I search for the job in the database                              # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:26   When I find a job with name "jobN"                                    # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:29:26   Given I prepare a job with name "jobN1" and description "description" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:26   When I create a new job entity from the existing creator              # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:26   And I search for the job in the database                              # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:26   Then I find a job with name "jobN1"                                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:29:26   And No exception was thrown                                           # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:26 10:29:26.079 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:26 10:29:26.109 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:26 
06:29:26 @jobs @jobService @env_none
06:29:26 Scenario: Creating non-unique job name with valid job description                                                            # features/JobService.feature:141
06:29:26 10:29:26.162 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:26 10:29:26.165 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:26 10:29:26.165 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:26 10:29:26.165 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:26 10:29:26.165 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:26 10:29:26.165 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:26 10:29:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:26 10:29:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:26 10:29:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:26 10:29:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:26 10:29:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:26 10:29:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:26 10:29:26.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:26 10:29:26.278 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values
06:29:26 10:29:26.437 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:26 10:29:26.437 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:26 10:29:26.437 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:26 10:29:26.516 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:26 10:29:26.560 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:26 10:29:26.656 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:26 10:29:26.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:26 10:29:26.790 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:26 10:29:26.866 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:26 10:29:26.866 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:26 10:29:26.867 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:26 10:29:26.867 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:27 10:29:27.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:27 10:29:27.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:27 10:29:27.783 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:27 10:29:27.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:27 10:29:27.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:28 10:29:28.533 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:28 10:29:28.687 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:29 10:29:29.134 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:29 10:29:29.465 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:29 10:29:29.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:29 10:29:29.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:29 10:29:29.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:29 10:29:29.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:29 10:29:29.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:29   Given I prepare a job with name "jobN" and description "description"                                                       # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:29   When I create a new job entity from the existing creator                                                                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:29   Then I prepare a job with name "jobN" and description "description123"                                                     # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:29   And I expect the exception "KapuaDuplicateNameException" with the text "An entity with the same name jobN already exists." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:29:29 10:29:29.728 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:29:29 org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name jobN already exists.
06:29:29 	at org.eclipse.kapua.service.job.internal.JobServiceImpl.lambda$create$0(JobServiceImpl.java:92)
06:29:29 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:29:29 	at org.eclipse.kapua.service.job.internal.JobServiceImpl.create(JobServiceImpl.java:87)
06:29:29 	at org.eclipse.kapua.service.job.internal.JobServiceImpl.create(JobServiceImpl.java:47)
06:29:29 	at org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator(JobServiceSteps.java:170)
06:29:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:29:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:29:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:29:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:29:29 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:29:29 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:29:29 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:29:29 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:29:29 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:29:29 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:29:29 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:29:29 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:29:29 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:29:29 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:29:29 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:29:29 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:29:29 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:29:29 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:29:29 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:29:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:29:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:29:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:29:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:29:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:29:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:29:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:29:29 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:29:29 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:29:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:29:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:29:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:29:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:29:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:29:29 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:29:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:29:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:29:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:29:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:29:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:29:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:29:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:29:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:29:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:29:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:29:29 
06:29:29     Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name jobN already exists.
06:29:29 
06:29:29   When I create a new job entity from the existing creator                                                                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:29   Then An exception was thrown                                                                                               # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:29:29 10:29:29.740 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:29 10:29:29.764 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:29 
06:29:29 @jobs @jobService @env_none
06:29:29 Scenario: Creating job with short name and valid job description      # features/JobService.feature:152
06:29:29 10:29:29.801 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:29 10:29:29.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:29 10:29:29.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:29 10:29:29.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:29 10:29:29.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:29 10:29:29.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:29 10:29:29.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:29 10:29:29.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:29 10:29:29.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:29 10:29:29.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:29 10:29:29.806 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:29 10:29:29.806 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:29 10:29:29.806 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:29 10:29:29.917 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:29:30 10:29:30.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:30 10:29:30.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:30 10:29:30.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:30 10:29:30.110 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:30 10:29:30.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:30 10:29:30.240 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:30 10:29:30.295 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:30 10:29:30.359 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:30 10:29:30.432 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:30 10:29:30.433 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:30 10:29:30.433 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:30 10:29:30.433 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:30 10:29:30.604 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:30 10:29:30.899 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:31 10:29:31.272 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:31 10:29:31.323 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:31 10:29:31.382 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:31 10:29:31.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:32 10:29:32.040 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:32 10:29:32.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:32 10:29:32.747 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:32 10:29:32.927 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:32 10:29:32.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:32 10:29:32.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:32 10:29:32.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:32 10:29:32.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:32   Given I prepare a job with name "job" and description "description" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:32   When I create a new job entity from the existing creator            # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:32   And I search for the job in the database                            # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:32   Then I find a job with name "job"                                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:29:32   And No exception was thrown                                         # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:32 10:29:32.945 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:32 10:29:32.967 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:33 
06:29:33 @jobs @jobService @env_none
06:29:33 Scenario: Creating job with too short name and valid description                                                                                                                                   # features/JobService.feature:162
06:29:33 10:29:32.999 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:33 10:29:33.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:33 10:29:33.100 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 11 urls, producing 322 keys and 332 values
06:29:33 10:29:33.235 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:33 10:29:33.236 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:33 10:29:33.236 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:33 10:29:33.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:33 10:29:33.330 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:33 10:29:33.403 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:33 10:29:33.461 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:33 10:29:33.515 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:33 10:29:33.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:33 10:29:33.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:33 10:29:33.584 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:33 10:29:33.584 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:33 10:29:33.740 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:34 10:29:34.041 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:34 10:29:34.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:34 10:29:34.485 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:34 10:29:34.542 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:35 10:29:35.079 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:35 10:29:35.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:35 10:29:35.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:35 10:29:35.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:36 10:29:36.140 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:36 10:29:36.140 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:36 10:29:36.141 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:36 10:29:36.141 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:36 10:29:36.141 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:36   Given I prepare a job with name "j" and description "description"                                                                                                                                # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:36   And I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument jobCreator.name: Value less than allowed min length. Min length is: 3." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:29:36 
06:29:36     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: Value less than allowed min length. Min length is: 3.
06:29:36 
06:29:36   When I create a new job entity from the existing creator                                                                                                                                         # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:36   Then An exception was thrown                                                                                                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:29:36 10:29:36.158 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:36 10:29:36.187 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:36 
06:29:36 @jobs @jobService @env_none
06:29:36 Scenario: Creating job with long name and valid description                                                                                                                                                                                                                                                                       # features/JobService.feature:171
06:29:36 10:29:36.251 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:36 10:29:36.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:36 10:29:36.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:36 10:29:36.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:36 10:29:36.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:36 10:29:36.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:36 10:29:36.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:36 10:29:36.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:36 10:29:36.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:36 10:29:36.255 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:36 10:29:36.255 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:36 10:29:36.255 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:36 10:29:36.255 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:36 10:29:36.365 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values
06:29:36 10:29:36.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:36 10:29:36.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:36 10:29:36.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:36 10:29:36.559 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:36 10:29:36.597 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:36 10:29:36.674 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:36 10:29:36.736 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:36 10:29:36.790 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:36 10:29:36.858 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:36 10:29:36.858 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:36 10:29:36.858 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:36 10:29:36.858 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:37 10:29:37.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:37 10:29:37.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:37 10:29:37.663 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:37 10:29:37.714 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:37 10:29:37.766 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:38 10:29:38.347 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:38 10:29:38.491 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:38 10:29:38.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:39 10:29:39.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:39 10:29:39.353 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:39 10:29:39.353 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:39 10:29:39.353 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:39 10:29:39.353 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:39 10:29:39.354 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:39   Given I prepare a job with name "jobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjob" and description "description" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:39   When I create a new job entity from the existing creator                                                                                                                                                                                                                                                                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:39   And I search for the job in the database                                                                                                                                                                                                                                                                                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:39   Then I find a job with name "jobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjob"                                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:29:39   And No exception was thrown                                                                                                                                                                                                                                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:39 10:29:39.373 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:39 10:29:39.392 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:39 
06:29:39 @jobs @jobService @env_none
06:29:39 Scenario: Creating job with too long name and valid description                                                                                                                                                                                                                                                                    # features/JobService.feature:181
06:29:39 10:29:39.425 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:39 10:29:39.427 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:39 10:29:39.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:39 10:29:39.532 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:29:39 10:29:39.667 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:39 10:29:39.668 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:39 10:29:39.668 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:39 10:29:39.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:39 10:29:39.761 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:39 10:29:39.829 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:39 10:29:39.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:40 10:29:39.934 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:40 10:29:40.001 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:40 10:29:40.001 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:40 10:29:40.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:40 10:29:40.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:40 10:29:40.178 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:40 10:29:40.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:40 10:29:40.802 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:40 10:29:40.880 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:41 10:29:40.931 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:41 10:29:41.456 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:41 10:29:41.582 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:42 10:29:41.998 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:42 10:29:42.285 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:42 10:29:42.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:42 10:29:42.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:42 10:29:42.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:42 10:29:42.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:42 10:29:42.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:42   Given I prepare a job with name "JjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjob" and description "description" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:42   Given I expect the exception "KapuaIllegalArgumentException" with the text " An illegal value was provided for the argument jobCreator.name: Value over than allowed max length. Max length is: 255."                                                                                                                            # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:29:42 
06:29:42     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: Value over than allowed max length. Max length is: 255.
06:29:42 
06:29:42   When I create a new job entity from the existing creator                                                                                                                                                                                                                                                                         # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:42   And An exception was thrown                                                                                                                                                                                                                                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:29:42 10:29:42.498 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:42 10:29:42.519 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:42 
06:29:42 @jobs @jobService @env_none
06:29:42 Scenario: Creating a job without name with valid description                                                                                           # features/JobService.feature:190
06:29:42 10:29:42.564 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:42 10:29:42.567 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:42 10:29:42.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:42 10:29:42.671 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:29:42 10:29:42.800 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:42 10:29:42.800 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:42 10:29:42.800 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:42 10:29:42.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:42 10:29:42.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:43 10:29:42.966 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:43 10:29:43.019 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:43 10:29:43.072 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:43 10:29:43.138 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:43 10:29:43.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:43 10:29:43.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:43 10:29:43.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:43 10:29:43.298 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:43 10:29:43.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:44 10:29:43.936 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:44 10:29:43.993 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:44 10:29:44.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:44 10:29:44.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:44 10:29:44.702 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:45 10:29:45.081 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:45 10:29:45.358 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:45 10:29:45.532 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:45 10:29:45.532 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:45 10:29:45.533 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:45 10:29:45.533 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:45 10:29:45.533 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:45   Given I prepare a job with name "" and description "description"                                                                                     # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:45   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided for the argument jobCreator.name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:29:45 
06:29:45     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument jobCreator.name.
06:29:45 
06:29:45   When I create a new job entity from the existing creator                                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:45   And An exception was thrown                                                                                                                          # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:29:45 10:29:45.542 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:45 10:29:45.561 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:45 
06:29:45 @jobs @jobService @env_none
06:29:45 Scenario: Creating job with numbers in name and valid description            # features/JobService.feature:199
06:29:45 10:29:45.591 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:45 10:29:45.593 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:45 10:29:45.593 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:45 10:29:45.593 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:45 10:29:45.593 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:45 10:29:45.593 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:45 10:29:45.593 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:45 10:29:45.593 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:45 10:29:45.593 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:45 10:29:45.594 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:45 10:29:45.594 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:45 10:29:45.594 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:45 10:29:45.594 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:45 10:29:45.712 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values
06:29:45 10:29:45.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:45 10:29:45.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:45 10:29:45.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:45 10:29:45.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:45 10:29:45.932 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:46 10:29:46.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:46 10:29:46.055 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:46 10:29:46.110 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:46 10:29:46.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:46 10:29:46.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:46 10:29:46.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:46 10:29:46.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:46 10:29:46.339 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:46 10:29:46.601 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:47 10:29:46.996 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:47 10:29:47.054 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:47 10:29:47.107 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:47 10:29:47.673 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:47 10:29:47.820 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:48 10:29:48.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:48 10:29:48.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:48 10:29:48.714 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:48 10:29:48.714 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:48 10:29:48.714 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:48 10:29:48.714 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:48 10:29:48.714 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:48   Given I prepare a job with name "jobName123" and description "description" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:48   When I create a new job entity from the existing creator                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:48   And I search for the job in the database                                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:48   Then I find a job with name "jobName123"                                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:29:48   And No exception was thrown                                                # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:48 10:29:48.743 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:48 10:29:48.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:48 
06:29:48 @jobs @jobService @env_none
06:29:48 Scenario: Creating unique job with short description         # features/JobService.feature:209
06:29:48 10:29:48.795 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:48 10:29:48.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:48 10:29:48.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:48 10:29:48.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:48 10:29:48.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:48 10:29:48.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:48 10:29:48.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:48 10:29:48.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:48 10:29:48.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:48 10:29:48.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:48 10:29:48.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:48 10:29:48.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:48 10:29:48.798 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:48 10:29:48.890 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:29:49 10:29:49.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:49 10:29:49.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:49 10:29:49.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:49 10:29:49.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:49 10:29:49.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:49 10:29:49.191 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:49 10:29:49.246 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:49 10:29:49.300 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:49 10:29:49.366 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:49 10:29:49.366 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:49 10:29:49.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:49 10:29:49.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:49 10:29:49.519 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:49 10:29:49.806 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:50 10:29:50.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:50 10:29:50.258 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:50 10:29:50.311 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:50 10:29:50.885 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:51 10:29:51.036 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:51 10:29:51.429 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:51 10:29:51.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:51 10:29:51.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:51 10:29:51.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:51 10:29:51.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:51 10:29:51.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:51 10:29:51.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:51   Given I prepare a job with name "jobN" and description "d" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:51   When I create a new job entity from the existing creator   # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:51   And I search for the job in the database                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:51   Then I find a job with description "d"                     # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithDescription(java.lang.String)
06:29:51   And No exception was thrown                                # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:51 10:29:51.898 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:51 10:29:51.917 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:51 
06:29:51 @jobs @jobService @env_none
06:29:51 Scenario: Creating unique job with long description                                                                                                                                                                                                                                                                        # features/JobService.feature:219
06:29:51 10:29:51.958 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:51 10:29:51.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:52 10:29:52.055 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:29:52 10:29:52.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:52 10:29:52.185 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:52 10:29:52.185 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:52 10:29:52.238 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:52 10:29:52.271 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:52 10:29:52.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:52 10:29:52.398 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:52 10:29:52.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:52 10:29:52.521 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:52 10:29:52.521 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:52 10:29:52.521 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:52 10:29:52.521 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:52 10:29:52.672 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:52 10:29:52.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:53 10:29:53.288 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:53 10:29:53.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:53 10:29:53.390 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:53 10:29:53.888 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:54 10:29:54.016 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:54 10:29:54.389 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:54 10:29:54.672 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:54 10:29:54.847 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:54 10:29:54.847 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:54 10:29:54.847 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:54 10:29:54.847 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:54 10:29:54.848 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:54   Given I prepare a job with name "jobN" and description "descriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondedescription" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:54   When I create a new job entity from the existing creator                                                                                                                                                                                                                                                                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:54   And I search for the job in the database                                                                                                                                                                                                                                                                                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:54   Then I find a job with description "descriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondedescription"                     # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithDescription(java.lang.String)
06:29:54   And No exception was thrown                                                                                                                                                                                                                                                                                              # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:54 10:29:54.870 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:54 10:29:54.889 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:54 
06:29:54 @jobs @jobService @env_none
06:29:54 Scenario: Changing job name to unique one                                    # features/JobService.feature:229
06:29:54 10:29:54.946 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:54 10:29:54.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:54 10:29:54.949 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:55 10:29:55.047 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values
06:29:55 10:29:55.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:55 10:29:55.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:55 10:29:55.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:55 10:29:55.219 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:55 10:29:55.252 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:55 10:29:55.320 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:55 10:29:55.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:55 10:29:55.423 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:55 10:29:55.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:55 10:29:55.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:55 10:29:55.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:55 10:29:55.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:55 10:29:55.651 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:55 10:29:55.902 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:56 10:29:56.280 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:56 10:29:56.330 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:56 10:29:56.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:29:56 10:29:56.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:29:57 10:29:57.003 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:29:57 10:29:57.369 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:29:57 10:29:57.641 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:29:57 10:29:57.809 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:29:57 10:29:57.809 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:29:57 10:29:57.809 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:29:57 10:29:57.809 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:29:57 10:29:57.809 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:29:57   Given I prepare a job with name "jobName" and description "jobDescription" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:29:57   When I create a new job entity from the existing creator                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:29:57   Then I change name of job from "jobName" to "jobName1"                     # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeNameOfJobFromTo(java.lang.String,java.lang.String)
06:29:57   And I search for the job in the database                                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:57   Then I find a job with name "jobName1"                                     # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:29:57   And No exception was thrown                                                # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:29:57   Then I search for the job in the database                                  # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:29:57   And There is no job with name "jobName" in database                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.thereIsNoJobWithNameInDatabase(java.lang.String)
06:29:57 10:29:57.878 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:29:57 10:29:57.900 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:29:57 
06:29:57 @jobs @jobService @env_none
06:29:57 Scenario: Changing job name to non-unique one                                                                                     # features/JobService.feature:242
06:29:57 10:29:57.957 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:29:57 10:29:57.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:29:58 10:29:58.056 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:29:58 10:29:58.178 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:29:58 10:29:58.178 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:29:58 10:29:58.178 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:29:58 10:29:58.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:29:58 10:29:58.296 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:29:58 10:29:58.369 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:29:58 10:29:58.427 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:29:58 10:29:58.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:29:58 10:29:58.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:29:58 10:29:58.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:29:58 10:29:58.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:29:58 10:29:58.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:29:58 10:29:58.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:29:59 10:29:59.039 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:29:59 10:29:59.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:29:59 10:29:59.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:29:59 10:29:59.530 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:00 10:30:00.175 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:00 10:30:00.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:00 10:30:00.862 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:01 10:30:01.174 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:01 10:30:01.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:01 10:30:01.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:01 10:30:01.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:01 10:30:01.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:01 10:30:01.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:01   Given I prepare a job with name "jobName" and description "jobDescription"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:01   When I create a new job entity from the existing creator                                                                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:01   Then I prepare a job with name "jobName1" and description "jobDescription"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:01   And I create a new job entity from the existing creator                                                                         # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:01   Given I expect the exception "KapuaDuplicateNameException" with the text "An entity with the same name jobName already exists." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:30:01 10:30:01.399 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:30:01 org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name jobName already exists.
06:30:01 	at org.eclipse.kapua.service.job.internal.JobServiceImpl.lambda$update$1(JobServiceImpl.java:119)
06:30:01 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:30:01 	at org.eclipse.kapua.service.job.internal.JobServiceImpl.update(JobServiceImpl.java:112)
06:30:01 	at org.eclipse.kapua.service.job.internal.JobServiceImpl.update(JobServiceImpl.java:47)
06:30:01 	at org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeNameOfJobFromTo(JobServiceSteps.java:444)
06:30:01 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:30:01 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:30:01 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:30:01 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:30:01 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:30:01 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:30:01 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:30:01 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:30:01 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:30:01 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:30:01 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:30:01 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:30:01 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:30:01 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:30:01 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:30:01 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:30:01 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:30:01 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:30:01 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:30:01 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:30:01 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:30:01 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:30:01 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:30:01 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:30:01 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:30:01 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:30:01 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:30:01 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:30:01 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:30:01 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:30:01 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:30:01 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:30:01 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:30:01 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:30:01 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:30:01 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:30:01 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:30:01 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:30:01 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:30:01 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:30:01 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:30:01 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:30:01 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:30:01 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:30:01 
06:30:01     Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name jobName already exists.
06:30:01 
06:30:01   When I change name of job from "jobName1" to "jobName"                                                                          # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeNameOfJobFromTo(java.lang.String,java.lang.String)
06:30:01   And An exception was thrown                                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:30:01 10:30:01.402 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:01 10:30:01.442 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:01 
06:30:01 @jobs @jobService @env_none
06:30:01 Scenario: Changing job name to short one without description   # features/JobService.feature:254
06:30:01 10:30:01.484 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:01 10:30:01.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:01 10:30:01.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:01 10:30:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:01 10:30:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:01 10:30:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:01 10:30:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:01 10:30:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:01 10:30:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:01 10:30:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:01 10:30:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:01 10:30:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:01 10:30:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:01 10:30:01.625 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values
06:30:01 10:30:01.744 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:01 10:30:01.744 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:01 10:30:01.744 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:01 10:30:01.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:01 10:30:01.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:02 10:30:01.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:02 10:30:01.967 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:02 10:30:02.019 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:02 10:30:02.092 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:02 10:30:02.092 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:02 10:30:02.093 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:02 10:30:02.093 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:02 10:30:02.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:02 10:30:02.553 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:03 10:30:02.920 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:03 10:30:02.974 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:03 10:30:03.026 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:03 10:30:03.557 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:03 10:30:03.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:04 10:30:04.066 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:04 10:30:04.340 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:04 10:30:04.518 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:04 10:30:04.519 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:04 10:30:04.519 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:04 10:30:04.519 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:04 10:30:04.519 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:04   Given I prepare a job with name "jobName" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:04   When I create a new job entity from the existing creator     # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:04   Then I change name of job from "jobName" to "job"            # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeNameOfJobFromTo(java.lang.String,java.lang.String)
06:30:04   And I search for the job in the database                     # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:30:04   Then I find a job with name "job"                            # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:30:04   And No exception was thrown                                  # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:04 10:30:04.554 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:04 10:30:04.578 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:04 
06:30:04 @jobs @jobService @env_none
06:30:04 Scenario: Changing job name to a too short one without description                                                                                                                          # features/JobService.feature:265
06:30:04 10:30:04.616 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:04 10:30:04.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:04 10:30:04.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:04 10:30:04.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:04 10:30:04.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:04 10:30:04.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:04 10:30:04.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:04 10:30:04.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:04 10:30:04.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:04 10:30:04.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:04 10:30:04.619 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:04 10:30:04.619 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:04 10:30:04.619 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:04 10:30:04.738 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 11 urls, producing 322 keys and 332 values
06:30:04 10:30:04.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:04 10:30:04.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:04 10:30:04.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:05 10:30:04.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:05 10:30:04.992 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:05 10:30:05.076 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:05 10:30:05.130 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:05 10:30:05.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:05 10:30:05.257 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:05 10:30:05.257 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:05 10:30:05.257 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:05 10:30:05.257 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:05 10:30:05.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:05 10:30:05.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:06 10:30:06.043 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:06 10:30:06.092 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:06 10:30:06.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:06 10:30:06.656 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:06 10:30:06.784 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:07 10:30:07.176 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:07 10:30:07.478 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:07 10:30:07.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:07 10:30:07.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:07 10:30:07.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:07 10:30:07.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:07 10:30:07.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:07   Given I prepare a job with name "jobName" and description ""                                                                                                                              # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:07   When I create a new job entity from the existing creator                                                                                                                                  # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:07   And I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument job.name: Value less than allowed min length. Min length is: 3." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:30:07 
06:30:07     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: Value less than allowed min length. Min length is: 3.
06:30:07 
06:30:07   Then I change name of job from "jobName" to "j"                                                                                                                                           # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeNameOfJobFromTo(java.lang.String,java.lang.String)
06:30:07   And An exception was thrown                                                                                                                                                               # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:30:07 10:30:07.746 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:07 10:30:07.766 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:07 
06:30:07 @jobs @jobService @env_none
06:30:07 Scenario: Changing job name to a long one without description                                                                                                                                                                                                                                     # features/JobService.feature:275
06:30:07 10:30:07.799 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:07 10:30:07.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:07 10:30:07.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:07 10:30:07.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:07 10:30:07.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:07 10:30:07.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:07 10:30:07.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:07 10:30:07.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:07 10:30:07.802 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:07 10:30:07.802 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:07 10:30:07.802 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:07 10:30:07.802 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:07 10:30:07.802 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:07 10:30:07.918 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values
06:30:08 10:30:08.040 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:08 10:30:08.040 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:08 10:30:08.040 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:08 10:30:08.106 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:08 10:30:08.159 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:08 10:30:08.230 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:08 10:30:08.288 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:08 10:30:08.338 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:08 10:30:08.401 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:08 10:30:08.401 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:08 10:30:08.401 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:08 10:30:08.401 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:08 10:30:08.549 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:08 10:30:08.807 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:09 10:30:09.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:09 10:30:09.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:09 10:30:09.277 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:09 10:30:09.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:09 10:30:09.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:10 10:30:10.299 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:10 10:30:10.598 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:10 10:30:10.771 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:10 10:30:10.772 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:10 10:30:10.772 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:10 10:30:10.772 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:10 10:30:10.772 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:10   Given I prepare a job with name "jobName" and description ""                                                                                                                                                                                                                                    # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:10   When I create a new job entity from the existing creator                                                                                                                                                                                                                                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:10   Then I change the job name to "jobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.updateExistingJobName(java.lang.String)
06:30:10   And I search for the job in the database                                                                                                                                                                                                                                                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:30:10   Then I find a job with name "jobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejob"   # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:30:10   And No exception was thrown                                                                                                                                                                                                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:10 10:30:10.798 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:10 10:30:10.816 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:10 
06:30:10 @jobs @jobService @env_none
06:30:10 Scenario: Changing job name to a too long one without description                                                                                                                                                                                                                                                       # features/JobService.feature:286
06:30:10 10:30:10.854 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:10 10:30:10.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:11 10:30:10.948 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values
06:30:11 10:30:11.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:11 10:30:11.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:11 10:30:11.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:11 10:30:11.125 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:11 10:30:11.159 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:11 10:30:11.226 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:11 10:30:11.280 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:11 10:30:11.331 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:11 10:30:11.394 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:11 10:30:11.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:11 10:30:11.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:11 10:30:11.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:11 10:30:11.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:11 10:30:11.800 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:12 10:30:12.159 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:12 10:30:12.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:12 10:30:12.277 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:12 10:30:12.767 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:12 10:30:12.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:13 10:30:13.353 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:13 10:30:13.673 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:13 10:30:13.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:13 10:30:13.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:13 10:30:13.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:13 10:30:13.866 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:13 10:30:13.866 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:13   Given I prepare a job with name "JjobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejob" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:13   Given I expect the exception "KapuaIllegalArgumentException" with the text "Value over than allowed max length. Max length is: 255."                                                                                                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:30:13 
06:30:13     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: Value over than allowed max length. Max length is: 255.
06:30:13 
06:30:13   When I create a new job entity from the existing creator                                                                                                                                                                                                                                                              # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:13   And An exception was thrown                                                                                                                                                                                                                                                                                           # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:30:13 10:30:13.873 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:13 10:30:13.894 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:13 
06:30:13 @jobs @jobService @env_none
06:30:13 Scenario: Changing job name to contain permitted symbols in name without description # features/JobService.feature:295
06:30:13 10:30:13.929 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:13 10:30:13.932 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:13 10:30:13.932 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:13 10:30:13.932 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:13 10:30:13.933 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:13 10:30:13.933 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:13 10:30:13.933 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:13 10:30:13.933 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:13 10:30:13.933 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:13 10:30:13.933 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:13 10:30:13.933 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:13 10:30:13.933 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:13 10:30:13.933 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:14 10:30:14.033 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:30:14 10:30:14.151 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:14 10:30:14.152 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:14 10:30:14.152 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:14 10:30:14.205 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:14 10:30:14.237 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:14 10:30:14.309 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:14 10:30:14.360 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:14 10:30:14.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:14 10:30:14.474 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:14 10:30:14.474 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:14 10:30:14.475 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:14 10:30:14.475 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:14 10:30:14.622 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:14 10:30:14.871 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:15 10:30:15.224 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:15 10:30:15.277 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:15 10:30:15.332 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:15 10:30:15.829 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:16 10:30:15.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:16 10:30:16.347 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:16 10:30:16.612 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:16 10:30:16.821 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:16 10:30:16.822 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:16 10:30:16.822 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:16 10:30:16.822 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:16 10:30:16.822 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:16   When I try to update job name with permitted symbols "-_" in name                  # org.eclipse.kapua.service.job.steps.JobServiceSteps.iTryToUpdateJobNameWithPermittedSymbolsInName(java.lang.String)
06:30:16   And I search for the job in the database                                           # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:30:16   Then I find a job with name "jobName_"                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String)
06:30:16   And No exception was thrown                                                        # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:16 10:30:16.864 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:16 10:30:16.882 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:16 
06:30:16 @jobs @jobService @env_none
06:30:16 Scenario: Changing job name to contain invalid symbols in name without description                                                     # features/JobService.feature:304
06:30:16 10:30:16.910 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:16 10:30:16.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:17 10:30:17.031 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values
06:30:17 10:30:17.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:17 10:30:17.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:17 10:30:17.156 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:17 10:30:17.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:17 10:30:17.244 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:17 10:30:17.317 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:17 10:30:17.370 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:17 10:30:17.423 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:17 10:30:17.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:17 10:30:17.491 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:17 10:30:17.491 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:17 10:30:17.491 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:17 10:30:17.660 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:17 10:30:17.930 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:18 10:30:18.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:18 10:30:18.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:18 10:30:18.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:19 10:30:19.057 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:19 10:30:19.198 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:19 10:30:19.597 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:19 10:30:19.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:20 10:30:20.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:20 10:30:20.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:20 10:30:20.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:20 10:30:20.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:20 10:30:20.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:20   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument job.name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName!.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName#.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName$.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName%.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName&.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName'.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName(.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName).
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName=.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName».
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÇ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName>.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName:.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName;.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName<.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName..
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName,.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName⁄.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName@.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName‹.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName›.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName€.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName*.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameı.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName–.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName°.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName·.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName‚.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName±.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameŒ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName„.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName‰.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName?.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName“.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName‘.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName”.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName’.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÉ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameØ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName∏.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName{.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName}.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName|.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÆ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameæ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÒ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÔ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÓ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÌ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÏ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÎ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÍ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÅ.
06:30:20 
06:30:20 
06:30:20     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName«.
06:30:20 
06:30:20   When I try to update job name with invalid symbols "!#$%&'()=»Ç>:;<.,⁄@‹›€*ı–°·‚±Œ„‰?“‘”’ÉØ∏{}|ÆæÒÔÓÌÏÎÍÅ«" in name                  # org.eclipse.kapua.service.job.steps.JobServiceSteps.iTryToUpdateJobNameWithInvalidSymbolsInName(java.lang.String)
06:30:20   Then An exception was thrown                                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:30:20 10:30:20.465 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:20 10:30:20.490 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:20 
06:30:20 @jobs @jobService @env_none
06:30:20 Scenario: Changing job description to unique one                              # features/JobService.feature:312
06:30:20 10:30:20.543 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:20 10:30:20.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:20 10:30:20.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:20 10:30:20.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:20 10:30:20.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:20 10:30:20.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:20 10:30:20.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:20 10:30:20.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:20 10:30:20.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:20 10:30:20.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:20 10:30:20.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:20 10:30:20.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:20 10:30:20.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:20 10:30:20.660 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values
06:30:20 10:30:20.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:20 10:30:20.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:20 10:30:20.797 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:20 10:30:20.862 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:20 10:30:20.901 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:21 10:30:20.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:21 10:30:21.056 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:21 10:30:21.108 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:21 10:30:21.179 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:21 10:30:21.180 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:21 10:30:21.180 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:21 10:30:21.180 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:21 10:30:21.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:21 10:30:21.587 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:21 10:30:21.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:22 10:30:21.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:22 10:30:22.047 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:22 10:30:22.545 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:22 10:30:22.668 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:23 10:30:23.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:23 10:30:23.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:23 10:30:23.596 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:23 10:30:23.596 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:23 10:30:23.597 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:23 10:30:23.597 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:23 10:30:23.597 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:23   Given I prepare a job with name "jobName" and description "jobDescription"  # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:23   Then I create a new job entity from the existing creator                    # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:23   When I change the job description from "jobDescription" to "description123" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeTheJobDescriptionFromTo(java.lang.String,java.lang.String)
06:30:23   Then I find a job with description "description123"                         # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithDescription(java.lang.String)
06:30:23   And No exception was thrown                                                 # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:23 10:30:23.641 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:23 10:30:23.659 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:23 
06:30:23 @jobs @jobService @env_none
06:30:23 Scenario: Changing job description to non-unique one                          # features/JobService.feature:322
06:30:23 10:30:23.689 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:23 10:30:23.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:23 10:30:23.793 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values
06:30:23 10:30:23.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:23 10:30:23.914 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:23 10:30:23.914 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:24 10:30:23.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:24 10:30:24.006 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:24 10:30:24.078 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:24 10:30:24.132 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:24 10:30:24.192 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:24 10:30:24.267 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:24 10:30:24.267 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:24 10:30:24.267 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:24 10:30:24.267 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:24 10:30:24.425 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:24 10:30:24.665 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:25 10:30:25.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:25 10:30:25.062 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:25 10:30:25.112 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:25 10:30:25.600 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:25 10:30:25.730 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:26 10:30:26.094 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:26 10:30:26.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:26 10:30:26.590 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:26 10:30:26.590 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:26 10:30:26.591 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:26 10:30:26.591 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:26 10:30:26.591 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:26   Given I prepare a job with name "jobName" and description "jobDescription"  # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:26   When I create a new job entity from the existing creator                    # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:26   Then I prepare a job with name "jobName1" and description "jobDescription1" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:26   And I create a new job entity from the existing creator                     # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:26   When I change the job description from "jobDescription" to "jobDescription" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeTheJobDescriptionFromTo(java.lang.String,java.lang.String)
06:30:26   And No exception was thrown                                                 # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:26 10:30:26.620 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:26 10:30:26.657 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:26 
06:30:26 @jobs @jobService @env_none
06:30:26 Scenario: Changing job description to very short one                         # features/JobService.feature:333
06:30:26 10:30:26.691 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:26 10:30:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:26 10:30:26.695 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:26 10:30:26.806 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values
06:30:26 10:30:26.922 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:26 10:30:26.922 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:26 10:30:26.922 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:27 10:30:26.975 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:27 10:30:27.006 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:27 10:30:27.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:27 10:30:27.120 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:27 10:30:27.168 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:27 10:30:27.232 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:27 10:30:27.232 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:27 10:30:27.232 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:27 10:30:27.232 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:27 10:30:27.381 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:27 10:30:27.616 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:27 10:30:27.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:28 10:30:27.997 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:28 10:30:28.044 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:28 10:30:28.519 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:28 10:30:28.643 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:29 10:30:28.997 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:29 10:30:29.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:29 10:30:29.453 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:29 10:30:29.453 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:29 10:30:29.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:29 10:30:29.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:29 10:30:29.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:29   Given I prepare a job with name "jobName" and description "jobDescription" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:29   Then I create a new job entity from the existing creator                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:29   And I change the job description to "j"                                    # org.eclipse.kapua.service.job.steps.JobServiceSteps.updateExistingJobDescription(java.lang.String)
06:30:29   Then I search for the job in the database                                  # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:30:29   When I find a job with description "j"                                     # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithDescription(java.lang.String)
06:30:29   Then No exception was thrown                                               # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:29 10:30:29.474 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:29 10:30:29.496 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:29 
06:30:29 @jobs @jobService @env_none
06:30:29 Scenario: Changing job description to the long one                                                                                                                                                                                                                                                                            # features/JobService.feature:344
06:30:29 10:30:29.532 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:29 10:30:29.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:29 10:30:29.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:29 10:30:29.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:29 10:30:29.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:29 10:30:29.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:29 10:30:29.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:29 10:30:29.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:29 10:30:29.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:29 10:30:29.534 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:29 10:30:29.535 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:29 10:30:29.535 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:29 10:30:29.535 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:29 10:30:29.652 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 11 urls, producing 322 keys and 332 values
06:30:29 10:30:29.790 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:29 10:30:29.790 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:29 10:30:29.790 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:29 10:30:29.846 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:29 10:30:29.882 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:29 10:30:29.956 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:30 10:30:30.007 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:30 10:30:30.056 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:30 10:30:30.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:30 10:30:30.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:30 10:30:30.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:30 10:30:30.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:30 10:30:30.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:30 10:30:30.510 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:30 10:30:30.851 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:30 10:30:30.900 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:30 10:30:30.952 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:31 10:30:31.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:31 10:30:31.592 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:31 10:30:31.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:32 10:30:32.197 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:32 10:30:32.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:32 10:30:32.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:32 10:30:32.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:32 10:30:32.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:32 10:30:32.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:32   Given I prepare a job with name "jobName" and description "descriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondedescription" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String)
06:30:32   And I create a new job entity from the existing creator                                                                                                                                                                                                                                                                     # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator()
06:30:32   When I search for the job in the database                                                                                                                                                                                                                                                                                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase()
06:30:32   Then I find a job with description "descriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondedescription"                        # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithDescription(java.lang.String)
06:30:32   And No exception was thrown                                                                                                                                                                                                                                                                                                 # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:32 10:30:32.382 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:32 10:30:32.398 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:32 
06:30:32 @jobs @jobService @env_none @teardown
06:30:32 Scenario: Reset Security Context for all scenarios # features/JobService.feature:355
06:30:32 10:30:32.428 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager...
06:30:32 10:30:32.429 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE
06:30:32   Given Reset Security Context                     # org.eclipse.kapua.qa.common.utils.InitShiro.stop()
06:30:32 
06:30:32 @jobs @jobStepDefinition @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator")
06:30:32 Scenario: Initialize test environment # features/JobStepDefinitionService.feature:24
06:30:32 10:30:32.480 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment...
06:30:32 10:30:32.480 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:30:32 10:30:32.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:30:32 10:30:32.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:30:32 10:30:32.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 
06:30:32 10:30:32.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 
06:30:32 10:30:32.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2
06:30:32 10:30:32.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:30:32 10:30:32.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem:
06:30:32 10:30:32.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200
06:30:32 10:30:32.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:30:32 10:30:32.484 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:30:32 10:30:32.484 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE
06:30:32 10:30:32.484 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:30:32 10:30:32.484 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 
06:30:32 10:30:32.489 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:30:32 10:30:32.489 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: N/A
06:30:32 10:30:32.489 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:30:32 10:30:32.489 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:30:32 10:30:32.489 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:30:32 10:30:32.489 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:30:32 10:30:32.489 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:30:32 10:30:32.492 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:30:32 10:30:32.492 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:30:32 10:30:32.492 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:30:32 10:30:32.492 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:30:32 10:30:32.493 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:30:32 10:30:32.493 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:30:32 10:30:32.510 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
06:30:32 10:30:32.510 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:30:32 10:30:32.510 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:30:32 10:30:32.510 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
06:30:32 10:30:32.510 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:30:32 10:30:32.510 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:30:32 10:30:32.552 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:30:32 10:30:32.552 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:30:32   Given Init Jaxb Context             # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:30:32 10:30:32.553 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:30:32 10:30:32.553 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:30:32 10:30:32.560 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:30:32 10:30:32.560 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:30:32 10:30:32.561 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:30:32 10:30:32.562 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator
06:30:32 10:30:32.566 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:30:32 10:30:32.917 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:30:32 10:30:32.917 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:30:32 10:30:32.919 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator
06:30:32 10:30:32.919 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator
06:30:32 10:30:32.920 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator
06:30:32 10:30:32.920 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:30:32 10:30:32.923 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:30:32 10:30:32.923 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:30:32 10:30:32.926 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:30:32 10:30:32.926 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:30:32   And Init Security Context           # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:30:32 10:30:32.928 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator
06:30:32 10:30:32.928 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator
06:30:32 10:30:32.928 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator
06:30:32 10:30:32.928 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator
06:30:32 10:30:32.929 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator
06:30:32 10:30:32.929 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator
06:30:32 10:30:32.929 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator
06:30:32 10:30:32.930 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator
06:30:32 10:30:32.930 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator
06:30:32 10:30:32.930 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator
06:30:32 10:30:32.931 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator
06:30:32 10:30:32.931 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator
06:30:32 10:30:32.931 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator
06:30:32 10:30:32.931 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.execution.JobExecutionFactory from MockedLocator
06:30:32 
06:30:32 @jobs @jobStepDefinition @env_none
06:30:32 Scenario: Regular step definition creation                                           # features/JobStepDefinitionService.feature:28
06:30:32 10:30:32.969 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:32 10:30:32.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:32 10:30:32.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:32 10:30:32.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:32 10:30:32.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:32 10:30:32.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:32 10:30:32.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:32 10:30:32.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:32 10:30:32.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:32 10:30:32.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:32 10:30:32.974 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:32 10:30:32.974 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:32 10:30:32.974 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:33 10:30:33.093 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 11 urls, producing 322 keys and 332 values
06:30:33 10:30:33.215 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:33 10:30:33.215 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:33 10:30:33.215 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:33 10:30:33.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:33 10:30:33.331 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:33 10:30:33.421 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:33 10:30:33.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:33 10:30:33.555 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:33 10:30:33.634 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:33 10:30:33.635 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:33 10:30:33.635 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:33 10:30:33.635 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:33 10:30:33.825 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:34 10:30:34.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:34 10:30:34.426 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:34 10:30:34.492 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:34 10:30:34.540 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:35 10:30:35.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:35 10:30:35.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:35 10:30:35.566 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:35 10:30:35.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:35 10:30:35.987 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:35 10:30:35.987 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:35 10:30:35.987 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:35 10:30:35.987 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:35 10:30:35.987 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:36   Given A regular definition creator with the name "TestDefinition" and 3 properties # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreatorWithProperties(java.lang.String,java.lang.Integer)
06:30:36   When I create a new step definition entity from the existing creator               # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:30:36   Then No exception was thrown                                                       # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:36   When I search for the step definition in the database                              # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase()
06:30:36   Then No exception was thrown                                                       # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:36   And The step definition entity matches the creator                                 # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkTheStepDefinitionAgainstTheCreator()
06:30:36 10:30:36.089 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:36 10:30:36.108 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:36 
06:30:36 @jobs @jobStepDefinition @env_none
06:30:36 Scenario: Regular step definition with a property list                                                # features/JobStepDefinitionService.feature:37
06:30:36 10:30:36.170 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:36 10:30:36.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:36 10:30:36.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:36 10:30:36.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:36 10:30:36.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:36 10:30:36.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:36 10:30:36.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:36 10:30:36.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:36 10:30:36.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:36 10:30:36.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:36 10:30:36.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:36 10:30:36.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:36 10:30:36.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:36 10:30:36.272 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:30:36 10:30:36.393 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:36 10:30:36.393 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:36 10:30:36.393 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:36 10:30:36.457 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:36 10:30:36.489 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:36 10:30:36.572 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:36 10:30:36.620 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:36 10:30:36.668 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:36 10:30:36.731 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:36 10:30:36.731 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:36 10:30:36.731 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:36 10:30:36.731 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:36 10:30:36.876 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:37 10:30:37.115 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:37 10:30:37.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:37 10:30:37.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:37 10:30:37.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:38 10:30:38.014 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:38 10:30:38.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:38 10:30:38.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:38 10:30:38.749 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:38 10:30:38.905 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:38 10:30:38.905 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:38 10:30:38.906 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:38 10:30:38.906 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:38 10:30:38.906 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:38   Given A regular step definition creator with the name "TestDefinition" and the following properties # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.iPrepareARegularStepDefinitionCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:30:38   When I create a new step definition entity from the existing creator                                # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:30:38   Then No exception was thrown                                                                        # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:38 10:30:38.924 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:38 10:30:38.948 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:39 
06:30:39 @jobs @jobStepDefinition @env_none
06:30:39 Scenario: Step definition with a null scope ID                                             # features/JobStepDefinitionService.feature:47
06:30:39 10:30:38.977 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:39 10:30:38.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:39 10:30:39.074 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values
06:30:39 10:30:39.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:39 10:30:39.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:39 10:30:39.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:39 10:30:39.237 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:39 10:30:39.269 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:39 10:30:39.332 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:39 10:30:39.379 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:39 10:30:39.435 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:39 10:30:39.513 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:39 10:30:39.513 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:39 10:30:39.514 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:39 10:30:39.514 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:39 10:30:39.684 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:40 10:30:39.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:40 10:30:40.348 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:40 10:30:40.404 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:40 10:30:40.479 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:41 10:30:41.005 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:41 10:30:41.163 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:41 10:30:41.517 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:41 10:30:41.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:41 10:30:41.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:41 10:30:41.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:41 10:30:41.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:41 10:30:41.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:41 10:30:41.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:41   Given A null scope                                                                       # org.eclipse.kapua.qa.common.BasicSteps.setNullScope()
06:30:41   Given A regular step definition creator with the name "TestDefinition"                   # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String)
06:30:41   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "scopeId" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:30:41 
06:30:41     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument stepDefinitionCreator.scopeId.
06:30:41 
06:30:41   When I create a new step definition entity from the existing creator                     # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:30:41   Then An exception was thrown                                                             # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:30:41 10:30:41.953 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:41 10:30:41.972 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:42 
06:30:42 @jobs @jobStepDefinition @env_none
06:30:42 Scenario: Step definition with a null name                                              # features/JobStepDefinitionService.feature:55
06:30:42 10:30:42.005 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:42 10:30:42.007 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:42 10:30:42.008 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:42 10:30:42.102 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values
06:30:42 10:30:42.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:42 10:30:42.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:42 10:30:42.217 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:42 10:30:42.268 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:42 10:30:42.299 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:42 10:30:42.364 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:42 10:30:42.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:42 10:30:42.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:42 10:30:42.524 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:42 10:30:42.524 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:42 10:30:42.524 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:42 10:30:42.524 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:42 10:30:42.666 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:43 10:30:42.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:43 10:30:43.251 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:43 10:30:43.302 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:43 10:30:43.349 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:43 10:30:43.821 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:44 10:30:43.941 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:44 10:30:44.295 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:44 10:30:44.577 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:44 10:30:44.748 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:44 10:30:44.748 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:44 10:30:44.749 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:44 10:30:44.749 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:44 10:30:44.749 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:44   Given A regular step definition creator with the name "TestDefinition"                # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String)
06:30:44   And I set the step definition creator name to null                                    # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.setDefinitionCreatorNameToNull()
06:30:44   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:30:44 
06:30:44     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument stepDefinitionCreator.name.
06:30:44 
06:30:44   When I create a new step definition entity from the existing creator                  # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:30:44   Then An exception was thrown                                                          # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:30:44 10:30:44.755 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:44 10:30:44.773 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:44 
06:30:44 @jobs @jobStepDefinition @env_none
06:30:44 Scenario: Step definition with an empty name                                            # features/JobStepDefinitionService.feature:63
06:30:44 10:30:44.801 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:44 10:30:44.803 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:44 10:30:44.902 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:30:45 10:30:45.019 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:45 10:30:45.019 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:45 10:30:45.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:45 10:30:45.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:45 10:30:45.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:45 10:30:45.174 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:45 10:30:45.237 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:45 10:30:45.290 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:45 10:30:45.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:45 10:30:45.353 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:45 10:30:45.353 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:45 10:30:45.353 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:45 10:30:45.499 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:45 10:30:45.748 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:46 10:30:46.128 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:46 10:30:46.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:46 10:30:46.243 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:46 10:30:46.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:46 10:30:46.890 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:47 10:30:47.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:47 10:30:47.533 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:47 10:30:47.704 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:47 10:30:47.705 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:47 10:30:47.705 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:47 10:30:47.705 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:47 10:30:47.705 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:47   Given A regular step definition creator with the name ""                              # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String)
06:30:47   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:30:47 
06:30:47     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument stepDefinitionCreator.name.
06:30:47 
06:30:47   When I create a new step definition entity from the existing creator                  # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:30:47   Then An exception was thrown                                                          # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:30:47 10:30:47.712 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:47 10:30:47.741 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:47 
06:30:47 @jobs @jobStepDefinition @env_none
06:30:47 Scenario: Step definition with a duplicate name                                                                                                      # features/JobStepDefinitionService.feature:70
06:30:47 10:30:47.782 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:47 10:30:47.784 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:47 10:30:47.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:47 10:30:47.875 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:30:48 10:30:47.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:48 10:30:47.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:48 10:30:47.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:48 10:30:48.044 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:48 10:30:48.073 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:48 10:30:48.135 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:48 10:30:48.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:48 10:30:48.229 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:48 10:30:48.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:48 10:30:48.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:48 10:30:48.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:48 10:30:48.288 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:48 10:30:48.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:48 10:30:48.654 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:49 10:30:48.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:49 10:30:49.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:49 10:30:49.065 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:49 10:30:49.542 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:49 10:30:49.664 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:50 10:30:50.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:50 10:30:50.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:50 10:30:50.485 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:50 10:30:50.485 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:50 10:30:50.485 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:50 10:30:50.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:50 10:30:50.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:50   Given A regular step definition creator with the name "TestDefinition"                                                                             # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String)
06:30:50   When I create a new step definition entity from the existing creator                                                                               # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:30:50   Given I expect the exception "KapuaDuplicateNameInAnotherAccountError" with the text "An entity with the same name TestDefinition already exists." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:30:50 10:30:50.504 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:30:50 org.eclipse.kapua.KapuaDuplicateNameInAnotherAccountError: An entity with the same name TestDefinition already exists.
06:30:50 	at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.lambda$create$0(JobStepDefinitionServiceImpl.java:72)
06:30:50 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:30:50 	at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.create(JobStepDefinitionServiceImpl.java:69)
06:30:50 	at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.create(JobStepDefinitionServiceImpl.java:39)
06:30:50 	at org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator(JobStepDefinitionServiceSteps.java:175)
06:30:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:30:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:30:50 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:30:50 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:30:50 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:30:50 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:30:50 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:30:50 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:30:50 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:30:50 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:30:50 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:30:50 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:30:50 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:30:50 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:30:50 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:30:50 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:30:50 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:30:50 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:30:50 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:30:50 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:30:50 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:30:50 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:30:50 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:30:50 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:30:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:30:50 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:30:50 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:30:50 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:30:50 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:30:50 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:30:50 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:30:50 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:30:50 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:30:50 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:30:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:30:50 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:30:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:30:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:30:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:30:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:30:50 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:30:50 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:30:50 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:30:50 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:30:50 
06:30:50     Exception raised as expected: KapuaDuplicateNameInAnotherAccountError with message: An entity with the same name TestDefinition already exists.
06:30:50 
06:30:50   And I create a new step definition entity from the existing creator                                                                                # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:30:50   Then An exception was thrown                                                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:30:50 10:30:50.506 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:50 10:30:50.525 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:50 
06:30:50 @jobs @jobStepDefinition @env_none
06:30:50 Scenario: Delete a step definition                                       # features/JobStepDefinitionService.feature:78
06:30:50 10:30:50.554 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:50 10:30:50.556 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:50 10:30:50.644 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:30:50 10:30:50.760 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:50 10:30:50.761 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:50 10:30:50.761 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:50 10:30:50.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:50 10:30:50.854 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:50 10:30:50.921 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:51 10:30:50.968 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:51 10:30:51.016 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:51 10:30:51.074 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:51 10:30:51.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:51 10:30:51.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:51 10:30:51.075 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:51 10:30:51.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:51 10:30:51.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:51 10:30:51.774 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:51 10:30:51.827 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:51 10:30:51.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:52 10:30:52.367 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:52 10:30:52.485 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:52 10:30:52.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:53 10:30:53.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:53 10:30:53.273 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:53 10:30:53.273 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:53 10:30:53.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:53 10:30:53.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:53 10:30:53.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:53   Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String)
06:30:53   When I create a new step definition entity from the existing creator   # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:30:53   When I search for the step definition in the database                  # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase()
06:30:53   And The step definition entity matches the creator                     # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkTheStepDefinitionAgainstTheCreator()
06:30:53   When I delete the step definition                                      # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.deleteExistingStepDefinition()
06:30:53   And I search for the step definition in the database                   # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase()
06:30:53   Then There is no such step definition item in the database             # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkThatNoStepDefinitionWasFound()
06:30:53 10:30:53.302 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:53 10:30:53.326 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:53 
06:30:53 @jobs @jobStepDefinition @env_none
06:30:53 Scenario: Delete a step definition twice                                                     # features/JobStepDefinitionService.feature:88
06:30:53 10:30:53.355 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:53 10:30:53.357 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:53 10:30:53.449 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 11 urls, producing 322 keys and 332 values
06:30:53 10:30:53.578 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:53 10:30:53.578 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:53 10:30:53.578 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:53 10:30:53.629 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:53 10:30:53.659 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:53 10:30:53.722 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:53 10:30:53.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:53 10:30:53.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:53 10:30:53.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:53 10:30:53.879 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:53 10:30:53.880 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:53 10:30:53.880 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:54 10:30:54.028 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:54 10:30:54.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:54 10:30:54.614 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:54 10:30:54.661 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:54 10:30:54.711 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:55 10:30:55.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:55 10:30:55.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:55 10:30:55.651 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:55 10:30:55.933 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:56 10:30:56.107 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:56 10:30:56.107 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:56 10:30:56.107 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:56 10:30:56.107 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:56 10:30:56.107 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:56   Given A regular step definition creator with the name "TestDefinition"                     # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String)
06:30:56   When I create a new step definition entity from the existing creator                       # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:30:56   When I delete the step definition                                                          # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.deleteExistingStepDefinition()
06:30:56   Given I expect the exception "KapuaEntityNotFoundException" with the text "stepDefinition" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:30:56 10:30:56.129 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:30:56 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type stepDefinition with id/name 8,273,037,874,739,805,485 was not found.
06:30:56 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:301)
06:30:56 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:30:56 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:301)
06:30:56 	at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.lambda$delete$6(JobStepDefinitionServiceImpl.java:170)
06:30:56 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:30:56 	at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.delete(JobStepDefinitionServiceImpl.java:170)
06:30:56 	at org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.deleteExistingStepDefinition(JobStepDefinitionServiceSteps.java:231)
06:30:56 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:30:56 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:30:56 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:30:56 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:30:56 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:30:56 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:30:56 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:30:56 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:30:56 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:30:56 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:30:56 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:30:56 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:30:56 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:30:56 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:30:56 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:30:56 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:30:56 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:30:56 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:30:56 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:30:56 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:30:56 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:30:56 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:30:56 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:30:56 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:30:56 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:30:56 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:30:56 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:30:56 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:30:56 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:30:56 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:30:56 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:30:56 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:30:56 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:30:56 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:30:56 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:30:56 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:30:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:30:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:30:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:30:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:30:56 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:30:56 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:30:56 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:30:56 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:30:56 
06:30:56     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type stepDefinition with id/name 8,273,037,874,739,805,485 was not found.
06:30:56 
06:30:56   When I delete the step definition                                                          # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.deleteExistingStepDefinition()
06:30:56   Then An exception was thrown                                                               # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:30:56 10:30:56.131 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:56 10:30:56.151 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:56 
06:30:56 @jobs @jobStepDefinition @env_none
06:30:56 Scenario: Update a step definition name                                  # features/JobStepDefinitionService.feature:97
06:30:56 10:30:56.181 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:56 10:30:56.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:56 10:30:56.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:56 10:30:56.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:56 10:30:56.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:56 10:30:56.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:56 10:30:56.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:56 10:30:56.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:56 10:30:56.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:56 10:30:56.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:56 10:30:56.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:56 10:30:56.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:56 10:30:56.184 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:56 10:30:56.294 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:30:56 10:30:56.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:56 10:30:56.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:56 10:30:56.408 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:56 10:30:56.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:56 10:30:56.495 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:56 10:30:56.561 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:56 10:30:56.608 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:56 10:30:56.655 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:56 10:30:56.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:56 10:30:56.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:56 10:30:56.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:56 10:30:56.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:56 10:30:56.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:57 10:30:57.087 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:30:57 10:30:57.412 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:30:57 10:30:57.459 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:30:57 10:30:57.506 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:30:58 10:30:57.966 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:30:58 10:30:58.082 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:30:58 10:30:58.446 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:30:58 10:30:58.733 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:30:58 10:30:58.906 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:30:58 10:30:58.906 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:30:58 10:30:58.906 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:30:58 10:30:58.906 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:30:58 10:30:58.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:30:58   Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String)
06:30:58   When I create a new step definition entity from the existing creator   # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:30:58   When I change the step definition name to "SomeRandomNewName"          # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.changeExistingStepDefinitionName(java.lang.String)
06:30:58   Then No exception was thrown                                           # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:30:58   When I search for the step definition in the database                  # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase()
06:30:58   Then The step definition name is "SomeRandomNewName"                   # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkStepDefinitionName(java.lang.String)
06:30:58 10:30:58.934 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:30:58 10:30:58.954 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:30:59 
06:30:59 @jobs @jobStepDefinition @env_none
06:30:59 Scenario: Update a step definition target type                           # features/JobStepDefinitionService.feature:106
06:30:59 10:30:58.988 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:30:59 10:30:58.990 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:30:59 10:30:58.990 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:30:59 10:30:58.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:30:59 10:30:58.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:30:59 10:30:58.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:30:59 10:30:58.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:30:59 10:30:58.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:30:59 10:30:58.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:30:59 10:30:58.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:30:59 10:30:58.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:30:59 10:30:58.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:30:59 10:30:58.991 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:30:59 10:30:59.086 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:30:59 10:30:59.200 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:30:59 10:30:59.201 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:30:59 10:30:59.201 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:30:59 10:30:59.251 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:30:59 10:30:59.282 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:30:59 10:30:59.345 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:30:59 10:30:59.393 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:30:59 10:30:59.446 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:30:59 10:30:59.506 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:30:59 10:30:59.506 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:30:59 10:30:59.506 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:30:59 10:30:59.506 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:30:59 10:30:59.644 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:30:59 10:30:59.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:00 10:31:00.222 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:00 10:31:00.267 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:00 10:31:00.316 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:00 10:31:00.780 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:00 10:31:00.905 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:01 10:31:01.241 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:01 10:31:01.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:01 10:31:01.642 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:01 10:31:01.642 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:01 10:31:01.642 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:01 10:31:01.642 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:01 10:31:01.642 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:01   Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String)
06:31:01   When I create a new step definition entity from the existing creator   # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:31:01   Then The step definition type is "TARGET"                              # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkStepDefinitionType(java.lang.String)
06:31:01   When I change the step definition type to "GENERIC"                    # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.changeExistingStepDefinitionType(java.lang.String)
06:31:01   Then No exception was thrown                                           # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:31:01   When I search for the step definition in the database                  # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase()
06:31:01   Then The step definition type is "TARGET"                              # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkStepDefinitionType(java.lang.String)
06:31:01 10:31:01.664 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:01 10:31:01.682 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:01 
06:31:01 @jobs @jobStepDefinition @env_none
06:31:01 Scenario: Update a step definition processor name                           # features/JobStepDefinitionService.feature:118
06:31:01 10:31:01.710 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:01 10:31:01.712 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:01 10:31:01.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:01 10:31:01.803 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values
06:31:01 10:31:01.928 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:01 10:31:01.929 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:01 10:31:01.929 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:02 10:31:01.977 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:02 10:31:02.007 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:02 10:31:02.069 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:02 10:31:02.116 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:02 10:31:02.164 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:02 10:31:02.226 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:02 10:31:02.226 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:02 10:31:02.226 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:02 10:31:02.227 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:02 10:31:02.364 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:02 10:31:02.598 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:02 10:31:02.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:02 10:31:02.961 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:03 10:31:03.009 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:03 10:31:03.478 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:03 10:31:03.592 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:03 10:31:03.931 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:04 10:31:04.176 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:04 10:31:04.333 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:04 10:31:04.333 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:04 10:31:04.333 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:04 10:31:04.333 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:04 10:31:04.334 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:04   Given A regular step definition creator with the name "TestDefinition"    # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String)
06:31:04   And I set the step definition creator processor name to "SimpleProcessor" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.setDefinitionCreatorProcessorNameTo(java.lang.String)
06:31:04   Then I create a new step definition entity from the existing creator      # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:31:04   When I change the step definition processor name to "AnotherProcessor"    # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.changeExistingStepDefinitionProcessor(java.lang.String)
06:31:04   Then No exception was thrown                                              # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:31:04   When I search for the step definition in the database                     # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase()
06:31:04   Then The step definition processor name is "SimpleProcessor"              # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkStepDefinitionProcessorName(java.lang.String)
06:31:04 10:31:04.355 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:04 10:31:04.372 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:04 
06:31:04 @jobs @jobStepDefinition @env_none
06:31:04 Scenario: Update a nonexistent step definition                                               # features/JobStepDefinitionService.feature:130
06:31:04 10:31:04.397 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:04 10:31:04.399 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:04 10:31:04.496 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 11 urls, producing 322 keys and 332 values
06:31:04 10:31:04.608 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:04 10:31:04.608 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:04 10:31:04.608 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:04 10:31:04.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:04 10:31:04.687 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:04 10:31:04.749 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:04 10:31:04.800 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:04 10:31:04.847 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:04 10:31:04.908 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:04 10:31:04.908 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:04 10:31:04.908 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:04 10:31:04.908 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:05 10:31:05.046 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:05 10:31:05.278 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:05 10:31:05.602 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:05 10:31:05.646 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:05 10:31:05.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:06 10:31:06.178 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:06 10:31:06.295 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:06 10:31:06.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:06 10:31:06.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:07 10:31:07.038 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:07 10:31:07.038 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:07 10:31:07.038 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:07 10:31:07.038 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:07 10:31:07.039 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:07   Given A regular step definition creator with the name "TestDefinition"                     # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String)
06:31:07   When I create a new step definition entity from the existing creator                       # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator()
06:31:07   When I delete the step definition                                                          # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.deleteExistingStepDefinition()
06:31:07   Given I expect the exception "KapuaEntityNotFoundException" with the text "stepDefinition" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:31:07 10:31:07.056 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:31:07 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type stepDefinition with id/name 5,443,653,563,447,561,546 was not found.
06:31:07 	at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.lambda$update$1(KapuaUpdatableEntityJpaRepository.java:43)
06:31:07 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:31:07 	at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.update(KapuaUpdatableEntityJpaRepository.java:43)
06:31:07 	at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.lambda$update$1(JobStepDefinitionServiceImpl.java:109)
06:31:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:31:07 	at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.update(JobStepDefinitionServiceImpl.java:101)
06:31:07 	at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.update(JobStepDefinitionServiceImpl.java:39)
06:31:07 	at org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.changeExistingStepDefinitionName(JobStepDefinitionServiceSteps.java:243)
06:31:07 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:31:07 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:31:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:31:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:31:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:31:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:31:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:31:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:31:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:31:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:31:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:31:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:31:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:31:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:31:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:31:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:31:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:31:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:31:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:31:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:31:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:31:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:31:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:31:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:31:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:31:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:31:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:31:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:31:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:31:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:31:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:31:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:31:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:31:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:31:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:31:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:31:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:31:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:31:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:31:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:31:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:31:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:31:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:31:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:31:07 
06:31:07     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type stepDefinition with id/name 5,443,653,563,447,561,546 was not found.
06:31:07 
06:31:07   When I change the step definition name to "SomeRandomNewName"                              # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.changeExistingStepDefinitionName(java.lang.String)
06:31:07   Then An exception was thrown                                                               # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:31:07 10:31:07.058 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:07 10:31:07.074 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:07 
06:31:07 @jobs @jobStepDefinition @env_none
06:31:07 Scenario: Count step definition items              # features/JobStepDefinitionService.feature:139
06:31:07 10:31:07.100 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:07 10:31:07.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:07 10:31:07.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:07 10:31:07.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:07 10:31:07.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:07 10:31:07.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:07 10:31:07.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:07 10:31:07.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:07 10:31:07.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:07 10:31:07.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:07 10:31:07.102 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:07 10:31:07.103 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:07 10:31:07.103 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:07 10:31:07.218 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 11 urls, producing 322 keys and 332 values
06:31:07 10:31:07.334 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:07 10:31:07.334 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:07 10:31:07.334 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:07 10:31:07.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:07 10:31:07.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:07 10:31:07.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:07 10:31:07.523 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:07 10:31:07.569 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:07 10:31:07.628 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:07 10:31:07.628 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:07 10:31:07.628 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:07 10:31:07.628 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:07 10:31:07.769 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:08 10:31:07.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:08 10:31:08.315 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:08 10:31:08.360 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:08 10:31:08.405 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:08 10:31:08.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:08 10:31:08.974 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:09 10:31:09.309 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:09 10:31:09.555 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:09 10:31:09.714 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:09 10:31:09.714 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:09 10:31:09.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:09 10:31:09.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:09 10:31:09.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:09   Given I create 10 step definition items          # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createANumberOfStepDefinitions(java.lang.Integer)
06:31:09   When I count the step definition in the database # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.countStepDefinitionInDatabase()
06:31:09   Then I count 10                                  # org.eclipse.kapua.qa.common.BasicSteps.checkCountResult(int)
06:31:09 10:31:09.767 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:09 10:31:09.785 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:09 
06:31:09 @jobs @jobStepDefinition @env_none
06:31:09 Scenario: Step definition factory sanity checks          # features/JobStepDefinitionService.feature:145
06:31:09 10:31:09.809 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:09 10:31:09.811 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:09 10:31:09.811 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:09 10:31:09.811 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:09 10:31:09.811 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:09 10:31:09.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:09 10:31:09.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:09 10:31:09.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:09 10:31:09.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:09 10:31:09.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:09 10:31:09.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:09 10:31:09.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:09 10:31:09.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:09 10:31:09.903 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:31:10 10:31:10.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:10 10:31:10.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:10 10:31:10.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:10 10:31:10.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:10 10:31:10.100 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:10 10:31:10.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:10 10:31:10.214 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:10 10:31:10.261 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:10 10:31:10.319 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:10 10:31:10.319 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:10 10:31:10.320 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:10 10:31:10.320 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:10 10:31:10.457 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:10 10:31:10.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:11 10:31:11.007 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:11 10:31:11.052 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:11 10:31:11.103 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:11 10:31:11.558 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:11 10:31:11.673 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:12 10:31:12.019 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:12 10:31:12.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:12 10:31:12.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:12 10:31:12.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:12 10:31:12.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:12 10:31:12.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:12 10:31:12.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:12   Given I test the sanity of the step definition factory # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.testTheStepDefinitionFactory()
06:31:12 10:31:12.429 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:12 10:31:12.447 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:12 
06:31:12 @jobs @jobStepDefinition @env_none @teardown
06:31:12 Scenario: Reset Security Context for all scenarios # features/JobStepDefinitionService.feature:150
06:31:12 10:31:12.476 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager...
06:31:12 10:31:12.476 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE
06:31:12   Given Reset Security Context                     # org.eclipse.kapua.qa.common.utils.InitShiro.stop()
06:31:12 
06:31:12 @jobs @jobStepService @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator")
06:31:12 Scenario: Initialize test environment # features/JobStepService.feature:21
06:31:12 10:31:12.520 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment...
06:31:12 10:31:12.520 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem:
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:31:12 10:31:12.523 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE
06:31:12 10:31:12.524 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:31:12 10:31:12.524 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 
06:31:12 10:31:12.528 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:31:12 10:31:12.528 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: N/A
06:31:12 10:31:12.528 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:31:12 10:31:12.528 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:31:12 10:31:12.528 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:31:12 10:31:12.528 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:31:12 10:31:12.528 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:31:12 10:31:12.540 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:31:12 10:31:12.540 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:31:12 10:31:12.540 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:31:12 10:31:12.540 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:31:12 10:31:12.540 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:31:12 10:31:12.540 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:31:12 10:31:12.560 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
06:31:12 10:31:12.560 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:31:12 10:31:12.560 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:31:12 10:31:12.560 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
06:31:12 10:31:12.560 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:31:12 10:31:12.561 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:31:12 10:31:12.579 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:31:12 10:31:12.579 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:31:12   Given Init Jaxb Context             # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:31:12 10:31:12.579 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:31:12 10:31:12.580 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:31:12 10:31:12.584 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:31:12 10:31:12.585 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:31:12 10:31:12.585 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:31:12 10:31:12.586 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator
06:31:12 10:31:12.590 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:31:12 10:31:12.831 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:31:12 10:31:12.831 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:31:12 10:31:12.832 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator
06:31:12 10:31:12.832 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator
06:31:12 10:31:12.832 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator
06:31:12 10:31:12.833 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:31:12 10:31:12.836 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:31:12 10:31:12.836 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:31:12 10:31:12.838 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:31:12 10:31:12.839 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:31:12   And Init Security Context           # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:31:12 10:31:12.839 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator
06:31:12 10:31:12.839 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator
06:31:12 10:31:12.840 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator
06:31:12 10:31:12.840 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator
06:31:12 10:31:12.840 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator
06:31:12 10:31:12.840 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator
06:31:12 10:31:12.841 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator
06:31:12 10:31:12.841 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator
06:31:12 10:31:12.842 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator
06:31:12 10:31:12.842 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator
06:31:12 10:31:12.842 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator
06:31:12 10:31:12.842 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator
06:31:12 10:31:12.842 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator
06:31:12 10:31:12.842 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.execution.JobExecutionFactory from MockedLocator
06:31:12 
06:31:12 @jobs @jobStepService @env_none
06:31:12 Scenario: JobStepService.create                                                                # features/JobStepService.feature:25
06:31:12 10:31:12.874 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:12 10:31:12.877 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:12 10:31:12.978 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values
06:31:13 10:31:13.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:13 10:31:13.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:13 10:31:13.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:13 10:31:13.171 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:13 10:31:13.208 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:13 10:31:13.298 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:13 10:31:13.359 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:13 10:31:13.421 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:13 10:31:13.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:13 10:31:13.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:13 10:31:13.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:13 10:31:13.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:13 10:31:13.691 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:14 10:31:14.013 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:14 10:31:14.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:14 10:31:14.549 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:14 10:31:14.615 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:15 10:31:15.194 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:15 10:31:15.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:15 10:31:15.662 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:16 10:31:15.919 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:16 10:31:16.090 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:16 10:31:16.090 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:16 10:31:16.091 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:16 10:31:16.091 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:16 10:31:16.091 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:16   Given I create a job with the name "TestJob"                                                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:31:16   And I create a JobStepDefinition with the name "TestDefinition" and the following properties # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.iCreateAJobStepDefinitionWithProperties(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:16   And I prepare a JobStepCreator with the name "TestStep" and the following properties         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:16   When I create a new JobStep from the existing creator                                        # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:16   Then I look for the last JobStep                                                             # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForLastJobStep()
06:31:16   And The JobStep matches the creator                                                          # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator()
06:31:16 10:31:16.169 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:16 10:31:16.191 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:16 
06:31:16 @jobs @jobStepService @env_none
06:31:16 Scenario: JobStepService.create scopeId null                                               # features/JobStepService.feature:42
06:31:16 10:31:16.245 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:16 10:31:16.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:16 10:31:16.343 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 11 urls, producing 322 keys and 332 values
06:31:16 10:31:16.477 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:16 10:31:16.477 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:16 10:31:16.477 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:16 10:31:16.533 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:16 10:31:16.568 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:16 10:31:16.644 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:16 10:31:16.698 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:16 10:31:16.753 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:16 10:31:16.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:16 10:31:16.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:16 10:31:16.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:16 10:31:16.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:17 10:31:16.993 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:17 10:31:17.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:17 10:31:17.636 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:17 10:31:17.690 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:17 10:31:17.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:18 10:31:18.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:18 10:31:18.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:18 10:31:18.721 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:19 10:31:18.997 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:19 10:31:19.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:19 10:31:19.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:19 10:31:19.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:19 10:31:19.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:19 10:31:19.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:19   Given I create a job with the name "TestJob"                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:31:19   And A null scope                                                                         # org.eclipse.kapua.qa.common.BasicSteps.setNullScope()
06:31:19   And I prepare a JobStepCreator with the name "TestStep" and the following properties     # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:19   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "scopeId" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:31:19 
06:31:19     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument jobStepCreator.scopeId.
06:31:19 
06:31:19   When I create a new JobStep from the existing creator                                    # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:19   Then An exception was thrown                                                             # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:31:19 10:31:19.168 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:19 10:31:19.186 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:19 
06:31:19 @jobs @jobStepService @env_none
06:31:19 Scenario: JobStepService.update name                                                           # features/JobStepService.feature:55
06:31:19 10:31:19.209 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:19 10:31:19.211 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:19 10:31:19.211 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:19 10:31:19.211 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:19 10:31:19.211 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:19 10:31:19.211 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:19 10:31:19.211 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:19 10:31:19.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:19 10:31:19.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:19 10:31:19.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:19 10:31:19.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:19 10:31:19.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:19 10:31:19.212 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:19 10:31:19.298 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:31:19 10:31:19.427 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:19 10:31:19.427 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:19 10:31:19.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:19 10:31:19.486 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:19 10:31:19.527 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:19 10:31:19.598 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:19 10:31:19.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:19 10:31:19.738 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:19 10:31:19.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:19 10:31:19.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:19 10:31:19.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:19 10:31:19.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:20 10:31:19.979 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:20 10:31:20.256 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:20 10:31:20.637 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:20 10:31:20.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:20 10:31:20.740 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:21 10:31:21.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:21 10:31:21.365 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:21 10:31:21.728 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:22 10:31:22.014 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:22 10:31:22.201 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:22 10:31:22.201 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:22 10:31:22.202 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:22 10:31:22.202 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:22 10:31:22.202 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:22   Given I create a job with the name "TestJob"                                                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:31:22   And I create a JobStepDefinition with the name "TestDefinition" and the following properties # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.iCreateAJobStepDefinitionWithProperties(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:22   And I prepare a JobStepCreator with the name "TestStep" and the following properties         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:22   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:22   When I update the JobStep.name to "TestStep2"                                                # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iUpdateJobStepName(java.lang.String)
06:31:22   And I query for a JobStep with the name "TestStep2"                                          # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iQueryForJobStepWithName(java.lang.String)
06:31:22   Then I count 1                                                                               # org.eclipse.kapua.qa.common.BasicSteps.checkCountResult(int)
06:31:22 10:31:22.262 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:22 10:31:22.278 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:22 
06:31:22 @jobs @jobStepService @env_none
06:31:22 Scenario: JobStepService.update stepIndex forward                                              # features/JobStepService.feature:71
06:31:22 10:31:22.310 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:22 10:31:22.312 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:22 10:31:22.312 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:22 10:31:22.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:22 10:31:22.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:22 10:31:22.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:22 10:31:22.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:22 10:31:22.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:22 10:31:22.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:22 10:31:22.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:22 10:31:22.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:22 10:31:22.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:22 10:31:22.313 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:22 10:31:22.430 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:31:22 10:31:22.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:22 10:31:22.553 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:22 10:31:22.553 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:22 10:31:22.606 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:22 10:31:22.642 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:22 10:31:22.712 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:22 10:31:22.765 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:22 10:31:22.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:22 10:31:22.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:22 10:31:22.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:22 10:31:22.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:22 10:31:22.883 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:23 10:31:23.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:23 10:31:23.285 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:23 10:31:23.639 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:23 10:31:23.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:23 10:31:23.759 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:24 10:31:24.239 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:24 10:31:24.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:24 10:31:24.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:25 10:31:24.959 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:25 10:31:25.114 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:25 10:31:25.114 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:25 10:31:25.114 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:25 10:31:25.114 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:25 10:31:25.114 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:25   Given I create a job with the name "TestJob"                                                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:31:25   And I create a JobStepDefinition with the name "TestDefinition" and the following properties # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.iCreateAJobStepDefinitionWithProperties(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:25   And I prepare a JobStepCreator with the name "TestStep1" and the following properties        # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:25   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:25   And I prepare a JobStepCreator with the name "TestStep2" and the following properties        # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:25   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:25   And I prepare a JobStepCreator with the name "TestStep3" and the following properties        # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:25   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:25   When I look for the JobStep with name "TestStep1"                                            # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String)
06:31:25 10:31:25.213 [main] WARN  o.e.k.s.j.s.i.JobStepServiceImpl - Got 2 steps to move
06:31:25 10:31:25.238 [main] WARN  o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep2 to index 0
06:31:25 10:31:25.242 [main] WARN  o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep3 to index 1
06:31:25   And I update the JobStep.stepIndex to 2                                                      # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iUpdateStepIndex(java.lang.Integer)
06:31:25   And I look for the JobStep with name "TestStep2"                                             # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String)
06:31:25   Then The JobStep.stepIndex is 0                                                              # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int)
06:31:25   And I look for the JobStep with name "TestStep3"                                             # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String)
06:31:25   Then The JobStep.stepIndex is 1                                                              # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int)
06:31:25   And I look for the JobStep with name "TestStep1"                                             # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String)
06:31:25   Then The JobStep.stepIndex is 2                                                              # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int)
06:31:25 10:31:25.263 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:25 10:31:25.282 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:25 
06:31:25 @jobs @jobStepService @env_none
06:31:25 Scenario: JobStepService.update stepIndex backward                                             # features/JobStepService.feature:100
06:31:25 10:31:25.306 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:25 10:31:25.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:25 10:31:25.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:25 10:31:25.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:25 10:31:25.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:25 10:31:25.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:25 10:31:25.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:25 10:31:25.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:25 10:31:25.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:25 10:31:25.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:25 10:31:25.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:25 10:31:25.309 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:25 10:31:25.309 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:25 10:31:25.417 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:31:25 10:31:25.531 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:25 10:31:25.531 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:25 10:31:25.531 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:25 10:31:25.580 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:25 10:31:25.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:25 10:31:25.677 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:25 10:31:25.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:25 10:31:25.777 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:25 10:31:25.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:25 10:31:25.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:25 10:31:25.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:25 10:31:25.840 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:26 10:31:25.977 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:26 10:31:26.210 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:26 10:31:26.523 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:26 10:31:26.567 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:26 10:31:26.617 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:27 10:31:27.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:27 10:31:27.193 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:27 10:31:27.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:27 10:31:27.795 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:28 10:31:27.966 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:28 10:31:27.966 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:28 10:31:27.966 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:28 10:31:27.966 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:28 10:31:27.966 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:28   Given I create a job with the name "TestJob"                                                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:31:28   And I create a JobStepDefinition with the name "TestDefinition" and the following properties # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.iCreateAJobStepDefinitionWithProperties(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:28   And I prepare a JobStepCreator with the name "TestStep1" and the following properties        # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:28   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:28   And I prepare a JobStepCreator with the name "TestStep2" and the following properties        # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:28   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:28   And I prepare a JobStepCreator with the name "TestStep3" and the following properties        # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:28   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:28   When I look for the JobStep with name "TestStep3"                                            # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String)
06:31:28 10:31:28.070 [main] WARN  o.e.k.s.j.s.i.JobStepServiceImpl - Got 2 steps to move
06:31:28 10:31:28.070 [main] WARN  o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep1 to index 1
06:31:28 10:31:28.073 [main] WARN  o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep2 to index 2
06:31:28   And I update the JobStep.stepIndex to 0                                                      # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iUpdateStepIndex(java.lang.Integer)
06:31:28   And I look for the JobStep with name "TestStep3"                                             # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String)
06:31:28   Then The JobStep.stepIndex is 0                                                              # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int)
06:31:28   And I look for the JobStep with name "TestStep1"                                             # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String)
06:31:28   Then The JobStep.stepIndex is 1                                                              # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int)
06:31:28   And I look for the JobStep with name "TestStep2"                                             # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String)
06:31:28   Then The JobStep.stepIndex is 2                                                              # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int)
06:31:28 10:31:28.092 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:28 10:31:28.109 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:28 
06:31:28 @jobs @jobStepService @env_none
06:31:28 Scenario: JobStepService.count                                                                 # features/JobStepService.feature:129
06:31:28 10:31:28.157 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:28 10:31:28.160 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:28 10:31:28.252 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 11 urls, producing 322 keys and 332 values
06:31:28 10:31:28.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:28 10:31:28.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:28 10:31:28.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:28 10:31:28.422 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:28 10:31:28.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:28 10:31:28.517 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:28 10:31:28.564 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:28 10:31:28.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:28 10:31:28.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:28 10:31:28.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:28 10:31:28.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:28 10:31:28.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:28 10:31:28.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:29 10:31:29.051 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:29 10:31:29.388 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:29 10:31:29.439 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:29 10:31:29.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:30 10:31:29.978 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:30 10:31:30.103 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:30 10:31:30.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:30 10:31:30.700 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:30 10:31:30.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:30 10:31:30.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:30 10:31:30.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:30 10:31:30.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:30 10:31:30.861 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:30   Given I create a job with the name "TestJob"                                                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:31:30   And I create a JobStepDefinition with the name "TestDefinition" and the following properties # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.iCreateAJobStepDefinitionWithProperties(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:30   And I prepare a JobStepCreator with the name "TestStep1" and the following properties        # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:30   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:30   And I prepare a JobStepCreator with the name "TestStep2" and the following properties        # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:30   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:30   And I prepare a JobStepCreator with the name "TestStep3" and the following properties        # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:30   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:30   When I count the JobSteps in the current scope                                               # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCountJobStepInCurrentScope()
06:31:30   Then I count 3                                                                               # org.eclipse.kapua.qa.common.BasicSteps.checkCountResult(int)
06:31:30 10:31:30.946 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:30 10:31:30.963 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:31 
06:31:31 @jobs @jobStepService @env_none
06:31:31 Scenario: JobStepService.delete                                                                # features/JobStepService.feature:152
06:31:31 10:31:30.986 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:31 10:31:30.988 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:31 10:31:31.075 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values
06:31:31 10:31:31.196 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:31 10:31:31.196 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:31 10:31:31.196 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:31 10:31:31.244 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:31 10:31:31.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:31 10:31:31.336 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:31 10:31:31.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:31 10:31:31.449 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:31 10:31:31.508 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:31 10:31:31.508 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:31 10:31:31.508 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:31 10:31:31.508 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:31 10:31:31.650 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:31 10:31:31.888 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:32 10:31:32.204 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:32 10:31:32.249 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:32 10:31:32.293 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:32 10:31:32.753 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:32 10:31:32.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:33 10:31:33.245 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:33 10:31:33.553 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:33 10:31:33.721 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:33 10:31:33.721 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:33 10:31:33.722 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:33 10:31:33.722 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:33 10:31:33.722 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:33   Given I create a job with the name "TestJob"                                                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:31:33   And I create a JobStepDefinition with the name "TestDefinition" and the following properties # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.iCreateAJobStepDefinitionWithProperties(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:33   And I prepare a JobStepCreator with the name "TestStep" and the following properties         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:33   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:33   When I delete the last JobStep                                                               # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iDeleteLastJobStep()
06:31:33   And I look for the last JobStep                                                              # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForLastJobStep()
06:31:33   Then The JobStep is not found                                                                # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepNotFound()
06:31:33 10:31:33.772 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:33 10:31:33.789 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:33 
06:31:33 @jobs @jobStepService @env_none
06:31:33 Scenario: JobStepService.delete non-existing                                                   # features/JobStepService.feature:168
06:31:33 10:31:33.816 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:33 10:31:33.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:33 10:31:33.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:33 10:31:33.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:33 10:31:33.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:33 10:31:33.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:33 10:31:33.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:33 10:31:33.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:33 10:31:33.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:33 10:31:33.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:33 10:31:33.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:33 10:31:33.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:33 10:31:33.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:33 10:31:33.932 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values
06:31:34 10:31:34.049 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:34 10:31:34.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:34 10:31:34.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:34 10:31:34.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:34 10:31:34.134 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:34 10:31:34.200 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:34 10:31:34.251 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:34 10:31:34.308 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:34 10:31:34.374 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:34 10:31:34.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:34 10:31:34.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:34 10:31:34.375 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:34 10:31:34.520 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:34 10:31:34.766 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:35 10:31:35.114 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:35 10:31:35.164 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:35 10:31:35.227 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:35 10:31:35.705 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:35 10:31:35.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:36 10:31:36.233 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:36 10:31:36.522 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:36 10:31:36.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:36 10:31:36.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:36 10:31:36.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:36 10:31:36.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:36 10:31:36.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:36   Given I create a job with the name "TestJob"                                                 # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:31:36   And I create a JobStepDefinition with the name "TestDefinition" and the following properties # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.iCreateAJobStepDefinitionWithProperties(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:36   And I prepare a JobStepCreator with the name "TestStep" and the following properties         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
06:31:36   And I create a new JobStep from the existing creator                                         # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
06:31:36   And I delete the last JobStep                                                                # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iDeleteLastJobStep()
06:31:36   Given I expect the exception "KapuaEntityNotFoundException" with the text "jobStep"          # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:31:36 10:31:36.744 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:31:36 org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type jobStep with id/name 5,537,729,126,806,517,612 was not found.
06:31:36 	at org.eclipse.kapua.service.job.step.internal.JobStepServiceImpl.lambda$delete$8(JobStepServiceImpl.java:313)
06:31:36 	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
06:31:36 	at org.eclipse.kapua.service.job.step.internal.JobStepServiceImpl.lambda$delete$11(JobStepServiceImpl.java:313)
06:31:36 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:31:36 	at org.eclipse.kapua.service.job.step.internal.JobStepServiceImpl.delete(JobStepServiceImpl.java:310)
06:31:36 	at org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iDeleteLastJobStep(JobStepServiceSteps.java:306)
06:31:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:31:36 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:31:36 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:31:36 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:31:36 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:31:36 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:31:36 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:31:36 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:31:36 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:31:36 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:31:36 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:31:36 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:31:36 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:31:36 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:31:36 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:31:36 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:31:36 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:31:36 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:31:36 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:31:36 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:31:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:31:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:31:36 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:31:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:31:36 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:31:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:31:36 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:31:36 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:31:36 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:31:36 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:31:36 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:31:36 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:31:36 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:31:36 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:31:36 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:31:36 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:31:36 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:31:36 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:31:36 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:31:36 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:31:36 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:31:36 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:31:36 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:31:36 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:31:36 
06:31:36     Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type jobStep with id/name 5,537,729,126,806,517,612 was not found.
06:31:36 
06:31:36   When I delete the last JobStep                                                               # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iDeleteLastJobStep()
06:31:36   Then An exception was thrown                                                                 # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:31:36 10:31:36.746 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:36 10:31:36.764 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:36 
06:31:36 @jobs @jobStepService @env_none
06:31:36 Scenario: Step factory sanity checks # features/JobStepService.feature:184
06:31:36 10:31:36.792 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:31:36 10:31:36.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:31:36 10:31:36.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:31:36 10:31:36.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:31:36 10:31:36.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:31:36 10:31:36.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:31:36 10:31:36.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:31:36 10:31:36.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:31:36 10:31:36.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:31:36 10:31:36.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:31:36 10:31:36.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:31:36 10:31:36.795 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:31:36 10:31:36.795 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:31:36 10:31:36.906 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values
06:31:37 10:31:37.027 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:31:37 10:31:37.027 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 6
06:31:37 10:31:37.027 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:31:37 10:31:37.089 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:31:37 10:31:37.126 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:31:37 10:31:37.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml...
06:31:37 10:31:37.236 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml...
06:31:37 10:31:37.285 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:31:37 10:31:37.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:31:37 10:31:37.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:31:37 10:31:37.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 10
06:31:37 10:31:37.355 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:31:37 10:31:37.498 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:31:37 10:31:37.735 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:31:38 10:31:38.085 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:31:38 10:31:38.137 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:31:38 10:31:38.203 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:31:38 10:31:38.701 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:31:38 10:31:38.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml...
06:31:39 10:31:39.198 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml...
06:31:39 10:31:39.480 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:31:39 10:31:39.656 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:31:39 10:31:39.656 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:31:39 10:31:39.656 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:31:39 10:31:39.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:31:39 10:31:39.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:31:39   Given I test the JobStepFactory    # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.testTheStepFactory()
06:31:39 10:31:39.661 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:31:39 10:31:39.681 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:31:39 
06:31:39 @jobs @jobStepService @env_none @teardown
06:31:39 Scenario: Reset Security Context for all scenarios # features/JobStepService.feature:188
06:31:39 10:31:39.706 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager...
06:31:39 10:31:39.706 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE
06:31:39   Given Reset Security Context                     # org.eclipse.kapua.qa.common.utils.InitShiro.stop()
06:31:39 ┌───────────────────────────────────────────────────────────────────────────────────┐
06:31:39 │ Share your Cucumber Report with your team at https://reports.cucumber.io06:31:39 │ Activate publishing with one of the following:                                    │
06:31:39 │                                                                                   │
06:31:39 │ src/test/resources/cucumber.properties:          cucumber.publish.enabled=true    │
06:31:39 │ src/test/resources/junit-platform.properties:    cucumber.publish.enabled=true    │
06:31:39 │ Environment variable:                            CUCUMBER_PUBLISH_ENABLED=true    │
06:31:39 │ JUnit:                                           @CucumberOptions(publish = true) │
06:31:39 │                                                                                   │
06:31:39 │ More information at https://cucumber.io/docs/cucumber/environment-variables/06:31:39 │                                                                                   │
06:31:39 │ Disable this message with one of the following:                                   │
06:31:39 │                                                                                   │
06:31:39 │ src/test/resources/cucumber.properties:          cucumber.publish.quiet=true      │
06:31:39 │ src/test/resources/junit-platform.properties:    cucumber.publish.quiet=true      │
06:31:39 └───────────────────────────────────────────────────────────────────────────────────┘
06:31:39 [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 204.223 s - in org.eclipse.kapua.service.job.test.RunJobUnitTest
06:31:40 [INFO] 
06:31:40 [INFO] Results:
06:31:40 [INFO] 
06:31:40 [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0
06:31:40 [INFO] 
06:31:40 [INFO] 
06:31:40 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-test ---
06:31:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/job/test/target/jacoco.exec
06:31:40 [INFO] Analyzed bundle 'kapua-job-test' with 0 classes
06:31:40 [INFO] 
06:31:40 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-test ---
06:31:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/test/target/kapua-job-test-2.1.0-SNAPSHOT.jar
06:31:40 [INFO] 
06:31:40 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-test ---
06:31:40 [INFO] No sources in project. Archive not created.
06:31:40 [INFO] 
06:31:40 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-test ---
06:31:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/job/test/target/jacoco.exec
06:31:40 [INFO] Analyzed bundle 'kapua-job-test' with 0 classes
06:31:40 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:31:40 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:31:40 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:31:40 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:31:40 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:31:40 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:31:40 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:31:40 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:31:40 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:31:40 [INFO] Analyzed bundle 'kapua-job-internal' with 50 classes
06:31:40 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:31:40 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:31:40 [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes
06:31:40 [INFO] Analyzed bundle 'kapua-scheduler-quartz' with 40 classes
06:31:40 [INFO] Analyzed bundle 'kapua-job-test-steps' with 8 classes
06:31:40 [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes
06:31:40 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:31:40 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:31:40 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:31:40 [INFO] Analyzed bundle 'kapua-qa-common' with 45 classes
06:31:40 [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes
06:31:40 [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes
06:31:40 [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes
06:31:40 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:31:40 [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes
06:31:40 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:31:40 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:31:40 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:31:40 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:31:40 [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes
06:31:40 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:31:40 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:31:41 [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes
06:31:41 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:31:41 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:31:41 [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes
06:31:41 [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes
06:31:41 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes
06:31:41 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:31:41 [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes
06:31:41 [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes
06:31:41 [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes
06:31:41 [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes
06:31:41 [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes
06:31:41 [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes
06:31:41 [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes
06:31:41 [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes
06:31:41 [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes
06:31:41 [INFO] Analyzed bundle 'kapua-client-security' with 33 classes
06:31:41 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:31:41 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:31:41 [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes
06:31:41 [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes
06:31:41 [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes
06:31:41 [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes
06:31:41 [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes
06:31:41 [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes
06:31:41 [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes
06:31:42 [INFO] 
06:31:42 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-test ---
06:31:42 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/test/target/kapua-job-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-test/2.1.0-SNAPSHOT/kapua-job-test-2.1.0-SNAPSHOT.jar
06:31:42 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/job/test/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-job-test/2.1.0-SNAPSHOT/kapua-job-test-2.1.0-SNAPSHOT.pom
06:31:42 [INFO] 
06:31:42 [INFO] ---------------< org.eclipse.kapua:kapua-tag-test-steps >---------------
06:31:42 [INFO] Building kapua-tag-test-steps 2.1.0-SNAPSHOT                   [143/229]
06:31:42 [INFO]   from service/tag/test-steps/pom.xml
06:31:42 [INFO] --------------------------------[ jar ]---------------------------------
06:31:42 [INFO] 
06:31:42 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-test-steps ---
06:31:42 [INFO] 
06:31:42 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-test-steps ---
06:31:42 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:31:42 [INFO] 
06:31:42 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-test-steps ---
06:31:42 [INFO] Required toolchain: jdk [ version='11' ]
06:31:42 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:31:42 [INFO] 
06:31:42 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-test-steps ---
06:31:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:31:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/test-steps
06:31:42 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917902237
06:31:42 [WARNING] Cannot get the branch information from the git repository: 
06:31:42 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:31:42 
06:31:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:31:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/test-steps
06:31:42 [INFO] Storing buildScmBranch: UNKNOWN
06:31:42 [INFO] 
06:31:42 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-test-steps ---
06:31:42 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/tag/test-steps/target/jacoco.exec
06:31:42 [INFO] 
06:31:42 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-test-steps ---
06:31:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/src/main/resources
06:31:42 [INFO] 
06:31:42 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-test-steps ---
06:31:42 [INFO] Copying 1 resource
06:31:42 [INFO] 
06:31:42 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-test-steps ---
06:31:42 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:31:42 [INFO] Changes detected - recompiling the module!
06:31:42 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/target/classes
06:31:46 [INFO] 
06:31:46 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-test-steps ---
06:31:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/src/test/resources
06:31:46 [INFO] 
06:31:46 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-test-steps ---
06:31:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:31:46 [INFO] No sources to compile
06:31:46 [INFO] 
06:31:46 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-test-steps ---
06:31:46 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:31:46 [INFO] No tests to run.
06:31:46 [INFO] 
06:31:46 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-test-steps ---
06:31:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:31:46 [INFO] 
06:31:46 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-test-steps ---
06:31:46 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/target/kapua-tag-test-steps-2.1.0-SNAPSHOT.jar
06:31:46 [INFO] 
06:31:46 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-test-steps ---
06:31:46 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/target/kapua-tag-test-steps-2.1.0-SNAPSHOT-sources.jar
06:31:46 [INFO] 
06:31:46 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-test-steps ---
06:31:46 [INFO] 
06:31:46 [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-test-steps ---
06:31:46 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/target/kapua-tag-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-test-steps/2.1.0-SNAPSHOT/kapua-tag-test-steps-2.1.0-SNAPSHOT.jar
06:31:46 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-test-steps/2.1.0-SNAPSHOT/kapua-tag-test-steps-2.1.0-SNAPSHOT.pom
06:31:46 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/target/kapua-tag-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-test-steps/2.1.0-SNAPSHOT/kapua-tag-test-steps-2.1.0-SNAPSHOT-sources.jar
06:31:46 [INFO] 
06:31:46 [INFO] ------------------< org.eclipse.kapua:kapua-tag-test >------------------
06:31:46 [INFO] Building kapua-tag-test 2.1.0-SNAPSHOT                         [144/229]
06:31:46 [INFO]   from service/tag/test/pom.xml
06:31:46 [INFO] --------------------------------[ jar ]---------------------------------
06:31:46 [INFO] 
06:31:46 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-test ---
06:31:46 [INFO] 
06:31:46 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-test ---
06:31:46 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:31:46 [INFO] 
06:31:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-test ---
06:31:46 [INFO] Required toolchain: jdk [ version='11' ]
06:31:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:31:46 [INFO] 
06:31:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-test ---
06:31:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:31:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/test
06:31:46 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712917906914
06:31:46 [WARNING] Cannot get the branch information from the git repository: 
06:31:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:31:46 
06:31:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/test' && 'git' 'rev-parse' '--verify' 'HEAD'
06:31:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/test
06:31:46 [INFO] Storing buildScmBranch: UNKNOWN
06:31:46 [INFO] 
06:31:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-test ---
06:31:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/tag/test/target/jacoco.exec
06:31:46 [INFO] 
06:31:46 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-test ---
06:31:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/test/src/main/resources
06:31:46 [INFO] 
06:31:46 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-test ---
06:31:46 [INFO] Copying 1 resource
06:31:46 [INFO] 
06:31:46 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-test ---
06:31:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:31:46 [INFO] No sources to compile
06:31:46 [INFO] 
06:31:46 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-test ---
06:31:46 [INFO] Copying 6 resources
06:31:46 [INFO] 
06:31:46 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-test ---
06:31:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:31:46 [INFO] Changes detected - recompiling the module!
06:31:46 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/tag/test/target/test-classes
06:31:51 [INFO] 
06:31:51 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-test ---
06:31:51 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:31:51 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:31:51 [INFO] 
06:31:51 [INFO] -------------------------------------------------------
06:31:51 [INFO]  T E S T S
06:31:51 [INFO] -------------------------------------------------------
06:31:53 [INFO] Running org.eclipse.kapua.service.tag.test.RunTagUnitTest
06:31:58 
06:31:58 @tag @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator")
06:31:58 Scenario: Initialize test environment # features/TagService.feature:23
06:31:59 10:31:59.161 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment...
06:31:59 10:31:59.186 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:31:59 10:31:59.292 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:31:59 10:31:59.296 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:31:59 10:31:59.296 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 
06:31:59 10:31:59.296 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 
06:31:59 10:31:59.297 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2
06:31:59 10:31:59.297 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:31:59 10:31:59.297 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem:
06:31:59 10:31:59.303 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200
06:31:59 10:31:59.303 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:31:59 10:31:59.304 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:31:59 10:31:59.304 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE
06:31:59 10:31:59.340 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:31:59 10:31:59.341 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 
06:31:59 10:31:59.377 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:31:59 10:31:59.377 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:31:59 10:31:59.377 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:31:59 10:31:59.377 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:31:59 10:31:59.378 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:31:59 10:31:59.378 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:31:59 10:31:59.884 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:31:59 10:31:59.885 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: N/A
06:31:59 10:31:59.885 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:31:59 10:31:59.885 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:31:59 10:31:59.885 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:31:59 10:31:59.886 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:31:59 10:31:59.886 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:31:59 10:31:59.908 [main] WARN  o.e.k.c.s.i.c.CacheManagerProvider - Error while loading the CachingProvider... Loading the default one (org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider).
06:32:02 10:32:02.703 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:32:02 10:32:02.704 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:32:02 10:32:02.704 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:32:02 10:32:02.704 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:32:02 10:32:02.705 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:32:02 10:32:02.705 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:32:02 10:32:02.765 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:32:02 10:32:02.765 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:32:02 10:32:02.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:32:02 10:32:02.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:32:02 10:32:02.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:32:02 10:32:02.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:32:02 10:32:02.887 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
06:32:02 10:32:02.888 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:32:02 10:32:02.888 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:32:02 10:32:02.888 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:32:02 10:32:02.888 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:32:02 10:32:02.889 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:32:02 10:32:02.903 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:32:02 10:32:02.904 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:32:02 10:32:02.904 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:32:02 10:32:02.904 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:32:02 10:32:02.904 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:32:02 10:32:02.937 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:32:03 10:32:02.967 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:32:03 10:32:02.967 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:32:03 10:32:02.967 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:32:03 10:32:02.968 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:32:03 10:32:02.968 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:32:03 10:32:02.968 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:32:03 10:32:02.997 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
06:32:03 10:32:02.998 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:32:03 10:32:02.998 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:32:03 10:32:02.998 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:32:03 10:32:02.998 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:32:03 10:32:02.999 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:32:03 10:32:03.246 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:32:03 10:32:03.254 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:32:03   Given Init Jaxb Context             # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:32:03 10:32:03.259 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:32:03 10:32:03.263 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:32:03 10:32:03.599 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:32:03 10:32:03.601 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:32:03 10:32:03.624 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:32:03 10:32:03.646 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator
06:32:03 10:32:03.656 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:32:04 10:32:04.142 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:32:04 10:32:04.143 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:32:04 10:32:04.145 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator
06:32:04 10:32:04.147 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator
06:32:04 10:32:04.148 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator
06:32:04 10:32:04.149 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:32:04 10:32:04.196 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:32:04 10:32:04.197 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:32:04 10:32:04.205 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:32:04 10:32:04.206 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:32:04   And Init Security Context           # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:32:04 10:32:04.211 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator
06:32:04 10:32:04.211 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator
06:32:04 10:32:04.212 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator
06:32:04 10:32:04.214 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:32:04 10:32:04.214 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator
06:32:04 10:32:04.238 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator
06:32:04 10:32:04.239 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator
06:32:04 10:32:04.239 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator
06:32:04 10:32:04.240 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator
06:32:04 10:32:04.240 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator
06:32:04 10:32:04.247 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:32:04 10:32:04.248 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator
06:32:04 10:32:04.248 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator
06:32:04 10:32:04.255 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:32:04 10:32:04.255 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator
06:32:04 10:32:04.255 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator
06:32:04 10:32:04.255 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator
06:32:04 10:32:04.256 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator
06:32:04 10:32:04.256 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator
06:32:04 10:32:04.256 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator
06:32:04 10:32:04.256 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator
06:32:04 10:32:04.257 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator
06:32:04 10:32:04.258 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:32:04 10:32:04.258 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:32:04 10:32:04.259 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator
06:32:04 10:32:04.259 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator
06:32:04 10:32:04.260 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator
06:32:04 10:32:04.260 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator
06:32:04 10:32:04.261 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:32:04 10:32:04.262 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:32:04 10:32:04.262 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:32:04 10:32:04.263 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:32:04 10:32:04.264 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:32:04 10:32:04.265 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:32:04 10:32:04.266 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:32:04 10:32:04.267 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:32:04 10:32:04.268 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:32:04 10:32:04.272 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator
06:32:04 10:32:04.273 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator
06:32:04 10:32:04.274 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator
06:32:04 10:32:04.275 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator
06:32:04 10:32:04.276 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator
06:32:04 10:32:04.276 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator
06:32:04 10:32:04.276 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator
06:32:04 10:32:04.277 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator
06:32:04 10:32:04.278 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator
06:32:04 10:32:04.278 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator
06:32:04 10:32:04.279 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator
06:32:04 10:32:04.280 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator
06:32:04 10:32:04.280 [main] INFO  o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator
06:32:04 
06:32:04 @tag @env_none
06:32:04 Scenario: Creating Unique Tag Without Description # features/TagService.feature:27
06:32:04 10:32:04.489 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:05 10:32:05.347 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:05 10:32:05.347 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:05 10:32:05.347 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:05 10:32:05.348 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:05 10:32:05.348 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:05 10:32:05.348 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:05 10:32:05.348 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:05 10:32:05.348 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:05 10:32:05.348 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:05 10:32:05.349 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:05 10:32:05.349 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:05 10:32:05.349 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:05 10:32:05.758 [main] INFO  org.reflections.Reflections - Reflections took 145 ms to scan 10 urls, producing 269 keys and 278 values
06:32:06 10:32:06.053 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:06 10:32:06.054 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:06 10:32:06.055 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:10 10:32:10.489 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:10 10:32:10.796 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:11 10:32:11.281 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:11 10:32:11.639 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:11 10:32:11.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:11 10:32:11.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:11 10:32:11.641 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:12 10:32:12.393 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:13 10:32:13.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:14 10:32:14.591 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:14 10:32:14.752 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:14 10:32:14.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:16 10:32:16.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:16 10:32:16.566 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:16 10:32:16.774 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:17 10:32:17.171 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:17 10:32:17.171 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:17 10:32:17.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:17 10:32:17.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:17 10:32:17.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:17 10:32:17.284 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3
06:32:17 10:32:17.287 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
06:32:17 10:32:17.326 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
06:32:17   Given A tag with name "Tag123" is created       # org.eclipse.kapua.service.tag.steps.TagServiceSteps.creatingTagWithName(java.lang.String)
06:32:17   When Tag with name "Tag123" is searched         # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:32:17   Then I find a tag with name "Tag123"            # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:32:17 10:32:17.916 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:17 10:32:17.963 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:18 
06:32:18 @tag @env_none
06:32:18 Scenario: Creating Non-unique Tag Without Description                                                                            # features/TagService.feature:34
06:32:18 10:32:18.067 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:18 10:32:18.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:18 10:32:18.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:18 10:32:18.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:18 10:32:18.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:18 10:32:18.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:18 10:32:18.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:18 10:32:18.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:18 10:32:18.070 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:18 10:32:18.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:18 10:32:18.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:18 10:32:18.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:18 10:32:18.071 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:18 10:32:18.180 [main] INFO  org.reflections.Reflections - Reflections took 13 ms to scan 10 urls, producing 269 keys and 278 values
06:32:18 10:32:18.320 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:18 10:32:18.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:18 10:32:18.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:18 10:32:18.440 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:18 10:32:18.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:18 10:32:18.654 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:18 10:32:18.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:18 10:32:18.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:18 10:32:18.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:18 10:32:18.806 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:19 10:32:19.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:19 10:32:19.698 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:20 10:32:20.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:20 10:32:20.475 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:20 10:32:20.599 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:21 10:32:21.602 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:21 10:32:21.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:22 10:32:22.092 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:22 10:32:22.392 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:22 10:32:22.393 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:22 10:32:22.393 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:22 10:32:22.393 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:22 10:32:22.394 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:22   Given I expect the exception "KapuaDuplicateNameException" with the text "An entity with the same name Tag123 already exists." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:32:22   When I create tag with name "Tag123"                                                                                           # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(java.lang.String)
06:32:22 10:32:22.453 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:32:22 org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name Tag123 already exists.
06:32:22 	at org.eclipse.kapua.service.tag.internal.TagServiceImpl.lambda$create$0(TagServiceImpl.java:92)
06:32:22 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:32:22 	at org.eclipse.kapua.service.tag.internal.TagServiceImpl.create(TagServiceImpl.java:86)
06:32:22 	at org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(TagServiceSteps.java:142)
06:32:22 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:32:22 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:32:22 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:32:22 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:32:22 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:32:22 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:32:22 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:32:22 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:32:22 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:32:22 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:32:22 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:32:22 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:32:22 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:32:22 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:32:22 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:32:22 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:32:22 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:32:22 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:32:22 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:32:22 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:32:22 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:32:22 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:32:22 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:32:22 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:32:22 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:32:22 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:32:22 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:32:22 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:32:22 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:32:22 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:32:22 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:32:22 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:32:22 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:32:22 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:32:22 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:32:22 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:32:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:32:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:32:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:32:22 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:32:22 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:32:22 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:32:22 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:32:22 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:32:22 
06:32:22     Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name Tag123 already exists.
06:32:22 
06:32:22   And I create tag with name "Tag123"                                                                                            # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(java.lang.String)
06:32:22   Then An exception was thrown                                                                                                   # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:32:22 10:32:22.465 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:22 10:32:22.497 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:22 
06:32:22 @tag @env_none
06:32:22 Scenario: Creating Tag With Short Name Without Description # features/TagService.feature:42
06:32:22 10:32:22.575 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:22 10:32:22.578 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:22 10:32:22.578 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:22 10:32:22.578 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:22 10:32:22.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:22 10:32:22.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:22 10:32:22.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:22 10:32:22.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:22 10:32:22.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:22 10:32:22.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:22 10:32:22.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:22 10:32:22.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:22 10:32:22.580 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:22 10:32:22.692 [main] INFO  org.reflections.Reflections - Reflections took 22 ms to scan 10 urls, producing 269 keys and 278 values
06:32:22 10:32:22.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:22 10:32:22.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:22 10:32:22.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:22 10:32:22.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:22 10:32:22.971 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:23 10:32:23.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:23 10:32:23.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:23 10:32:23.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:23 10:32:23.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:23 10:32:23.187 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:23 10:32:23.464 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:23 10:32:23.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:24 10:32:24.501 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:24 10:32:24.578 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:24 10:32:24.650 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:25 10:32:25.444 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:25 10:32:25.654 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:25 10:32:25.779 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:26 10:32:26.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:26 10:32:26.020 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:26 10:32:26.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:26 10:32:26.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:26 10:32:26.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:26   Given A tag with name "abc" is created                   # org.eclipse.kapua.service.tag.steps.TagServiceSteps.creatingTagWithName(java.lang.String)
06:32:26   When Tag with name "abc" is searched                     # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:32:26   Then I find a tag with name "abc"                        # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:32:26 10:32:26.060 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:26 10:32:26.090 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:26 
06:32:26 @tag @env_none
06:32:26 Scenario: Creating Tag With Too Short Name Without Description                                                                                                                                       # features/TagService.feature:49
06:32:26 10:32:26.178 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:26 10:32:26.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:26 10:32:26.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:26 10:32:26.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:26 10:32:26.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:26 10:32:26.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:26 10:32:26.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:26 10:32:26.181 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:26 10:32:26.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:26 10:32:26.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:26 10:32:26.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:26 10:32:26.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:26 10:32:26.182 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:26 10:32:26.282 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values
06:32:26 10:32:26.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:26 10:32:26.396 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:26 10:32:26.396 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:26 10:32:26.477 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:26 10:32:26.540 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:26 10:32:26.625 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:26 10:32:26.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:26 10:32:26.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:26 10:32:26.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:26 10:32:26.718 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:27 10:32:26.943 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:27 10:32:27.396 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:27 10:32:27.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:28 10:32:27.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:28 10:32:28.025 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:28 10:32:28.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:28 10:32:28.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:29 10:32:29.066 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:29 10:32:29.296 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:29 10:32:29.296 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:29 10:32:29.296 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:29 10:32:29.296 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:29 10:32:29.297 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:29   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument tagCreator.name: Value less than allowed min length. Min length is: 3." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:32:29 
06:32:29     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Value less than allowed min length. Min length is: 3.
06:32:29 
06:32:29   When I create tag with name "a"                                                                                                                                                                    # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(java.lang.String)
06:32:29   Then An exception was thrown                                                                                                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:32:29 10:32:29.307 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:29 10:32:29.341 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:29 
06:32:29 @tag @env_none
06:32:29 Scenario: Creating Tag With Long Name Without Description                                                                                                                                                                                                                                            # features/TagService.feature:56
06:32:29 10:32:29.399 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:29 10:32:29.402 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:29 10:32:29.402 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:29 10:32:29.402 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:29 10:32:29.402 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:29 10:32:29.402 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:29 10:32:29.402 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:29 10:32:29.403 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:29 10:32:29.403 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:29 10:32:29.403 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:29 10:32:29.403 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:29 10:32:29.403 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:29 10:32:29.403 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:29 10:32:29.517 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values
06:32:29 10:32:29.625 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:29 10:32:29.625 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:29 10:32:29.625 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:29 10:32:29.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:29 10:32:29.746 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:29 10:32:29.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:30 10:32:29.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:30 10:32:29.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:30 10:32:29.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:30 10:32:29.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:30 10:32:30.141 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:30 10:32:30.546 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:31 10:32:31.007 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:31 10:32:31.085 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:31 10:32:31.151 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:31 10:32:31.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:32 10:32:32.055 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:32 10:32:32.195 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:32 10:32:32.423 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:32 10:32:32.423 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:32 10:32:32.423 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:32 10:32:32.423 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:32 10:32:32.423 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:32   Given A tag with name "Y5gJ7o5XPkLBBFttelFa6tKTfF2G905xbQL7MTpoKcW8hDnXUORC0Rv0z6MJm1vKZPt6Wm6EB7RiJrP0D0hi28R2272J5inIlA7KiDxSKljwX4N7zW8RK7fwhUkwemA5qyF2DQ2DncXTUxsyAlXhh9qIJ43cPC7lSWyTNUFnMshYlLtB2ArnXPgLDQLooJlfdn6qbwTnNUOxML0OYrVoV1spfsZQEYsmFk9r53mfLajIfxDeHtoEShDxnHL4fgh" is created # org.eclipse.kapua.service.tag.steps.TagServiceSteps.creatingTagWithName(java.lang.String)
06:32:32   When Tag with name "Y5gJ7o5XPkLBBFttelFa6tKTfF2G905xbQL7MTpoKcW8hDnXUORC0Rv0z6MJm1vKZPt6Wm6EB7RiJrP0D0hi28R2272J5inIlA7KiDxSKljwX4N7zW8RK7fwhUkwemA5qyF2DQ2DncXTUxsyAlXhh9qIJ43cPC7lSWyTNUFnMshYlLtB2ArnXPgLDQLooJlfdn6qbwTnNUOxML0OYrVoV1spfsZQEYsmFk9r53mfLajIfxDeHtoEShDxnHL4fgh" is searched   # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:32:32   Then I find a tag with name "Y5gJ7o5XPkLBBFttelFa6tKTfF2G905xbQL7MTpoKcW8hDnXUORC0Rv0z6MJm1vKZPt6Wm6EB7RiJrP0D0hi28R2272J5inIlA7KiDxSKljwX4N7zW8RK7fwhUkwemA5qyF2DQ2DncXTUxsyAlXhh9qIJ43cPC7lSWyTNUFnMshYlLtB2ArnXPgLDQLooJlfdn6qbwTnNUOxML0OYrVoV1spfsZQEYsmFk9r53mfLajIfxDeHtoEShDxnHL4fgh"      # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:32:32 10:32:32.447 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:32 10:32:32.466 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:32 
06:32:32 @tag @env_none
06:32:32 Scenario: Creating Tag With Too Long Name Without Description                                                                                                                                                                                                                                    # features/TagService.feature:63
06:32:32 10:32:32.540 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:32 10:32:32.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:32 10:32:32.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:32 10:32:32.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:32 10:32:32.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:32 10:32:32.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:32 10:32:32.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:32 10:32:32.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:32 10:32:32.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:32 10:32:32.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:32 10:32:32.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:32 10:32:32.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:32 10:32:32.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:32 10:32:32.638 [main] INFO  org.reflections.Reflections - Reflections took 20 ms to scan 10 urls, producing 269 keys and 278 values
06:32:32 10:32:32.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:32 10:32:32.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:32 10:32:32.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:32 10:32:32.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:32 10:32:32.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:33 10:32:32.952 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:33 10:32:33.041 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:33 10:32:33.041 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:33 10:32:33.042 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:33 10:32:33.042 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:33 10:32:33.240 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:33 10:32:33.621 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:34 10:32:34.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:34 10:32:34.125 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:34 10:32:34.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:34 10:32:34.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:35 10:32:35.048 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:35 10:32:35.175 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:35 10:32:35.379 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:35 10:32:35.379 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:35 10:32:35.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:35 10:32:35.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:35 10:32:35.380 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:35   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument tagCreator.name: Value over than allowed max length. Max length is: 255."                                                                                           # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:32:35 
06:32:35     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Value over than allowed max length. Max length is: 255.
06:32:35 
06:32:35   When I create tag with name "aY5gJ7o5XPkLBBFttelFa6tKTfF2G905xbQL7MTpoKcW8hDnXUORC0Rv0z6MJm1vKZPt6Wm6EB7RiJrP0D0hi28R2272J5inIlA7KiDxSKljwX4N7zW8RK7fwhUkwemA5qyF2DQ2DncXTUxsyAlXhh9qIJ43cPC7lSWyTNUFnMshYlLtB2ArnXPgLDQLooJlfdn6qbwTnNUOxML0OYrVoV1spfsZQEYsmFk9r53mfLajIfxDeHtoEShDxnHL4fgh" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(java.lang.String)
06:32:35   Then An exception was thrown                                                                                                                                                                                                                                                                   # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:32:35 10:32:35.391 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:35 10:32:35.409 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:35 
06:32:35 @tag @env_none
06:32:35 Scenario: Creating Tag With Permitted Symbols In Name Without Description # features/TagService.feature:70
06:32:35 10:32:35.469 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:35 10:32:35.471 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:35 10:32:35.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:35 10:32:35.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:35 10:32:35.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:35 10:32:35.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:35 10:32:35.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:35 10:32:35.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:35 10:32:35.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:35 10:32:35.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:35 10:32:35.472 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:35 10:32:35.473 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:35 10:32:35.473 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:35 10:32:35.565 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values
06:32:35 10:32:35.665 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:35 10:32:35.665 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:35 10:32:35.665 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:35 10:32:35.732 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:35 10:32:35.773 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:35 10:32:35.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:35 10:32:35.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:35 10:32:35.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:35 10:32:35.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:35 10:32:35.947 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:36 10:32:36.124 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:36 10:32:36.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:37 10:32:37.123 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:37 10:32:37.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:37 10:32:37.261 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:38 10:32:38.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:38 10:32:38.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:38 10:32:38.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:38 10:32:38.613 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:38 10:32:38.613 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:38 10:32:38.613 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:38 10:32:38.614 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:38 10:32:38.614 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:38   Given A tag with name "Tag-12_3" is created                             # org.eclipse.kapua.service.tag.steps.TagServiceSteps.creatingTagWithName(java.lang.String)
06:32:38   When Tag with name "Tag-12_3" is searched                               # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:32:38   Then I find a tag with name "Tag-12_3"                                  # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:32:38 10:32:38.646 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:38 10:32:38.668 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:38 
06:32:38 @tag @env_none
06:32:38 Scenario: Creating Tag With Invalid Symbols In Name Without Description          # features/TagService.feature:77
06:32:38 10:32:38.723 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:38 10:32:38.725 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:38 10:32:38.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:38 10:32:38.837 [main] INFO  org.reflections.Reflections - Reflections took 17 ms to scan 10 urls, producing 269 keys and 278 values
06:32:38 10:32:38.945 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:38 10:32:38.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:38 10:32:38.946 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:39 10:32:39.012 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:39 10:32:39.054 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:39 10:32:39.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:39 10:32:39.241 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:39 10:32:39.241 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:39 10:32:39.241 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:39 10:32:39.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:39 10:32:39.458 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:39 10:32:39.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:40 10:32:40.291 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:40 10:32:40.349 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:40 10:32:40.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:41 10:32:41.104 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:41 10:32:41.294 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:41 10:32:41.424 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:41 10:32:41.754 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:41 10:32:41.754 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:41 10:32:41.754 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:41 10:32:41.754 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:41 10:32:41.754 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:41   Given I expect the exception "KapuaIllegalArgumentException" with the text "*" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag!.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag".
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag#.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag$.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag%.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag&.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag'.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag(.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag).
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag=.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag».
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÇ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag>.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag:.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag;.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag<.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag..
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag,.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag⁄.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag@.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag‹.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag›.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag€.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag*.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tagı.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag–.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag°.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag·.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag‚.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag±.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagŒ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag„.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag‰.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag?.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag“.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag‘.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag”.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag’.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÉ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagØ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag∏.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag{.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag}.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag|.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÆ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tagæ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÒ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÔ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÓ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÌ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÏ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÎ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÍ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÅ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag«.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag◊.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÑ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tagˆ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag¯.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÈ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tagˇ.
06:32:41 
06:32:41 
06:32:41     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag¿.
06:32:41 
06:32:41   When I try to create tags with that include invalid symbols in name            # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithInvalidSymbols()
06:32:41   Then An exception was thrown                                                   # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:32:41 10:32:41.809 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:41 10:32:41.851 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:41 
06:32:41 @tag @env_none
06:32:41 Scenario: Creating Tag Without a Name And Without Description # features/TagService.feature:84
06:32:41 10:32:41.906 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:41 10:32:41.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:41 10:32:41.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:41 10:32:41.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:41 10:32:41.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:41 10:32:41.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:41 10:32:41.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:41 10:32:41.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:41 10:32:41.910 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:41 10:32:41.910 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:41 10:32:41.910 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:41 10:32:41.910 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:41 10:32:41.910 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:42 10:32:42.015 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values
06:32:42 10:32:42.126 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:42 10:32:42.126 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:42 10:32:42.127 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:42 10:32:42.206 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:42 10:32:42.262 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:42 10:32:42.352 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:42 10:32:42.442 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:42 10:32:42.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:42 10:32:42.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:42 10:32:42.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:42 10:32:42.674 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:43 10:32:43.085 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:43 10:32:43.622 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:43 10:32:43.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:43 10:32:43.784 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:44 10:32:44.527 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:44 10:32:44.698 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:44 10:32:44.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:45 10:32:45.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:45 10:32:45.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:45 10:32:45.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:45 10:32:45.050 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:45 10:32:45.051 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:45   Given I expect the exception "Exception"                    # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String)
06:32:45 
06:32:45     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument tagCreator.name.
06:32:45 
06:32:45   When I create tag with name ""                              # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(java.lang.String)
06:32:45   Then An exception was thrown                                # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:32:45 10:32:45.061 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:45 10:32:45.079 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:45 
06:32:45 @tag @env_none
06:32:45 Scenario: Creating Tag With Numbers In Name Without Description # features/TagService.feature:91
06:32:45 10:32:45.146 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:45 10:32:45.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:45 10:32:45.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:45 10:32:45.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:45 10:32:45.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:45 10:32:45.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:45 10:32:45.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:45 10:32:45.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:45 10:32:45.150 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:45 10:32:45.150 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:45 10:32:45.150 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:45 10:32:45.150 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:45 10:32:45.150 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:45 10:32:45.257 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:32:45 10:32:45.370 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:45 10:32:45.370 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:45 10:32:45.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:45 10:32:45.453 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:45 10:32:45.502 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:45 10:32:45.590 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:45 10:32:45.666 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:45 10:32:45.666 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:45 10:32:45.666 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:45 10:32:45.667 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:45 10:32:45.846 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:46 10:32:46.163 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:46 10:32:46.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:46 10:32:46.637 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:46 10:32:46.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:47 10:32:47.316 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:47 10:32:47.479 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:47 10:32:47.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:47 10:32:47.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:47 10:32:47.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:47 10:32:47.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:47 10:32:47.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:47 10:32:47.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:47   Given A tag with name "0123456789" is created                 # org.eclipse.kapua.service.tag.steps.TagServiceSteps.creatingTagWithName(java.lang.String)
06:32:47   When Tag with name "0123456789" is searched                   # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:32:47   Then I find a tag with name "0123456789"                      # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:32:47 10:32:47.860 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:47 10:32:47.876 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:48 
06:32:48 @tag @env_none
06:32:48 Scenario: Creating Unique Tag With Unique Description                        # features/TagService.feature:98
06:32:48 10:32:47.940 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:48 10:32:47.942 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:48 10:32:47.942 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:48 10:32:47.942 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:48 10:32:47.942 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:48 10:32:47.942 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:48 10:32:47.942 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:48 10:32:47.942 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:48 10:32:47.943 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:48 10:32:47.943 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:48 10:32:47.943 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:48 10:32:47.943 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:48 10:32:47.943 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:48 10:32:48.026 [main] INFO  org.reflections.Reflections - Reflections took 14 ms to scan 10 urls, producing 269 keys and 278 values
06:32:48 10:32:48.134 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:48 10:32:48.135 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:48 10:32:48.135 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:48 10:32:48.199 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:48 10:32:48.259 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:48 10:32:48.333 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:48 10:32:48.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:48 10:32:48.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:48 10:32:48.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:48 10:32:48.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:48 10:32:48.586 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:48 10:32:48.878 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:49 10:32:49.281 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:49 10:32:49.350 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:49 10:32:49.447 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:50 10:32:50.057 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:50 10:32:50.222 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:50 10:32:50.343 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:50 10:32:50.566 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:50 10:32:50.566 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:50 10:32:50.566 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:50 10:32:50.566 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:50 10:32:50.566 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:50   Given I create tag with name "Tag1" and description "Description-@12#$456" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:32:50   When Tag with name "Tag1" is searched                                      # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:32:50   Then I find a tag with name "Tag1"                                         # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:32:50 10:32:50.599 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:50 10:32:50.616 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:50 
06:32:50 @tag @env_none
06:32:50 Scenario: Creating Unique Tag With Non-unique Description              # features/TagService.feature:105
06:32:50 10:32:50.684 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:50 10:32:50.687 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:50 10:32:50.687 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:50 10:32:50.687 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:50 10:32:50.687 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:50 10:32:50.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:50 10:32:50.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:50 10:32:50.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:50 10:32:50.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:50 10:32:50.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:50 10:32:50.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:50 10:32:50.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:50 10:32:50.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:50 10:32:50.776 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:32:50 10:32:50.886 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:50 10:32:50.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:50 10:32:50.887 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:51 10:32:50.955 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:51 10:32:50.996 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:51 10:32:51.079 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:51 10:32:51.153 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:51 10:32:51.153 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:51 10:32:51.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:51 10:32:51.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:51 10:32:51.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:51 10:32:51.738 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:52 10:32:52.171 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:52 10:32:52.241 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:52 10:32:52.297 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:53 10:32:52.921 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:53 10:32:53.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:53 10:32:53.224 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:53 10:32:53.453 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:53 10:32:53.453 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:53 10:32:53.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:53 10:32:53.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:53 10:32:53.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:53   Given I create tag with name "Tag123" and description "Description1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:32:53   And I create tag with name "Tag456" and description "Description1"   # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:32:53   When Tag with name "Tag123" is searched                              # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:32:53   Then I find a tag with name "Tag123"                                 # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:32:53 10:32:53.485 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:53 10:32:53.501 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:53 
06:32:53 @tag @env_none
06:32:53 Scenario: Creating Non-Unique Tag With Valid Description              # features/TagService.feature:113
06:32:53 10:32:53.570 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:53 10:32:53.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:53 10:32:53.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:53 10:32:53.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:53 10:32:53.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:53 10:32:53.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:53 10:32:53.573 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:53 10:32:53.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:53 10:32:53.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:53 10:32:53.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:53 10:32:53.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:53 10:32:53.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:53 10:32:53.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:53 10:32:53.663 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values
06:32:53 10:32:53.768 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:53 10:32:53.768 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:53 10:32:53.769 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:53 10:32:53.835 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:53 10:32:53.884 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:54 10:32:53.987 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:54 10:32:54.072 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:54 10:32:54.073 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:54 10:32:54.073 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:54 10:32:54.073 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:54 10:32:54.292 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:54 10:32:54.612 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:55 10:32:55.009 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:55 10:32:55.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:55 10:32:55.126 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:55 10:32:55.721 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:55 10:32:55.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:56 10:32:55.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:56 10:32:56.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:56 10:32:56.154 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:56 10:32:56.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:56 10:32:56.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:56 10:32:56.155 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:56   Given I expect the exception "KapuaDuplicateNameException"          # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String)
06:32:56   When I create tag with name "Tag123" and description "Description1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:32:56 10:32:56.174 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:32:56 org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name Tag123 already exists.
06:32:56 	at org.eclipse.kapua.service.tag.internal.TagServiceImpl.lambda$create$0(TagServiceImpl.java:92)
06:32:56 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:32:56 	at org.eclipse.kapua.service.tag.internal.TagServiceImpl.create(TagServiceImpl.java:86)
06:32:56 	at org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(TagServiceSteps.java:130)
06:32:56 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:32:56 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:32:56 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:32:56 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:32:56 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:32:56 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:32:56 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:32:56 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:32:56 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:32:56 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:32:56 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:32:56 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:32:56 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:32:56 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:32:56 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:32:56 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:32:56 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:32:56 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:32:56 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:32:56 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:32:56 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:32:56 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:32:56 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:32:56 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:32:56 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:32:56 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:32:56 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:32:56 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:32:56 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:32:56 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:32:56 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:32:56 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:32:56 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:32:56 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:32:56 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:32:56 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:32:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:32:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:32:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:32:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:32:56 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:32:56 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:32:56 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:32:56 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:32:56 
06:32:56     Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name Tag123 already exists.
06:32:56 
06:32:56   And I create tag with name "Tag123" and description "Description1"  # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:32:56   Then An exception was thrown                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:32:56 10:32:56.177 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:56 10:32:56.190 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:56 
06:32:56 @tag @env_none
06:32:56 Scenario: Creating Tag With Short Name With Valid Description                # features/TagService.feature:121
06:32:56 10:32:56.247 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:56 10:32:56.249 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:56 10:32:56.249 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:56 10:32:56.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:56 10:32:56.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:56 10:32:56.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:56 10:32:56.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:56 10:32:56.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:56 10:32:56.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:56 10:32:56.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:56 10:32:56.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:56 10:32:56.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:56 10:32:56.250 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:56 10:32:56.328 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:32:56 10:32:56.446 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:56 10:32:56.446 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:56 10:32:56.446 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:56 10:32:56.520 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:56 10:32:56.563 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:56 10:32:56.641 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:56 10:32:56.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:56 10:32:56.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:56 10:32:56.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:56 10:32:56.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:56 10:32:56.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:32:57 10:32:57.252 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:32:57 10:32:57.688 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:32:57 10:32:57.747 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:32:57 10:32:57.810 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:32:58 10:32:58.443 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:32:58 10:32:58.618 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:32:58 10:32:58.741 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:32:59 10:32:59.044 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:59 10:32:59.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:32:59 10:32:59.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:59 10:32:59.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:59 10:32:59.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:32:59   Given I create tag with name "Tag" and description "Valid description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:32:59   When Tag with name "Tag" is searched                                       # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:32:59   Then I find a tag with name "Tag"                                          # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:32:59 10:32:59.085 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:32:59 10:32:59.111 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:32:59 
06:32:59 @tag @env_none
06:32:59 Scenario: Creating Tag With Too Short Name With Valid Description         # features/TagService.feature:128
06:32:59 10:32:59.219 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:32:59 10:32:59.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:32:59 10:32:59.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:32:59 10:32:59.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:32:59 10:32:59.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:32:59 10:32:59.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:32:59 10:32:59.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:32:59 10:32:59.223 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:32:59 10:32:59.224 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:32:59 10:32:59.224 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:32:59 10:32:59.224 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:32:59 10:32:59.224 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:32:59 10:32:59.224 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:32:59 10:32:59.374 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:32:59 10:32:59.475 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:32:59 10:32:59.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:59 10:32:59.476 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:32:59 10:32:59.533 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:32:59 10:32:59.571 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:32:59 10:32:59.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:32:59 10:32:59.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:59 10:32:59.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:32:59 10:32:59.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:32:59 10:32:59.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:32:59 10:32:59.900 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:00 10:33:00.180 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:00 10:33:00.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:00 10:33:00.637 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:00 10:33:00.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:01 10:33:01.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:01 10:33:01.415 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:01 10:33:01.520 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:01 10:33:01.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:01 10:33:01.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:01 10:33:01.723 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:01 10:33:01.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:01 10:33:01.724 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:01   Given I expect the exception "Exception"                                # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String)
06:33:01 
06:33:01     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Value less than allowed min length. Min length is: 3.
06:33:01 
06:33:01   When I create tag with name "t" and description "Valid description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:01   Then An exception was thrown                                            # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:33:01 10:33:01.743 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:01 10:33:01.756 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:01 
06:33:01 @tag @env_none
06:33:01 Scenario: Creating Tag With Long Name With Valid Description                                                                                                                                                                                                                                                                             # features/TagService.feature:135
06:33:01 10:33:01.811 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:01 10:33:01.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:01 10:33:01.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:01 10:33:01.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:01 10:33:01.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:01 10:33:01.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:01 10:33:01.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:01 10:33:01.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:01 10:33:01.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:01 10:33:01.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:01 10:33:01.814 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:01 10:33:01.837 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:01 10:33:01.838 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:01 10:33:01.925 [main] INFO  org.reflections.Reflections - Reflections took 12 ms to scan 10 urls, producing 269 keys and 278 values
06:33:02 10:33:02.022 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:02 10:33:02.022 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:02 10:33:02.022 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:02 10:33:02.088 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:02 10:33:02.127 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:02 10:33:02.207 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:02 10:33:02.273 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:02 10:33:02.273 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:02 10:33:02.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:02 10:33:02.274 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:02 10:33:02.436 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:02 10:33:02.720 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:03 10:33:03.101 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:03 10:33:03.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:03 10:33:03.218 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:03 10:33:03.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:03 10:33:03.929 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:04 10:33:04.041 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:04 10:33:04.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:04 10:33:04.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:04 10:33:04.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:04 10:33:04.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:04 10:33:04.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:04   Given I create tag with name "oAB7rpR552NlNY0TV8G4h7pikTASljfgRzc50ZSXBX5finW69LHoExMG3gyYpOeboQ01plWuF74qrYT2fvgtjmpLVn7UkbAVWvok7kDodu3rJGqaHIIBIxdAm1FhoWM0sc9ROSeEyv0RV1WVH2Fey4eVFf5aqG3T6hSwUNpJFblaZvfLoh3f9aBPNibEsVFSmqvJwdH3Vi1q8NHfv3hlTUxZidLCphUSTGaB8Yecp7mJJXVM1OwXCpiOcyGc5Uj" and description "Valid description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:04   When Tag with name "oAB7rpR552NlNY0TV8G4h7pikTASljfgRzc50ZSXBX5finW69LHoExMG3gyYpOeboQ01plWuF74qrYT2fvgtjmpLVn7UkbAVWvok7kDodu3rJGqaHIIBIxdAm1FhoWM0sc9ROSeEyv0RV1WVH2Fey4eVFf5aqG3T6hSwUNpJFblaZvfLoh3f9aBPNibEsVFSmqvJwdH3Vi1q8NHfv3hlTUxZidLCphUSTGaB8Yecp7mJJXVM1OwXCpiOcyGc5Uj" is searched                                       # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:04   Then I find a tag with name "oAB7rpR552NlNY0TV8G4h7pikTASljfgRzc50ZSXBX5finW69LHoExMG3gyYpOeboQ01plWuF74qrYT2fvgtjmpLVn7UkbAVWvok7kDodu3rJGqaHIIBIxdAm1FhoWM0sc9ROSeEyv0RV1WVH2Fey4eVFf5aqG3T6hSwUNpJFblaZvfLoh3f9aBPNibEsVFSmqvJwdH3Vi1q8NHfv3hlTUxZidLCphUSTGaB8Yecp7mJJXVM1OwXCpiOcyGc5Uj"                                          # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:04 10:33:04.252 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:04 10:33:04.268 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:04 
06:33:04 @tag @env_none
06:33:04 Scenario: Creating Tag With Too Long Name With Valid Description                                                                                                                                                                                                                                                                         # features/TagService.feature:142
06:33:04 10:33:04.319 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:04 10:33:04.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:04 10:33:04.322 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:04 10:33:04.429 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:33:04 10:33:04.526 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:04 10:33:04.527 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:04 10:33:04.527 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:04 10:33:04.601 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:04 10:33:04.644 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:04 10:33:04.718 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:04 10:33:04.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:04 10:33:04.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:04 10:33:04.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:04 10:33:04.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:05 10:33:04.990 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:05 10:33:05.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:05 10:33:05.719 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:05 10:33:05.778 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:05 10:33:05.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:06 10:33:06.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:06 10:33:06.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:06 10:33:06.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:06 10:33:06.854 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:06 10:33:06.854 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:06 10:33:06.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:06 10:33:06.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:06 10:33:06.855 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:06   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument tagCreator.name: Value over than allowed max length. Max length is: 255."                                                                                                                                   # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:33:06 
06:33:06     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Value over than allowed max length. Max length is: 255.
06:33:06 
06:33:06   When I create tag with name "aoAB7rpR552NlNY0TV8G4h7pikTASljfgRzc50ZSXBX5finW69LHoExMG3gyYpOeboQ01plWuF74qrYT2fvgtjmpLVn7UkbAVWvok7kDodu3rJGqaHIIBIxdAm1FhoWM0sc9ROSeEyv0RV1WVH2Fey4eVFf5aqG3T6hSwUNpJFblaZvfLoh3f9aBPNibEsVFSmqvJwdH3Vi1q8NHfv3hlTUxZidLCphUSTGaB8Yecp7mJJXVM1OwXCpiOcyGc5Uj" and description "Valid description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:06   Then An exception was thrown                                                                                                                                                                                                                                                                                                           # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:33:06 10:33:06.865 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:06 10:33:06.879 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:06 
06:33:06 @tag @env_none
06:33:06 Scenario: Creating Tag With Permitted Symbols In Name With Valid Description      # features/TagService.feature:149
06:33:06 10:33:06.948 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:06 10:33:06.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:06 10:33:06.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:06 10:33:06.950 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:06 10:33:06.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:06 10:33:06.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:06 10:33:06.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:06 10:33:06.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:06 10:33:06.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:06 10:33:06.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:06 10:33:06.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:06 10:33:06.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:06 10:33:06.951 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:07 10:33:07.072 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:33:07 10:33:07.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:07 10:33:07.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:07 10:33:07.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:07 10:33:07.245 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:07 10:33:07.283 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:07 10:33:07.361 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:07 10:33:07.427 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:07 10:33:07.427 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:07 10:33:07.427 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:07 10:33:07.427 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:07 10:33:07.594 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:07 10:33:07.909 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:08 10:33:08.289 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:08 10:33:08.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:08 10:33:08.404 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:08 10:33:08.924 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:09 10:33:09.053 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:09 10:33:09.151 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:09 10:33:09.328 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:09 10:33:09.328 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:09 10:33:09.328 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:09 10:33:09.328 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:09 10:33:09.328 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:09   Given I create tag with name "Tag_12-3" and description "Valid description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:09   When Tag with name "Tag_12-3" is searched                                       # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:09   Then I find a tag with name "Tag_12-3"                                          # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:09 10:33:09.351 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:09 10:33:09.365 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:09 
06:33:09 @tag @env_none
06:33:09 Scenario: Creating Tag With Invalid Symbols In Name With Valid Description      # features/TagService.feature:156
06:33:09 10:33:09.412 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:09 10:33:09.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:09 10:33:09.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:09 10:33:09.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:09 10:33:09.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:09 10:33:09.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:09 10:33:09.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:09 10:33:09.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:09 10:33:09.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:09 10:33:09.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:09 10:33:09.414 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:09 10:33:09.415 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:09 10:33:09.415 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:09 10:33:09.510 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:33:09 10:33:09.608 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:09 10:33:09.609 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:09 10:33:09.609 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:09 10:33:09.669 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:09 10:33:09.706 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:09 10:33:09.781 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:09 10:33:09.852 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:09 10:33:09.852 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:09 10:33:09.852 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:09 10:33:09.853 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:10 10:33:10.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:10 10:33:10.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:10 10:33:10.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:10 10:33:10.750 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:10 10:33:10.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:11 10:33:11.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:11 10:33:11.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:11 10:33:11.602 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:11 10:33:11.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:11 10:33:11.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:11 10:33:11.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:11 10:33:11.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:11 10:33:11.823 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:11   Given I expect the exception "Exception"                                      # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String)
06:33:11 
06:33:11     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag@123.
06:33:11 
06:33:11   When I create tag with name "Tag@123" and description "Valid description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:11   Then An exception was thrown                                                  # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:33:11 10:33:11.834 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:11 10:33:11.856 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:11 
06:33:11 @tag @env_none
06:33:11 Scenario: Creating Tag Without a Name And With Valid Description         # features/TagService.feature:163
06:33:11 10:33:11.913 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:11 10:33:11.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:12 10:33:12.028 [main] INFO  org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values
06:33:12 10:33:12.145 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:12 10:33:12.145 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:12 10:33:12.145 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:12 10:33:12.205 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:12 10:33:12.249 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:12 10:33:12.328 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:12 10:33:12.411 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:12 10:33:12.412 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:12 10:33:12.412 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:12 10:33:12.412 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:12 10:33:12.597 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:12 10:33:12.900 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:13 10:33:13.306 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:13 10:33:13.359 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:13 10:33:13.416 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:13 10:33:13.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:14 10:33:14.095 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:14 10:33:14.194 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:14 10:33:14.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:14 10:33:14.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:14 10:33:14.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:14 10:33:14.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:14 10:33:14.368 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:14   Given I expect the exception "KapuaIllegalNullArgumentException"       # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String)
06:33:14 
06:33:14     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument tagCreator.name.
06:33:14 
06:33:14   When I create tag with name "" and description "Valid description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:14   Then An exception was thrown                                           # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:33:14 10:33:14.377 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:14 10:33:14.388 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:14 
06:33:14 @tag @env_none
06:33:14 Scenario: Creating Tag With Numbers In Name With Valid Description                   # features/TagService.feature:170
06:33:14 10:33:14.449 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:14 10:33:14.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:14 10:33:14.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:14 10:33:14.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:14 10:33:14.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:14 10:33:14.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:14 10:33:14.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:14 10:33:14.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:14 10:33:14.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:14 10:33:14.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:14 10:33:14.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:14 10:33:14.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:14 10:33:14.452 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:14 10:33:14.540 [main] INFO  org.reflections.Reflections - Reflections took 9 ms to scan 10 urls, producing 269 keys and 278 values
06:33:14 10:33:14.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:14 10:33:14.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:14 10:33:14.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:14 10:33:14.708 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:14 10:33:14.747 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:14 10:33:14.834 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:14 10:33:14.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:14 10:33:14.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:14 10:33:14.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:14 10:33:14.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:15 10:33:15.088 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:15 10:33:15.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:15 10:33:15.764 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:15 10:33:15.819 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:15 10:33:15.874 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:16 10:33:16.444 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:16 10:33:16.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:16 10:33:16.680 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:16 10:33:16.856 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:16 10:33:16.856 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:16 10:33:16.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:16 10:33:16.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:16 10:33:16.857 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:16   Given I create tag with name "0123456789" and description "Valid-description@33-2" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:16   And Tag with name "0123456789" is searched                                         # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:16   Then I find a tag with name "0123456789"                                           # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:16 10:33:16.876 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:16 10:33:16.888 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:17 
06:33:17 @tag @env_none
06:33:17 Scenario: Creating Unique Tag With Short Description        # features/TagService.feature:177
06:33:17 10:33:16.952 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:17 10:33:16.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:17 10:33:16.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:17 10:33:16.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:17 10:33:16.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:17 10:33:16.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:17 10:33:16.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:17 10:33:16.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:17 10:33:16.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:17 10:33:16.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:17 10:33:16.955 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:17 10:33:16.955 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:17 10:33:16.955 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:17 10:33:17.033 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:33:17 10:33:17.132 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:17 10:33:17.132 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:17 10:33:17.133 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:17 10:33:17.192 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:17 10:33:17.231 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:17 10:33:17.317 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:17 10:33:17.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:17 10:33:17.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:17 10:33:17.385 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:17 10:33:17.385 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:17 10:33:17.560 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:17 10:33:17.818 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:18 10:33:18.193 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:18 10:33:18.245 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:18 10:33:18.297 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:18 10:33:18.811 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:19 10:33:18.941 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:19 10:33:19.037 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:19 10:33:19.204 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:19 10:33:19.204 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:19 10:33:19.204 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:19 10:33:19.204 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:19 10:33:19.204 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:19   Given I create tag with name "Tag123" and description "a" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:19   When Tag with name "Tag123" is searched                   # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:19   Then I find a tag with name "Tag123"                      # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:19 10:33:19.226 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:19 10:33:19.238 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:19 
06:33:19 @tag @env_none
06:33:19 Scenario: Creating Unique Tag With Long Description                                                                                                                                                                                                                                                                       # features/TagService.feature:184
06:33:19 10:33:19.284 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:19 10:33:19.286 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:19 10:33:19.286 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:19 10:33:19.286 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:19 10:33:19.286 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:19 10:33:19.286 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:19 10:33:19.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:19 10:33:19.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:19 10:33:19.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:19 10:33:19.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:19 10:33:19.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:19 10:33:19.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:19 10:33:19.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:19 10:33:19.389 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:33:19 10:33:19.487 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:19 10:33:19.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:19 10:33:19.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:19 10:33:19.549 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:19 10:33:19.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:19 10:33:19.654 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:19 10:33:19.716 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:19 10:33:19.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:19 10:33:19.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:19 10:33:19.717 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:19 10:33:19.873 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:20 10:33:20.151 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:20 10:33:20.520 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:20 10:33:20.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:20 10:33:20.624 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:21 10:33:21.120 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:21 10:33:21.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:21 10:33:21.336 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:21 10:33:21.503 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:21 10:33:21.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:21 10:33:21.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:21 10:33:21.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:21 10:33:21.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:21   Given I create tag with name "Tag123" and description "oAB7rpR552NlNY0TV8G4h7pikTASljfgRzc50ZSXBX5finW69LHoExMG3gyYpOeboQ01plWuF74qrYT2fvgtjmpLVn7UkbAVWvok7kDodu3rJGqaHIIBIxdAm1FhoWM0sc9ROSeEyv0RV1WVH2Fey4eVFf5aqG3T6hSwUNpJFblaZvfLoh3f9aBPNibEsVFSmqvJwdH3Vi1q8NHfv3hlTUxZidLCphUSTGaB8Yecp7mJJXVM1OwXCpiOcyGc5Uj" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:21   When Tag with name "Tag123" is searched                                                                                                                                                                                                                                                                                 # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:21   Then I find a tag with name "Tag123"                                                                                                                                                                                                                                                                                    # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:21 10:33:21.522 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:21 10:33:21.532 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:21 
06:33:21 @tag @env_none
06:33:21 Scenario: Changing Tag's Name To Unique One               # features/TagService.feature:191
06:33:21 10:33:21.581 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:21 10:33:21.583 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:21 10:33:21.664 [main] INFO  org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values
06:33:21 10:33:21.770 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:21 10:33:21.771 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:21 10:33:21.771 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:21 10:33:21.825 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:21 10:33:21.860 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:22 10:33:21.932 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:22 10:33:21.997 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:22 10:33:21.997 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:22 10:33:21.997 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:22 10:33:21.997 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:22 10:33:22.150 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:22 10:33:22.394 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:22 10:33:22.744 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:22 10:33:22.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:22 10:33:22.842 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:23 10:33:23.331 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:23 10:33:23.460 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:23 10:33:23.553 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:23 10:33:23.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:23 10:33:23.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:23 10:33:23.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:23 10:33:23.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:23 10:33:23.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:23   Given I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:23   When Name of tag "Tag1" is changed into "Tag2"          # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:23   And Tag with name "Tag2" is searched                    # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:23   Then I find a tag with name "Tag2"                      # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:23   When Tag with name "Tag1" is searched                   # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:23   Then Tag with name "Tag1" is not found                  # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameNotFound(java.lang.String)
06:33:23 10:33:23.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:23 10:33:23.774 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:23 
06:33:23 @tag @env_none
06:33:23 Scenario: Changing Tag's Name To Non-Unique One                                                                                # features/TagService.feature:201
06:33:23 10:33:23.821 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:23 10:33:23.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:23 10:33:23.904 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values
06:33:24 10:33:24.001 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:24 10:33:24.001 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:24 10:33:24.001 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:24 10:33:24.063 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:24 10:33:24.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:24 10:33:24.169 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:24 10:33:24.231 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:24 10:33:24.231 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:24 10:33:24.231 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:24 10:33:24.231 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:24 10:33:24.381 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:24 10:33:24.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:25 10:33:25.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:25 10:33:25.099 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:25 10:33:25.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:25 10:33:25.647 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:25 10:33:25.772 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:25 10:33:25.865 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:26 10:33:26.032 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:26 10:33:26.032 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:26 10:33:26.032 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:26 10:33:26.032 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:26 10:33:26.032 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:26   When I create tag with name "Tag1" without description                                                                       # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:26   And I create tag with name "Tag2" without description                                                                        # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:26   Given I expect the exception "KapuaDuplicateNameException" with the text "An entity with the same name Tag1 already exists." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:33:26 10:33:26.058 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:33:26 org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name Tag1 already exists.
06:33:26 	at org.eclipse.kapua.service.tag.internal.TagServiceImpl.lambda$update$1(TagServiceImpl.java:121)
06:33:26 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:33:26 	at org.eclipse.kapua.service.tag.internal.TagServiceImpl.update(TagServiceImpl.java:116)
06:33:26 	at org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(TagServiceSteps.java:275)
06:33:26 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:33:26 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:33:26 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:33:26 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:33:26 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:33:26 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:33:26 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:33:26 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:33:26 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:33:26 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:33:26 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:33:26 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:33:26 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:33:26 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:33:26 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:33:26 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:33:26 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:33:26 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:33:26 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:33:26 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:33:26 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:33:26 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:33:26 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:33:26 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:33:26 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:33:26 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:33:26 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:33:26 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:33:26 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:33:26 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:33:26 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:33:26 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:33:26 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:33:26 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:33:26 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:33:26 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:33:26 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:33:26 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:33:26 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:33:26 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:33:26 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:33:26 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:33:26 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:33:26 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:33:26 
06:33:26     Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name Tag1 already exists.
06:33:26 
06:33:26   When Name of tag "Tag2" is changed into "Tag1"                                                                               # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:26   Then An exception was thrown                                                                                                 # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:33:26 10:33:26.060 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:26 10:33:26.071 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:26 
06:33:26 @tag @env_none
06:33:26 Scenario: Changing Tag's Name To Short One Without Description # features/TagService.feature:210
06:33:26 10:33:26.116 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:26 10:33:26.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:26 10:33:26.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:26 10:33:26.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:26 10:33:26.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:26 10:33:26.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:26 10:33:26.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:26 10:33:26.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:26 10:33:26.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:26 10:33:26.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:26 10:33:26.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:26 10:33:26.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:26 10:33:26.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:26 10:33:26.218 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:33:26 10:33:26.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:26 10:33:26.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:26 10:33:26.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:26 10:33:26.376 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:26 10:33:26.410 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:26 10:33:26.479 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:26 10:33:26.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:26 10:33:26.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:26 10:33:26.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:26 10:33:26.543 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:26 10:33:26.694 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:27 10:33:26.954 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:27 10:33:27.294 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:27 10:33:27.341 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:27 10:33:27.390 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:27 10:33:27.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:28 10:33:28.021 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:28 10:33:28.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:28 10:33:28.286 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:28 10:33:28.286 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:28 10:33:28.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:28 10:33:28.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:28 10:33:28.287 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:28   Given I create tag with name "Tag1" without description      # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:28   When Name of tag "Tag1" is changed into "abc"                # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:28   And Tag with name "abc" is searched                          # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:28   Then I find a tag with name "abc"                            # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:28   When Tag with name "Tag1" is searched                        # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:28   Then Tag with name "Tag1" is not found                       # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameNotFound(java.lang.String)
06:33:28 10:33:28.345 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:28 10:33:28.356 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:28 
06:33:28 @tag @env_none
06:33:28 Scenario: Changing Tag's Name To a Too Short One Without Description                                                                                                                          # features/TagService.feature:220
06:33:28 10:33:28.404 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:28 10:33:28.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:28 10:33:28.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:28 10:33:28.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:28 10:33:28.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:28 10:33:28.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:28 10:33:28.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:28 10:33:28.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:28 10:33:28.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:28 10:33:28.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:28 10:33:28.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:28 10:33:28.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:28 10:33:28.407 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:28 10:33:28.489 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:33:28 10:33:28.585 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:28 10:33:28.585 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:28 10:33:28.586 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:28 10:33:28.641 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:28 10:33:28.676 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:28 10:33:28.759 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:28 10:33:28.828 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:28 10:33:28.828 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:28 10:33:28.829 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:28 10:33:28.829 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:29 10:33:28.990 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:29 10:33:29.246 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:29 10:33:29.584 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:29 10:33:29.636 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:29 10:33:29.699 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:30 10:33:30.203 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:30 10:33:30.331 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:30 10:33:30.428 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:30 10:33:30.604 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:30 10:33:30.604 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:30 10:33:30.604 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:30 10:33:30.604 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:30 10:33:30.604 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:30   When I create tag with name "Tag1" without description                                                                                                                                      # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:30   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument tag.name: Value less than allowed min length. Min length is: 3." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:33:30 
06:33:30     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tag.name: Value less than allowed min length. Min length is: 3.
06:33:30 
06:33:30   When Tag name is changed into name "a"                                                                                                                                                      # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagNameIsChangedIntoName(java.lang.String)
06:33:30   Then An exception was thrown                                                                                                                                                                # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:33:30 10:33:30.621 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:30 10:33:30.639 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:30 
06:33:30 @tag @env_none
06:33:30 Scenario: Changing Tag's Name To a Long One Without Description                                                                                                                                                                                                                                             # features/TagService.feature:228
06:33:30 10:33:30.686 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:30 10:33:30.689 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:30 10:33:30.775 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:33:30 10:33:30.869 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:30 10:33:30.870 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:30 10:33:30.870 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:30 10:33:30.923 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:31 10:33:30.967 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:31 10:33:31.034 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:31 10:33:31.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:31 10:33:31.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:31 10:33:31.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:31 10:33:31.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:31 10:33:31.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:31 10:33:31.545 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:31 10:33:31.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:31 10:33:31.948 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:32 10:33:32.000 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:32 10:33:32.506 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:32 10:33:32.641 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:32 10:33:32.742 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:32 10:33:32.905 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:32 10:33:32.905 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:32 10:33:32.905 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:32 10:33:32.905 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:32 10:33:32.905 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:32   Given I create tag with name "Tag1" without description                                                                                                                                                                                                                                                   # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:32   When Name of tag "Tag1" is changed into "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:32   And Tag with name "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" is searched           # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:32   Then I find a tag with name "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX"             # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:32   When Tag with name "Tag1" is searched                                                                                                                                                                                                                                                                     # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:32   Then Tag with name "Tag1" is not found                                                                                                                                                                                                                                                                    # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameNotFound(java.lang.String)
06:33:32 10:33:32.955 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:32 10:33:32.965 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:33 
06:33:33 @tag @env_none
06:33:33 Scenario: Changing Tag's Name To a Too Long One Without Description                                                                                                                                                                                                                                          # features/TagService.feature:238
06:33:33 10:33:33.007 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:33 10:33:33.010 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:33 10:33:33.096 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:33:33 10:33:33.188 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:33 10:33:33.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:33 10:33:33.189 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:33 10:33:33.241 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:33 10:33:33.275 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:33 10:33:33.344 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:33 10:33:33.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:33 10:33:33.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:33 10:33:33.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:33 10:33:33.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:33 10:33:33.570 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:33 10:33:33.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:34 10:33:34.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:34 10:33:34.219 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:34 10:33:34.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:34 10:33:34.768 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:34 10:33:34.896 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:35 10:33:34.994 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:35 10:33:35.156 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:35 10:33:35.156 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:35 10:33:35.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:35 10:33:35.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:35 10:33:35.157 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:35   When I create tag with name "Tag1" without description                                                                                                                                                                                                                                                     # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:35   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument tag.name: Value over than allowed max length. Max length is: 255."                                                                                                              # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:33:35 
06:33:35     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tag.name: Value over than allowed max length. Max length is: 255.
06:33:35 
06:33:35   When Name of tag "Tag1" is changed into "aYXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:35   Then An exception was thrown                                                                                                                                                                                                                                                                               # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:33:35 10:33:35.176 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:35 10:33:35.187 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:35 
06:33:35 @tag @env_none
06:33:35 Scenario: Changing Tag's Name To Contain Permitted Symbols In Name Without Description # features/TagService.feature:246
06:33:35 10:33:35.239 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:35 10:33:35.241 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:35 10:33:35.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:35 10:33:35.317 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:33:35 10:33:35.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:35 10:33:35.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:35 10:33:35.451 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:35 10:33:35.516 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:35 10:33:35.553 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:35 10:33:35.626 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:35 10:33:35.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:35 10:33:35.696 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:35 10:33:35.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:35 10:33:35.697 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:35 10:33:35.863 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:36 10:33:36.120 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:36 10:33:36.463 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:36 10:33:36.517 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:36 10:33:36.571 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:37 10:33:37.136 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:37 10:33:37.288 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:37 10:33:37.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:37 10:33:37.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:37 10:33:37.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:37 10:33:37.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:37 10:33:37.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:37 10:33:37.574 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:37   Given I create tag with name "Tag1" without description                              # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:37   When Tag name is changed into name "T-a-g_1"                                         # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagNameIsChangedIntoName(java.lang.String)
06:33:37   And Tag with name "T-a-g_1" is searched                                              # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:37   Then I find a tag with name "T-a-g_1"                                                # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:37 10:33:37.615 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:37 10:33:37.641 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:37 
06:33:37 @tag @env_none
06:33:37 Scenario: Changing Tag's Name To Contain Invalid Symbols In Name Without Description                                                                  # features/TagService.feature:254
06:33:37 10:33:37.684 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:37 10:33:37.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:37 10:33:37.782 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:33:37 10:33:37.880 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:37 10:33:37.880 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:37 10:33:37.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:37 10:33:37.940 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:37 10:33:37.972 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:38 10:33:38.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:38 10:33:38.108 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:38 10:33:38.108 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:38 10:33:38.108 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:38 10:33:38.108 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:38 10:33:38.262 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:38 10:33:38.511 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:38 10:33:38.866 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:38 10:33:38.915 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:38 10:33:38.962 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:39 10:33:39.457 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:39 10:33:39.579 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:39 10:33:39.668 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:39 10:33:39.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:39 10:33:39.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:39 10:33:39.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:39 10:33:39.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:39 10:33:39.824 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:39   When I create tag with name "Tag1" without description                                                                                              # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:39   Given I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument tag.name: Tag@1#2?*=)3." # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:33:39 
06:33:39     Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tag.name: Tag@1#2?*=)3.
06:33:39 
06:33:39   When Name of tag "Tag1" is changed into "Tag@1#2?*=)3"                                                                                              # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:39   Then An exception was thrown                                                                                                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:33:39 10:33:39.842 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:39 10:33:39.852 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:39 
06:33:39 @tag @env_none
06:33:39 Scenario: Deleting Tag's Name And Leaving It Empty Without Description               # features/TagService.feature:262
06:33:39 10:33:39.895 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:39 10:33:39.897 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:40 10:33:39.992 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:33:40 10:33:40.097 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:40 10:33:40.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:40 10:33:40.098 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:40 10:33:40.151 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:40 10:33:40.185 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:40 10:33:40.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:40 10:33:40.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:40 10:33:40.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:40 10:33:40.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:40 10:33:40.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:40 10:33:40.461 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:40 10:33:40.702 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:41 10:33:41.064 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:41 10:33:41.112 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:41 10:33:41.159 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:41 10:33:41.658 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:41 10:33:41.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:41 10:33:41.894 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:42 10:33:42.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:42 10:33:42.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:42 10:33:42.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:42 10:33:42.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:42 10:33:42.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:42   When I create tag with name "Tag1" without description                             # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:42   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "*" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:33:42 
06:33:42     Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument tag.name.
06:33:42 
06:33:42   When Name of tag "Tag1" is changed into ""                                         # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:42   Then An exception was thrown                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:33:42 10:33:42.085 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:42 10:33:42.096 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:42 
06:33:42 @tag @env_none
06:33:42 Scenario: Editing Tag's Name To Contain Numbers Without Description # features/TagService.feature:270
06:33:42 10:33:42.147 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:42 10:33:42.149 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:42 10:33:42.227 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:33:42 10:33:42.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:42 10:33:42.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:42 10:33:42.321 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:42 10:33:42.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:42 10:33:42.406 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:42 10:33:42.471 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:42 10:33:42.529 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:42 10:33:42.529 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:42 10:33:42.529 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:42 10:33:42.529 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:42 10:33:42.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:42 10:33:42.921 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:43 10:33:43.264 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:43 10:33:43.310 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:43 10:33:43.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:43 10:33:43.825 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:43 10:33:43.965 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:44 10:33:44.054 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:44 10:33:44.236 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:44 10:33:44.236 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:44 10:33:44.236 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:44 10:33:44.236 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:44 10:33:44.236 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:44   Given I create tag with name "Tag1" without description           # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:44   When Name of tag "Tag1" is changed into "Tag0123456789"           # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:44   And Tag with name "Tag0123456789" is searched                     # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:44   Then I find a tag with name "Tag0123456789"                       # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:44   When Tag with name "Tag1" is searched                             # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:44   Then Tag with name "Tag1" is not found                            # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameNotFound(java.lang.String)
06:33:44 10:33:44.266 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:44 10:33:44.276 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:44 
06:33:44 @tag @env_none
06:33:44 Scenario: Changing Tag's Description To Unique One                                    # features/TagService.feature:280
06:33:44 10:33:44.316 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:44 10:33:44.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:44 10:33:44.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:44 10:33:44.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:44 10:33:44.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:44 10:33:44.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:44 10:33:44.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:44 10:33:44.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:44 10:33:44.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:44 10:33:44.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:44 10:33:44.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:44 10:33:44.319 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:44 10:33:44.319 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:44 10:33:44.405 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:33:44 10:33:44.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:44 10:33:44.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:44 10:33:44.500 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:44 10:33:44.557 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:44 10:33:44.588 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:44 10:33:44.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:44 10:33:44.711 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:44 10:33:44.711 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:44 10:33:44.712 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:44 10:33:44.712 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:44 10:33:44.852 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:45 10:33:45.094 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:45 10:33:45.415 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:45 10:33:45.467 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:45 10:33:45.513 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:46 10:33:45.986 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:46 10:33:46.105 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:46 10:33:46.199 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:46 10:33:46.359 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:46 10:33:46.359 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:46 10:33:46.359 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:46 10:33:46.359 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:46 10:33:46.359 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:46   Given I create tag with name "Tag1" without description                             # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:46   When Description of tag "Tag1" is changed into "Valid description 123"              # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:46   Then No exception was thrown                                                        # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:33:46   When I create tag with name "Tag2" and description "Description for testing"        # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:46   And Description of tag "Tag2" is changed into "Description not for testing anymore" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:46   Then No exception was thrown                                                        # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:33:46 10:33:46.398 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:46 10:33:46.408 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:46 
06:33:46 @tag @env_none
06:33:46 Scenario: Changing Tag's Description To Non-Unique One                  # features/TagService.feature:290
06:33:46 10:33:46.466 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:46 10:33:46.468 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:46 10:33:46.544 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:33:46 10:33:46.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:46 10:33:46.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:46 10:33:46.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:46 10:33:46.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:46 10:33:46.726 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:46 10:33:46.791 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:46 10:33:46.874 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:46 10:33:46.874 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:46 10:33:46.874 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:46 10:33:46.874 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:47 10:33:47.026 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:47 10:33:47.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:47 10:33:47.604 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:47 10:33:47.660 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:47 10:33:47.720 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:48 10:33:48.254 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:48 10:33:48.401 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:48 10:33:48.512 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:48 10:33:48.691 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:48 10:33:48.691 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:48 10:33:48.691 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:48 10:33:48.691 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:48 10:33:48.691 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:48   Given I create tag with name "Tag1" and description "Description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:48   When I create tag with name "Tag2" and description "Description 567"  # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:48   And Description of tag "Tag2" is changed into "Description 123"       # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:48   Then No exception was thrown                                          # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:33:48 10:33:48.723 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:48 10:33:48.733 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:48 
06:33:48 @tag @env_none
06:33:48 Scenario: Changing Description On Tag With Short Name             # features/TagService.feature:298
06:33:48 10:33:48.773 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:48 10:33:48.775 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:48 10:33:48.862 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:33:49 10:33:48.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:49 10:33:48.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:49 10:33:48.973 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:49 10:33:49.031 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:49 10:33:49.067 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:49 10:33:49.139 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:49 10:33:49.201 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:49 10:33:49.201 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:49 10:33:49.201 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:49 10:33:49.201 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:49 10:33:49.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:49 10:33:49.598 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:50 10:33:49.932 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:50 10:33:49.980 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:50 10:33:50.038 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:50 10:33:50.533 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:50 10:33:50.657 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:50 10:33:50.749 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:50 10:33:50.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:50 10:33:50.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:50 10:33:50.917 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:50 10:33:50.918 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:50 10:33:50.918 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:50   Given I create tag with name "abc" without description          # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:50   When Description of tag "abc" is changed into "Description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:50   Then No exception was thrown                                    # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:33:50 10:33:50.943 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:50 10:33:50.953 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:51 
06:33:51 @tag @env_none
06:33:51 Scenario: Changing Description On Tag With Long Name                                                                                                                                                                                                                                                                           # features/TagService.feature:305
06:33:51 10:33:50.992 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:51 10:33:50.995 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:51 10:33:51.075 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:33:51 10:33:51.168 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:51 10:33:51.168 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:51 10:33:51.168 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:51 10:33:51.218 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:51 10:33:51.249 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:51 10:33:51.314 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:51 10:33:51.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:51 10:33:51.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:51 10:33:51.373 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:51 10:33:51.373 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:51 10:33:51.513 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:51 10:33:51.753 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:52 10:33:52.083 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:52 10:33:52.130 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:52 10:33:52.176 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:52 10:33:52.643 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:52 10:33:52.771 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:52 10:33:52.875 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:53 10:33:53.081 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:53 10:33:53.081 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:53 10:33:53.081 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:53 10:33:53.081 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:53 10:33:53.081 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:53   Given I create tag with name "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" and description "Description" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:53   When Description of tag "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" is changed into "Description 123"  # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:53   And Tag with name "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" is searched                              # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:53   Then I find a tag with name "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX"                                # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:53 10:33:53.109 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:53 10:33:53.119 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:53 
06:33:53 @tag @env_none
06:33:53 Scenario: Changing Description On Tag With Permitted Symbols In Name  # features/TagService.feature:313
06:33:53 10:33:53.170 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:53 10:33:53.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:53 10:33:53.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:53 10:33:53.172 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:53 10:33:53.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:53 10:33:53.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:53 10:33:53.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:53 10:33:53.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:53 10:33:53.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:53 10:33:53.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:53 10:33:53.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:53 10:33:53.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:53 10:33:53.173 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:53 10:33:53.247 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:33:53 10:33:53.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:53 10:33:53.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:53 10:33:53.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:53 10:33:53.396 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:53 10:33:53.440 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:53 10:33:53.512 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:53 10:33:53.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:53 10:33:53.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:53 10:33:53.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:53 10:33:53.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:53 10:33:53.715 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:54 10:33:53.974 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:54 10:33:54.337 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:54 10:33:54.383 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:54 10:33:54.432 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:55 10:33:54.923 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:55 10:33:55.045 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:55 10:33:55.134 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:55 10:33:55.289 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:55 10:33:55.289 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:55 10:33:55.290 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:55 10:33:55.290 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:55 10:33:55.290 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:55   Given I create tag with name "T_a_g-1" without description          # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:33:55   When Description of tag "T_a_g-1" is changed into "Description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:55   Then No exception was thrown                                        # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:33:55 10:33:55.312 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:55 10:33:55.343 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:55 
06:33:55 @tag @env_none
06:33:55 Scenario: Changing Description On Tag With Numbers In Name            # features/TagService.feature:320
06:33:55 10:33:55.382 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:55 10:33:55.384 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:55 10:33:55.483 [main] INFO  org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values
06:33:55 10:33:55.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:55 10:33:55.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:55 10:33:55.576 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:55 10:33:55.627 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:55 10:33:55.658 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:55 10:33:55.722 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:55 10:33:55.784 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:55 10:33:55.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:55 10:33:55.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:55 10:33:55.785 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:55 10:33:55.929 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:56 10:33:56.170 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:56 10:33:56.506 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:56 10:33:56.552 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:56 10:33:56.598 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:57 10:33:57.091 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:57 10:33:57.238 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:57 10:33:57.354 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:57 10:33:57.530 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:57 10:33:57.530 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:57 10:33:57.531 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:57 10:33:57.531 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:57 10:33:57.531 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:57   Given I create tag with name "Tag123" and description "Description" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:57   When Description of tag "Tag123" is changed into "Description 123"  # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:57   Then No exception was thrown                                        # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:33:57   When Tag with name "Tag123" is searched                             # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:33:57   Then I find a tag with name "Tag123"                                # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:33:57 10:33:57.558 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:57 10:33:57.568 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:33:57 
06:33:57 @tag @env_none
06:33:57 Scenario: Changing Description On Tag With Short Description # features/TagService.feature:329
06:33:57 10:33:57.607 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:33:57 10:33:57.609 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:33:57 10:33:57.609 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:33:57 10:33:57.609 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:33:57 10:33:57.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:33:57 10:33:57.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:33:57 10:33:57.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:33:57 10:33:57.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:33:57 10:33:57.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:33:57 10:33:57.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:33:57 10:33:57.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:33:57 10:33:57.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:33:57 10:33:57.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:33:57 10:33:57.705 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:33:57 10:33:57.812 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:33:57 10:33:57.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:33:57 10:33:57.813 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:33:57 10:33:57.866 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:33:57 10:33:57.899 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:33:58 10:33:57.965 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:33:58 10:33:58.034 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:33:58 10:33:58.035 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:33:58 10:33:58.035 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:33:58 10:33:58.035 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:33:58 10:33:58.202 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:33:58 10:33:58.460 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:33:58 10:33:58.841 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:33:58 10:33:58.888 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:33:58 10:33:58.937 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:33:59 10:33:59.457 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:33:59 10:33:59.609 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:33:59 10:33:59.714 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:33:59 10:33:59.880 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:33:59 10:33:59.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:33:59 10:33:59.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:33:59 10:33:59.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:33:59 10:33:59.881 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:33:59   Given I create tag with name "Tag1" and description "a"    # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:33:59   When Description of tag "Tag1" is changed into "b"         # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String)
06:33:59   Then No exception was thrown                               # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:33:59 10:33:59.906 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:33:59 10:33:59.916 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:00 
06:34:00 @tag @env_none
06:34:00 Scenario: Changing Description On Tag With Long Description                                                                                                                                                                                                                                                             # features/TagService.feature:336
06:34:00 10:33:59.967 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:00 10:33:59.969 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:00 10:33:59.969 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:00 10:33:59.969 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:00 10:33:59.969 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:00 10:33:59.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:00 10:33:59.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:00 10:33:59.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:00 10:33:59.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:00 10:33:59.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:00 10:33:59.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:00 10:33:59.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:00 10:33:59.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:00 10:34:00.051 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:34:00 10:34:00.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:00 10:34:00.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:00 10:34:00.183 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:00 10:34:00.285 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:00 10:34:00.356 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:00 10:34:00.464 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:00 10:34:00.537 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:00 10:34:00.537 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:00 10:34:00.538 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:00 10:34:00.538 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:00 10:34:00.707 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:01 10:34:00.969 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:01 10:34:01.324 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:01 10:34:01.379 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:01 10:34:01.433 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:02 10:34:01.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:02 10:34:02.100 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:02 10:34:02.199 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:02 10:34:02.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:02 10:34:02.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:02 10:34:02.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:02 10:34:02.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:02 10:34:02.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:02   Given I create tag with name "Tag1" and description "mrZ4vBeOJbGkSlfzSHMY3Dj7gLO3E5SZFrtv7X4RF5LX1OWhRhBaRPubBJSglhS9ueguyStqJOcDs49mMVyuM2E08aPxcAMasSi6KWXmRcQaXl99oyFTScQT4ILK7I7EKuWFArivwLZkEPeK52OKnZjLxer8WGQ88CDqrooUUYt0lIOytrAGftGBO69DcIEjFrs73Mgyec0MvKkVeYYQ3dzDez2tGHPRTx19TVxHGtem52JOT6H7g0I3eGX5Ju0" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:34:02   When Tag description is changed into "Description 123"                                                                                                                                                                                                                                                                # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagDescriptionIsChangedInto(java.lang.String)
06:34:02   Then No exception was thrown                                                                                                                                                                                                                                                                                          # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:34:02 10:34:02.392 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:02 10:34:02.402 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:02 
06:34:02 @tag @env_none
06:34:02 Scenario: Deleting existing tag                                             # features/TagService.feature:343
06:34:02 10:34:02.460 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:02 10:34:02.462 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:02 10:34:02.538 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:34:02 10:34:02.627 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:02 10:34:02.627 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:02 10:34:02.628 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:02 10:34:02.678 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:02 10:34:02.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:02 10:34:02.778 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:02 10:34:02.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:02 10:34:02.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:02 10:34:02.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:02 10:34:02.839 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:03 10:34:02.993 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:03 10:34:03.259 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:03 10:34:03.596 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:03 10:34:03.644 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:03 10:34:03.693 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:04 10:34:04.233 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:04 10:34:04.388 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:04 10:34:04.494 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:04 10:34:04.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:04 10:34:04.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:04 10:34:04.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:04 10:34:04.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:04 10:34:04.681 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:04   Given I create tag with name "Tag1" without description                   # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:04   When I create tag with name "Tag2" and description "Tag with description" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String)
06:34:04   And I delete tag with name "Tag1"                                         # org.eclipse.kapua.service.tag.steps.TagServiceSteps.deleteTagWithName(java.lang.String)
06:34:04   And I delete tag with name "Tag2"                                         # org.eclipse.kapua.service.tag.steps.TagServiceSteps.deleteTagWithName(java.lang.String)
06:34:04   When Tag with name "Tag1" is searched                                     # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:34:04   Then No tag was found                                                     # org.eclipse.kapua.service.tag.steps.TagServiceSteps.checkNoTagWasFound()
06:34:04   When Tag with name "Tag2" is searched                                     # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:34:04   Then No tag was found                                                     # org.eclipse.kapua.service.tag.steps.TagServiceSteps.checkNoTagWasFound()
06:34:04 10:34:04.736 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:04 10:34:04.757 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:04 
06:34:04 @tag @env_none
06:34:04 Scenario: Deleting Non-Existent Tag                                     # features/TagService.feature:355
06:34:04 10:34:04.799 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:04 10:34:04.801 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:04 10:34:04.898 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:34:05 10:34:04.999 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:05 10:34:05.000 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:05 10:34:05.000 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:05 10:34:05.053 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:05 10:34:05.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:05 10:34:05.168 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:05 10:34:05.247 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:05 10:34:05.248 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:05 10:34:05.248 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:05 10:34:05.248 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:05 10:34:05.417 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:05 10:34:05.665 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:06 10:34:06.040 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:06 10:34:06.099 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:06 10:34:06.162 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:06 10:34:06.677 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:06 10:34:06.820 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:07 10:34:06.916 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:07 10:34:07.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:07 10:34:07.086 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:07 10:34:07.087 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:07 10:34:07.087 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:07 10:34:07.087 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:07   Given I create tag with name "Tag1" without description               # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:07   When I delete tag with name "Tag1"                                    # org.eclipse.kapua.service.tag.steps.TagServiceSteps.deleteTagWithName(java.lang.String)
06:34:07   And Tag with name "Tag1" is searched                                  # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:34:07   Given I expect the exception "NullPointerException" with the text "*" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:34:07 
06:34:07     Exception raised as expected: NullPointerException with message: null
06:34:07 
06:34:07   When I delete tag with name "Tag1"                                    # org.eclipse.kapua.service.tag.steps.TagServiceSteps.deleteTagWithName(java.lang.String)
06:34:07   Then An exception was thrown                                          # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:34:07 10:34:07.114 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:07 10:34:07.142 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:07 
06:34:07 @tag @env_none
06:34:07 Scenario: Deleting Existing Tag And Creating It Again With Same Name # features/TagService.feature:365
06:34:07 10:34:07.183 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:07 10:34:07.186 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:07 10:34:07.290 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values
06:34:07 10:34:07.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:07 10:34:07.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:07 10:34:07.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:07 10:34:07.454 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:07 10:34:07.488 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:07 10:34:07.558 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:07 10:34:07.621 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:07 10:34:07.621 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:07 10:34:07.621 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:07 10:34:07.621 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:07 10:34:07.766 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:08 10:34:08.018 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:08 10:34:08.400 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:08 10:34:08.457 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:08 10:34:08.504 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:09 10:34:09.016 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:09 10:34:09.147 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:09 10:34:09.242 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:09 10:34:09.401 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:09 10:34:09.401 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:09 10:34:09.401 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:09 10:34:09.402 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:09 10:34:09.402 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:09   Given I create tag with name "Tag1" without description            # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:09   When I delete tag with name "Tag1"                                 # org.eclipse.kapua.service.tag.steps.TagServiceSteps.deleteTagWithName(java.lang.String)
06:34:09   And I create tag with name "Tag1" without description              # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:09   And Tag with name "Tag1" is searched                               # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String)
06:34:09   Then I find a tag with name "Tag1"                                 # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String)
06:34:09   And No exception was thrown                                        # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:34:09 10:34:09.430 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:09 10:34:09.440 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:09 
06:34:09 @tag @env_none
06:34:09 Scenario: Adding Regular Tag Without Description To Device  # features/TagService.feature:375
06:34:09 10:34:09.479 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:09 10:34:09.481 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:09 10:34:09.481 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:09 10:34:09.481 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:09 10:34:09.481 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:09 10:34:09.481 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:09 10:34:09.481 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:09 10:34:09.481 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:09 10:34:09.481 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:09 10:34:09.482 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:09 10:34:09.482 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:09 10:34:09.482 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:09 10:34:09.482 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:09 10:34:09.566 [main] INFO  org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values
06:34:09 10:34:09.662 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:09 10:34:09.663 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:09 10:34:09.663 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:09 10:34:09.720 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:09 10:34:09.752 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:09 10:34:09.830 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:09 10:34:09.891 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:09 10:34:09.892 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:09 10:34:09.892 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:09 10:34:09.892 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:10 10:34:10.037 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:10 10:34:10.296 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:10 10:34:10.660 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:10 10:34:10.713 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:10 10:34:10.771 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:11 10:34:11.279 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:11 10:34:11.397 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:11 10:34:11.490 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:11 10:34:11.649 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:11 10:34:11.649 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:11 10:34:11.649 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:11 10:34:11.649 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:11 10:34:11.650 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:11   Given I create tag with name "Tag123" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:11 10:34:11.708 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3
06:34:11 10:34:11.711 [main] WARN  eclipselink.logging.metadata - Reverting the lazy setting on the OneToOne or ManyToOne attribute [connection] for the entity class [class org.eclipse.kapua.service.device.registry.internal.DeviceImpl] since weaving was not enabled or did not occur.
06:34:11 10:34:11.712 [main] WARN  eclipselink.logging.metadata - Reverting the lazy setting on the OneToOne or ManyToOne attribute [lastEvent] for the entity class [class org.eclipse.kapua.service.device.registry.internal.DeviceImpl] since weaving was not enabled or did not occur.
06:34:11   And I create a device with name "Device1"                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String)
06:34:11   When I assign tag "Tag123" to device "Device1"            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String)
06:34:11   Then Tag "Tag123" is assigned to device "Device1"         # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String)
06:34:11   And No exception was thrown                               # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:34:11 10:34:11.897 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:11 10:34:11.907 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:12 
06:34:12 @tag @env_none
06:34:12 Scenario: Adding Tag With Long Name Without Description To Device                                                                                                                                                                                                                                                  # features/TagService.feature:384
06:34:12 10:34:11.978 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:12 10:34:11.980 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:12 10:34:11.980 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:12 10:34:11.980 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:12 10:34:11.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:12 10:34:11.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:12 10:34:11.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:12 10:34:11.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:12 10:34:11.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:12 10:34:11.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:12 10:34:11.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:12 10:34:11.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:12 10:34:11.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:12 10:34:12.070 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:34:12 10:34:12.166 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:12 10:34:12.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:12 10:34:12.167 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:12 10:34:12.222 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:12 10:34:12.253 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:12 10:34:12.319 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:12 10:34:12.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:12 10:34:12.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:12 10:34:12.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:12 10:34:12.391 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:12 10:34:12.559 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:12 10:34:12.822 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:13 10:34:13.165 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:13 10:34:13.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:13 10:34:13.261 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:13 10:34:13.739 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:13 10:34:13.858 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:14 10:34:13.957 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:14 10:34:14.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:14 10:34:14.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:14 10:34:14.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:14 10:34:14.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:14 10:34:14.113 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:14   Given A device named "Device1"                                                                                                                                                                                                                                                                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:34:14   And I create tag with name "FxJpmQN9CU3ruFCAGtPDmKymN88CK7rn5L1AAYH184hCaxEpJsOQWKc3ACV2Gw44yWFz0o74rnsCabGHmX7azzplDPAe4mVYmHGLnMmlliQUpljJYB5i1Wq4flevCI8lIjZQ7UT7ll6I2C4eqvhXmt4GOD50bhiLzMDDZJeXXC8IjCidnz60QmbzUxpRC1YP8MQqosesjER2xm4jPrk3eH0egSwxvnPCeAWTXtSHeejOFVKLL78IW1xlhXkbOCh" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:14   When I assign tag "FxJpmQN9CU3ruFCAGtPDmKymN88CK7rn5L1AAYH184hCaxEpJsOQWKc3ACV2Gw44yWFz0o74rnsCabGHmX7azzplDPAe4mVYmHGLnMmlliQUpljJYB5i1Wq4flevCI8lIjZQ7UT7ll6I2C4eqvhXmt4GOD50bhiLzMDDZJeXXC8IjCidnz60QmbzUxpRC1YP8MQqosesjER2xm4jPrk3eH0egSwxvnPCeAWTXtSHeejOFVKLL78IW1xlhXkbOCh" to device "Device1"          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String)
06:34:14   Then Tag "FxJpmQN9CU3ruFCAGtPDmKymN88CK7rn5L1AAYH184hCaxEpJsOQWKc3ACV2Gw44yWFz0o74rnsCabGHmX7azzplDPAe4mVYmHGLnMmlliQUpljJYB5i1Wq4flevCI8lIjZQ7UT7ll6I2C4eqvhXmt4GOD50bhiLzMDDZJeXXC8IjCidnz60QmbzUxpRC1YP8MQqosesjER2xm4jPrk3eH0egSwxvnPCeAWTXtSHeejOFVKLL78IW1xlhXkbOCh" is assigned to device "Device1"       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String)
06:34:14   And No exception was thrown                                                                                                                                                                                                                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:34:14 10:34:14.161 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:14 10:34:14.171 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:14 
06:34:14 @tag @env_none
06:34:14 Scenario: Adding Tag With Short Name Without Description To Device # features/TagService.feature:393
06:34:14 10:34:14.211 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:14 10:34:14.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:14 10:34:14.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:14 10:34:14.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:14 10:34:14.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:14 10:34:14.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:14 10:34:14.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:14 10:34:14.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:14 10:34:14.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:14 10:34:14.213 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:14 10:34:14.214 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:14 10:34:14.214 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:14 10:34:14.214 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:14 10:34:14.302 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:34:14 10:34:14.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:14 10:34:14.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:14 10:34:14.395 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:14 10:34:14.450 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:14 10:34:14.482 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:14 10:34:14.547 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:14 10:34:14.613 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:14 10:34:14.614 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:14 10:34:14.614 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:14 10:34:14.614 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:14 10:34:14.755 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:15 10:34:14.989 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:15 10:34:15.325 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:15 10:34:15.372 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:15 10:34:15.420 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:15 10:34:15.907 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:16 10:34:16.029 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:16 10:34:16.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:16 10:34:16.280 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:16 10:34:16.280 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:16 10:34:16.280 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:16 10:34:16.280 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:16 10:34:16.281 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:16   Given A device named "Device1"                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:34:16   And I create tag with name "abc" without description             # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:16   When I assign tag "abc" to device "Device1"                      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String)
06:34:16   Then Tag "abc" is assigned to device "Device1"                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String)
06:34:16   And No exception was thrown                                      # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:34:16 10:34:16.348 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:16 10:34:16.360 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:16 
06:34:16 @tag @env_none
06:34:16 Scenario: Adding Tag With Special Symbols Without Description To Device # features/TagService.feature:402
06:34:16 10:34:16.411 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:16 10:34:16.413 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:16 10:34:16.511 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:34:16 10:34:16.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:16 10:34:16.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:16 10:34:16.610 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:16 10:34:16.661 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:16 10:34:16.692 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:16 10:34:16.768 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:16 10:34:16.831 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:16 10:34:16.831 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:16 10:34:16.844 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:16 10:34:16.845 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:17 10:34:16.986 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:17 10:34:17.231 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:17 10:34:17.589 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:17 10:34:17.637 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:17 10:34:17.686 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:18 10:34:18.168 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:18 10:34:18.290 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:18 10:34:18.389 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:18 10:34:18.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:18 10:34:18.544 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:18 10:34:18.545 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:18 10:34:18.545 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:18 10:34:18.545 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:18   Given A device named "Device1"                                        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:34:18   And I create tag with name "T-a-g_1_" without description             # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:18   When I assign tag "T-a-g_1_" to device "Device1"                      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String)
06:34:18   Then Tag "T-a-g_1_" is assigned to device "Device1"                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String)
06:34:18   And No exception was thrown                                           # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:34:18 10:34:18.586 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:18 10:34:18.596 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:18 
06:34:18 @tag @env_none
06:34:18 Scenario: Adding Tag With Numbers Without Description To Device  # features/TagService.feature:411
06:34:18 10:34:18.650 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:18 10:34:18.652 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:18 10:34:18.728 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:34:18 10:34:18.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:18 10:34:18.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:18 10:34:18.912 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:18 10:34:18.964 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:19 10:34:18.996 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:19 10:34:19.060 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:19 10:34:19.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:19 10:34:19.118 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:19 10:34:19.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:19 10:34:19.119 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:19 10:34:19.266 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:19 10:34:19.499 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:19 10:34:19.827 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:19 10:34:19.875 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:19 10:34:19.922 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:20 10:34:20.404 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:20 10:34:20.532 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:20 10:34:20.623 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:20 10:34:20.778 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:20 10:34:20.779 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:20 10:34:20.779 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:20 10:34:20.779 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:20 10:34:20.779 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:20   Given A device named "Device1"                                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:34:20   And I create tag with name "Tag1234567890" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:20   When I assign tag "Tag1234567890" to device "Device1"          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String)
06:34:20   Then Tag "Tag1234567890" is assigned to device "Device1"       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String)
06:34:20   And No exception was thrown                                    # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:34:20 10:34:20.831 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:20 10:34:20.846 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:20 
06:34:20 @tag @env_none
06:34:20 Scenario: Deleting Tag From Device                      # features/TagService.feature:420
06:34:20 10:34:20.893 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:20 10:34:20.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:20 10:34:20.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:20 10:34:20.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:20 10:34:20.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:20 10:34:20.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:20 10:34:20.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:20 10:34:20.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:20 10:34:20.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:20 10:34:20.895 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:20 10:34:20.896 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:20 10:34:20.896 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:20 10:34:20.896 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:20 10:34:20.972 [main] INFO  org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values
06:34:21 10:34:21.080 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:21 10:34:21.080 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:21 10:34:21.081 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:21 10:34:21.138 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:21 10:34:21.185 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:21 10:34:21.261 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:21 10:34:21.325 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:21 10:34:21.325 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:21 10:34:21.325 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:21 10:34:21.325 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:21 10:34:21.467 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:21 10:34:21.703 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:22 10:34:22.027 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:22 10:34:22.074 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:22 10:34:22.122 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:22 10:34:22.589 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:22 10:34:22.710 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:22 10:34:22.805 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:22 10:34:22.980 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:22 10:34:22.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:22 10:34:22.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:22 10:34:22.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:23 10:34:22.981 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:23   Given A device named "Device1"                        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:34:23   And I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:23   When I assign tag "Tag1" to device "Device1"          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String)
06:34:23   Then Tag "Tag1" is assigned to device "Device1"       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String)
06:34:23   And No exception was thrown                           # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:34:23   Given I unassign tag "Tag1" from device "Device1"     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iUnassignTagNamedFromDevice(java.lang.String,java.lang.String)
06:34:23   Then Tag "Tag1" is not assigned to device "Device1"   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagWithNameIsNotAssignedToDevice(java.lang.String,java.lang.String)
06:34:23 10:34:23.074 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:23 10:34:23.084 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:23 
06:34:23 @tag @env_none
06:34:23 Scenario: Adding Previously Deleted Tag From Device Again # features/TagService.feature:433
06:34:23 10:34:23.140 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:23 10:34:23.143 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:23 10:34:23.222 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values
06:34:23 10:34:23.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:23 10:34:23.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:23 10:34:23.318 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:23 10:34:23.371 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:23 10:34:23.403 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:23 10:34:23.470 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:23 10:34:23.527 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:23 10:34:23.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:23 10:34:23.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:23 10:34:23.528 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:23 10:34:23.675 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:23 10:34:23.900 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:24 10:34:24.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:24 10:34:24.270 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:24 10:34:24.315 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:24 10:34:24.792 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:24 10:34:24.913 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:25 10:34:25.002 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:25 10:34:25.152 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:25 10:34:25.152 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:25 10:34:25.152 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:25 10:34:25.152 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:25 10:34:25.152 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:25   Given A device named "Device1"                          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:34:25   And I create tag with name "Tag1" without description   # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String)
06:34:25   When I assign tag "Tag1" to device "Device1"            # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String)
06:34:25   Then Tag "Tag1" is assigned to device "Device1"         # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String)
06:34:25   And No exception was thrown                             # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:34:25   Given I unassign tag "Tag1" from device "Device1"       # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iUnassignTagNamedFromDevice(java.lang.String,java.lang.String)
06:34:25   When Tag "Tag1" is not assigned to device "Device1"     # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagWithNameIsNotAssignedToDevice(java.lang.String,java.lang.String)
06:34:25   Given I assign tag "Tag1" to device "Device1"           # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String)
06:34:25   And Tag "Tag1" is assigned to device "Device1"          # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String)
06:34:25   Then No exception was thrown                            # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:34:25 10:34:25.270 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:25 10:34:25.281 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:25 
06:34:25 @tag @env_none
06:34:25 Scenario: Adding "Empty" Tag To Device                                # features/TagService.feature:450
06:34:25 10:34:25.344 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:34:25 10:34:25.345 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration ===================
06:34:25 10:34:25.345 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Liquibase Version: 3.6.3
06:34:25 10:34:25.345 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  DB connection info
06:34:25 10:34:25.345 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS kapuadb\;SET SCHEMA kapuadb
06:34:25 10:34:25.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Username: kapua
06:34:25 10:34:25.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Password: ******
06:34:25 10:34:25.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Schema: kapuadb
06:34:25 10:34:25.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  Timestamp(3) fix info (eclipse/kapua#2889)
06:34:25 10:34:25.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Force timestamp fix: false
06:34:25 10:34:25.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - |  	Apply timestamp fix: true
06:34:25 10:34:25.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - ==================================================================================
06:34:25 10:34:25.346 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts...
06:34:25 10:34:25.422 [main] INFO  org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values
06:34:25 10:34:25.522 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files...
06:34:25 10:34:25.522 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:34:25 10:34:25.522 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml...
06:34:25 10:34:25.602 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml...
06:34:25 10:34:25.640 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml...
06:34:25 10:34:25.710 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml...
06:34:25 10:34:25.793 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:34:25 10:34:25.793 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files...
06:34:25 10:34:25.793 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 9
06:34:25 10:34:25.794 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml...
06:34:25 10:34:25.970 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml...
06:34:26 10:34:26.225 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml...
06:34:26 10:34:26.575 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml...
06:34:26 10:34:26.633 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml...
06:34:26 10:34:26.685 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml...
06:34:27 10:34:27.215 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml...
06:34:27 10:34:27.343 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml...
06:34:27 10:34:27.438 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 		Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml...
06:34:27 10:34:27.615 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE!
06:34:27 10:34:27.615 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files...
06:34:27 10:34:27.615 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:34:27 10:34:27.615 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:34:27 10:34:27.615 [main] INFO  o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE!
06:34:27   Given A device named "Device1"                                      # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String)
06:34:27   And I expect the exception "NullPointerException" with the text "*" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:34:27 
06:34:27     Exception raised as expected: NullPointerException with message: null
06:34:27 
06:34:27   When I assign tag "Tag1" to device "Device1"                        # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String)
06:34:27   Then An exception was thrown                                        # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:34:27 10:34:27.644 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop...
06:34:27 10:34:27.655 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE
06:34:27 
06:34:27 @tag @env_none @teardown
06:34:27 Scenario: Reset Security Context for all scenarios # features/TagService.feature:459
06:34:27 10:34:27.699 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager...
06:34:27 10:34:27.699 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE
06:34:27   Given Reset Security Context                     # org.eclipse.kapua.qa.common.utils.InitShiro.stop()
06:34:27 ┌───────────────────────────────────────────────────────────────────────────────────┐
06:34:27 │ Share your Cucumber Report with your team at https://reports.cucumber.io06:34:27 │ Activate publishing with one of the following:                                    │
06:34:27 │                                                                                   │
06:34:27 │ src/test/resources/cucumber.properties:          cucumber.publish.enabled=true    │
06:34:27 │ src/test/resources/junit-platform.properties:    cucumber.publish.enabled=true    │
06:34:27 │ Environment variable:                            CUCUMBER_PUBLISH_ENABLED=true    │
06:34:27 │ JUnit:                                           @CucumberOptions(publish = true) │
06:34:27 │                                                                                   │
06:34:27 │ More information at https://cucumber.io/docs/cucumber/environment-variables/06:34:27 │                                                                                   │
06:34:27 │ Disable this message with one of the following:                                   │
06:34:27 │                                                                                   │
06:34:27 │ src/test/resources/cucumber.properties:          cucumber.publish.quiet=true      │
06:34:27 │ src/test/resources/junit-platform.properties:    cucumber.publish.quiet=true      │
06:34:27 └───────────────────────────────────────────────────────────────────────────────────┘
06:34:27 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 154.563 s - in org.eclipse.kapua.service.tag.test.RunTagUnitTest
06:34:28 [INFO] 
06:34:28 [INFO] Results:
06:34:28 [INFO] 
06:34:28 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
06:34:28 [INFO] 
06:34:28 [INFO] 
06:34:28 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-test ---
06:34:28 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/tag/test/target/jacoco.exec
06:34:28 [INFO] Analyzed bundle 'kapua-tag-test' with 0 classes
06:34:28 [INFO] 
06:34:28 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-test ---
06:34:28 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/test/target/kapua-tag-test-2.1.0-SNAPSHOT.jar
06:34:28 [INFO] 
06:34:28 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-test ---
06:34:28 [INFO] No sources in project. Archive not created.
06:34:28 [INFO] 
06:34:28 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-test ---
06:34:28 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/tag/test/target/jacoco.exec
06:34:28 [INFO] Analyzed bundle 'kapua-tag-test' with 0 classes
06:34:28 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:34:28 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:34:28 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:34:28 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:34:28 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:34:28 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:34:28 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:34:28 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:34:28 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:34:28 [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes
06:34:28 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:34:28 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:34:28 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:34:28 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:34:28 [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes
06:34:28 [INFO] Analyzed bundle 'kapua-client-security' with 33 classes
06:34:28 [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes
06:34:28 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:34:28 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:34:28 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:34:28 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:34:28 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:34:28 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:34:28 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:34:28 [INFO] Analyzed bundle 'kapua-tag-test-steps' with 1 classes
06:34:28 [INFO] Analyzed bundle 'kapua-qa-common' with 45 classes
06:34:28 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:34:28 [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes
06:34:28 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:34:28 [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes
06:34:28 [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes
06:34:28 [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes
06:34:28 [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes
06:34:28 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:34:28 [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes
06:34:28 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:34:28 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:34:29 [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes
06:34:29 [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes
06:34:29 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes
06:34:29 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:34:29 [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes
06:34:29 [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes
06:34:29 [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes
06:34:29 [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes
06:34:29 [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes
06:34:29 [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes
06:34:29 [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes
06:34:29 [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes
06:34:29 [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes
06:34:29 [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes
06:34:29 [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes
06:34:29 [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes
06:34:29 [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes
06:34:29 [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes
06:34:29 [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-registry-test-steps' with 17 classes
06:34:29 [INFO] Analyzed bundle 'kapua-broker-artemis-plugin' with 32 classes
06:34:29 [INFO] Analyzed bundle 'kapua-service-client' with 9 classes
06:34:29 [INFO] Analyzed bundle 'kapua-device-management-job-api' with 6 classes
06:34:29 [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes
06:34:30 [INFO] 
06:34:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-test ---
06:34:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/test/target/kapua-tag-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-test/2.1.0-SNAPSHOT/kapua-tag-test-2.1.0-SNAPSHOT.jar
06:34:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/tag/test/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-tag-test/2.1.0-SNAPSHOT/kapua-tag-test-2.1.0-SNAPSHOT.pom
06:34:30 [INFO] 
06:34:30 [INFO] ------------------< org.eclipse.kapua:kapua-endpoint >------------------
06:34:30 [INFO] Building kapua-endpoint 2.1.0-SNAPSHOT                         [145/229]
06:34:30 [INFO]   from service/endpoint/pom.xml
06:34:30 [INFO] --------------------------------[ pom ]---------------------------------
06:34:30 [INFO] 
06:34:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint ---
06:34:30 [INFO] 
06:34:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint ---
06:34:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:34:30 [INFO] 
06:34:30 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint ---
06:34:30 [INFO] Required toolchain: jdk [ version='11' ]
06:34:30 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:30 [INFO] 
06:34:30 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint ---
06:34:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint
06:34:30 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918070229
06:34:30 [WARNING] Cannot get the branch information from the git repository: 
06:34:30 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:34:30 
06:34:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint
06:34:30 [INFO] Storing buildScmBranch: UNKNOWN
06:34:30 [INFO] 
06:34:30 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint ---
06:34:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/endpoint/target/jacoco.exec
06:34:30 [INFO] 
06:34:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint ---
06:34:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:34:30 [INFO] 
06:34:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint ---
06:34:30 [INFO] 
06:34:30 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint ---
06:34:30 [INFO] 
06:34:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint ---
06:34:30 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/endpoint/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-endpoint/2.1.0-SNAPSHOT/kapua-endpoint-2.1.0-SNAPSHOT.pom
06:34:30 [INFO] 
06:34:30 [INFO] ----------------< org.eclipse.kapua:kapua-endpoint-api >----------------
06:34:30 [INFO] Building kapua-endpoint-api 2.1.0-SNAPSHOT                     [146/229]
06:34:30 [INFO]   from service/endpoint/api/pom.xml
06:34:30 [INFO] --------------------------------[ jar ]---------------------------------
06:34:30 [INFO] 
06:34:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint-api ---
06:34:30 [INFO] 
06:34:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-api ---
06:34:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:34:30 [INFO] 
06:34:30 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-api ---
06:34:30 [INFO] Required toolchain: jdk [ version='11' ]
06:34:30 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:30 [INFO] 
06:34:30 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-api ---
06:34:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/api
06:34:30 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918070343
06:34:30 [WARNING] Cannot get the branch information from the git repository: 
06:34:30 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:34:30 
06:34:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/api
06:34:30 [INFO] Storing buildScmBranch: UNKNOWN
06:34:30 [INFO] 
06:34:30 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-api ---
06:34:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/endpoint/api/target/jacoco.exec
06:34:30 [INFO] 
06:34:30 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-api ---
06:34:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/endpoint/api/src/main/resources
06:34:30 [INFO] 
06:34:30 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-api ---
06:34:30 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:30 [INFO] Changes detected - recompiling the module!
06:34:30 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-test/service/endpoint/api/target/classes
06:34:32 [INFO] 
06:34:32 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-endpoint-api ---
06:34:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/endpoint/api/src/test/resources
06:34:32 [INFO] 
06:34:32 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-endpoint-api ---
06:34:32 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:32 [INFO] No sources to compile
06:34:32 [INFO] 
06:34:32 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-endpoint-api ---
06:34:32 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:32 [INFO] No tests to run.
06:34:32 [INFO] 
06:34:32 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint-api ---
06:34:32 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:34:32 [INFO] 
06:34:32 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-endpoint-api ---
06:34:32 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/api/target/kapua-endpoint-api-2.1.0-SNAPSHOT.jar
06:34:32 [INFO] 
06:34:32 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint-api ---
06:34:32 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/api/target/kapua-endpoint-api-2.1.0-SNAPSHOT-sources.jar
06:34:32 [INFO] 
06:34:32 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint-api ---
06:34:32 [INFO] 
06:34:32 [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint-api ---
06:34:32 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/endpoint/api/target/kapua-endpoint-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-endpoint-api/2.1.0-SNAPSHOT/kapua-endpoint-api-2.1.0-SNAPSHOT.jar
06:34:32 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/endpoint/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-endpoint-api/2.1.0-SNAPSHOT/kapua-endpoint-api-2.1.0-SNAPSHOT.pom
06:34:32 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/endpoint/api/target/kapua-endpoint-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-endpoint-api/2.1.0-SNAPSHOT/kapua-endpoint-api-2.1.0-SNAPSHOT-sources.jar
06:34:32 [INFO] 
06:34:32 [INFO] ------------------< org.eclipse.kapua:kapua-rest-api >------------------
06:34:32 [INFO] Building kapua-rest-api 2.1.0-SNAPSHOT                         [147/229]
06:34:32 [INFO]   from rest-api/pom.xml
06:34:32 [INFO] --------------------------------[ pom ]---------------------------------
06:34:32 [INFO] 
06:34:32 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api ---
06:34:32 [INFO] 
06:34:32 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api ---
06:34:32 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:34:33 [INFO] 
06:34:33 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api ---
06:34:33 [INFO] Required toolchain: jdk [ version='11' ]
06:34:33 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:33 [INFO] 
06:34:33 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api ---
06:34:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api
06:34:33 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918073460
06:34:33 [WARNING] Cannot get the branch information from the git repository: 
06:34:33 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:34:33 
06:34:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api
06:34:33 [INFO] Storing buildScmBranch: UNKNOWN
06:34:33 [INFO] 
06:34:33 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api ---
06:34:33 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/rest-api/target/jacoco.exec
06:34:33 [INFO] 
06:34:33 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api ---
06:34:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:34:33 [INFO] 
06:34:33 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api ---
06:34:33 [INFO] 
06:34:33 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api ---
06:34:33 [INFO] 
06:34:33 [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api ---
06:34:33 [INFO] Installing /home/jenkins/agent/workspace/develop-test/rest-api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-rest-api/2.1.0-SNAPSHOT/kapua-rest-api-2.1.0-SNAPSHOT.pom
06:34:33 [INFO] 
06:34:33 [INFO] ---------------< org.eclipse.kapua:kapua-rest-api-core >----------------
06:34:33 [INFO] Building kapua-rest-api-core 2.1.0-SNAPSHOT                    [148/229]
06:34:33 [INFO]   from rest-api/core/pom.xml
06:34:33 [INFO] --------------------------------[ jar ]---------------------------------
06:34:33 [INFO] 
06:34:33 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api-core ---
06:34:33 [INFO] 
06:34:33 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-core ---
06:34:33 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:34:34 [INFO] 
06:34:34 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-core ---
06:34:34 [INFO] Required toolchain: jdk [ version='11' ]
06:34:34 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:34 [INFO] 
06:34:34 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-core ---
06:34:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/core' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/core
06:34:34 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918074122
06:34:34 [WARNING] Cannot get the branch information from the git repository: 
06:34:34 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:34:34 
06:34:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/core' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/core
06:34:34 [INFO] Storing buildScmBranch: UNKNOWN
06:34:34 [INFO] 
06:34:34 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-core ---
06:34:34 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/rest-api/core/target/jacoco.exec
06:34:34 [INFO] 
06:34:34 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-core ---
06:34:34 [INFO] Copying 1 resource
06:34:34 [INFO] 
06:34:34 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-core ---
06:34:34 [INFO] Copying 1 resource
06:34:34 [INFO] 
06:34:34 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-core ---
06:34:34 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:34 [INFO] Changes detected - recompiling the module!
06:34:34 [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/develop-test/rest-api/core/target/classes
06:34:38 [INFO] 
06:34:38 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-rest-api-core ---
06:34:38 [INFO] Copying 1 resource
06:34:38 [INFO] 
06:34:38 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-rest-api-core ---
06:34:38 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:38 [INFO] Changes detected - recompiling the module!
06:34:38 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/develop-test/rest-api/core/target/test-classes
06:34:44 [INFO] 
06:34:44 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-rest-api-core ---
06:34:44 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:44 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:34:44 [INFO] 
06:34:44 [INFO] -------------------------------------------------------
06:34:44 [INFO]  T E S T S
06:34:44 [INFO] -------------------------------------------------------
06:34:46 [INFO] Running org.eclipse.kapua.app.api.core.auth.KapuaTokenAuthenticationFilterTest
06:34:47 10:34:47.155 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:34:47 10:34:47.167 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.app.api.core.auth.MockitoLocator... 
06:34:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.242 s - in org.eclipse.kapua.app.api.core.auth.KapuaTokenAuthenticationFilterTest
06:34:47 [INFO] Running org.eclipse.kapua.app.api.core.model.StorableEntityIdTest
06:34:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.kapua.app.api.core.model.StorableEntityIdTest
06:34:47 [INFO] Running org.eclipse.kapua.app.api.core.model.EntityIdTest
06:34:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.kapua.app.api.core.model.EntityIdTest
06:34:47 [INFO] Running org.eclipse.kapua.app.api.core.model.CountResultTest
06:34:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.app.api.core.model.CountResultTest
06:34:47 [INFO] Running org.eclipse.kapua.app.api.core.model.MetricTypeTest
06:34:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.kapua.app.api.core.model.MetricTypeTest
06:34:47 [INFO] Running org.eclipse.kapua.app.api.core.model.message.JsonKapuaPayloadTest
06:34:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.kapua.app.api.core.model.message.JsonKapuaPayloadTest
06:34:47 [INFO] Running org.eclipse.kapua.app.api.core.model.DateParamTest
06:34:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.kapua.app.api.core.model.DateParamTest
06:34:47 [INFO] Running org.eclipse.kapua.app.api.core.model.data.JsonMessageListResultTest
06:34:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.kapua.app.api.core.model.data.JsonMessageListResultTest
06:34:47 [INFO] Running org.eclipse.kapua.app.api.core.model.data.JsonKapuaDataMessageTest
06:34:47 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.kapua.app.api.core.model.data.JsonKapuaDataMessageTest
06:34:47 [INFO] Running org.eclipse.kapua.app.api.core.model.data.JsonMessageQueryTest
06:34:47 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.kapua.app.api.core.model.data.JsonMessageQueryTest
06:34:47 [INFO] Running org.eclipse.kapua.app.api.core.model.data.JsonDatastoreMessageTest
06:34:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.kapua.app.api.core.model.data.JsonDatastoreMessageTest
06:34:48 [INFO] Running org.eclipse.kapua.app.api.core.model.device.management.JsonGenericResponseMessageTest
06:34:48 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.kapua.app.api.core.model.device.management.JsonGenericResponseMessageTest
06:34:48 [INFO] Running org.eclipse.kapua.app.api.core.model.device.management.JsonGenericRequestMessageTest
06:34:48 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.kapua.app.api.core.model.device.management.JsonGenericRequestMessageTest
06:34:48 [INFO] Running org.eclipse.kapua.app.api.core.model.ByteArrayParamTest
06:34:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.app.api.core.model.ByteArrayParamTest
06:34:48 [INFO] Running org.eclipse.kapua.app.api.core.exception.SessionNotPopulatedExceptionTest
06:34:48 10:34:48.295 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed.
06:34:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.kapua.app.api.core.exception.SessionNotPopulatedExceptionTest
06:34:48 [INFO] Running org.eclipse.kapua.app.api.core.exception.RestApiRuntimeExceptionTest
06:34:48 10:34:48.302 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed.
06:34:48 10:34:48.338 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed.
06:34:48 10:34:48.338 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed.
06:34:48 10:34:48.339 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed.
06:34:48 10:34:48.340 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed.
06:34:48 10:34:48.340 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:34:48 10:34:48.341 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:34:48 10:34:48.341 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed.
06:34:48 10:34:48.342 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed.
06:34:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.app.api.core.exception.RestApiRuntimeExceptionTest
06:34:48 [INFO] Running org.eclipse.kapua.app.api.core.KapuaSerializableBodyWriterTest
06:34:48 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s - in org.eclipse.kapua.app.api.core.KapuaSerializableBodyWriterTest
06:34:48 [INFO] Running org.eclipse.kapua.app.api.core.resources.AbstractKapuaResourceTest
06:34:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kapua.app.api.core.resources.AbstractKapuaResourceTest
06:34:48 [INFO] Running org.eclipse.kapua.app.api.core.settings.KapuaApiCoreSettingKeysTest
06:34:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.app.api.core.settings.KapuaApiCoreSettingKeysTest
06:34:48 [INFO] Running org.eclipse.kapua.app.api.core.MoxyJsonConfigContextResolverTest
06:34:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.app.api.core.MoxyJsonConfigContextResolverTest
06:34:48 [INFO] Running org.eclipse.kapua.app.api.core.ListBodyWriterTest
06:34:48 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.kapua.app.api.core.ListBodyWriterTest
06:34:49 [INFO] 
06:34:49 [INFO] Results:
06:34:49 [INFO] 
06:34:49 [INFO] Tests run: 146, Failures: 0, Errors: 0, Skipped: 0
06:34:49 [INFO] 
06:34:49 [INFO] 
06:34:49 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api-core ---
06:34:49 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/rest-api/core/target/jacoco.exec
06:34:49 [INFO] Analyzed bundle 'kapua-rest-api-core' with 26 classes
06:34:49 [INFO] 
06:34:49 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-rest-api-core ---
06:34:49 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/rest-api/core/target/kapua-rest-api-core-2.1.0-SNAPSHOT.jar
06:34:49 [INFO] 
06:34:49 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api-core ---
06:34:49 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/rest-api/core/target/kapua-rest-api-core-2.1.0-SNAPSHOT-sources.jar
06:34:49 [INFO] 
06:34:49 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api-core ---
06:34:49 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/rest-api/core/target/jacoco.exec
06:34:49 [INFO] Analyzed bundle 'kapua-rest-api-core' with 26 classes
06:34:49 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:34:49 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:34:49 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:34:49 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:34:49 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:34:49 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:34:49 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:34:49 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:34:49 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:34:49 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:34:49 [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes
06:34:49 [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes
06:34:49 [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes
06:34:49 [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes
06:34:49 [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes
06:34:49 [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes
06:34:49 [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes
06:34:49 [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes
06:34:49 [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes
06:34:49 [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes
06:34:49 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:34:49 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:34:49 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:34:49 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:34:49 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:34:49 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:34:49 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:34:49 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:34:49 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:34:49 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:34:49 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:34:49 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:34:49 [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes
06:34:49 [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes
06:34:49 [INFO] Analyzed bundle 'kapua-client-security' with 33 classes
06:34:49 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:34:49 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:34:49 [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes
06:34:49 [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes
06:34:49 [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes
06:34:49 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes
06:34:49 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:34:49 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:34:49 [INFO] Analyzed bundle 'kapua-endpoint-api' with 3 classes
06:34:50 [INFO] 
06:34:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api-core ---
06:34:50 [INFO] Installing /home/jenkins/agent/workspace/develop-test/rest-api/core/target/kapua-rest-api-core-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-rest-api-core/2.1.0-SNAPSHOT/kapua-rest-api-core-2.1.0-SNAPSHOT.jar
06:34:50 [INFO] Installing /home/jenkins/agent/workspace/develop-test/rest-api/core/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-rest-api-core/2.1.0-SNAPSHOT/kapua-rest-api-core-2.1.0-SNAPSHOT.pom
06:34:50 [INFO] Installing /home/jenkins/agent/workspace/develop-test/rest-api/core/target/kapua-rest-api-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-rest-api-core/2.1.0-SNAPSHOT/kapua-rest-api-core-2.1.0-SNAPSHOT-sources.jar
06:34:50 [INFO] 
06:34:50 [INFO] ---------< org.eclipse.kapua:kapua-device-management-all-api >----------
06:34:50 [INFO] Building kapua-device-management-all-api 2.1.0-SNAPSHOT        [149/229]
06:34:50 [INFO]   from service/device/management/all/api/pom.xml
06:34:50 [INFO] --------------------------------[ jar ]---------------------------------
06:34:50 [INFO] 
06:34:50 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-all-api ---
06:34:50 [INFO] 
06:34:50 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all-api ---
06:34:50 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:34:50 [INFO] 
06:34:50 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all-api ---
06:34:50 [INFO] Required toolchain: jdk [ version='11' ]
06:34:50 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:50 [INFO] 
06:34:50 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all-api ---
06:34:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all/api
06:34:50 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918090269
06:34:50 [WARNING] Cannot get the branch information from the git repository: 
06:34:50 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:34:50 
06:34:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all/api
06:34:50 [INFO] Storing buildScmBranch: UNKNOWN
06:34:50 [INFO] 
06:34:50 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all-api ---
06:34:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/all/api/target/jacoco.exec
06:34:50 [INFO] 
06:34:50 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-all-api ---
06:34:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/all/api/src/main/resources
06:34:50 [INFO] 
06:34:50 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-all-api ---
06:34:50 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:50 [INFO] No sources to compile
06:34:50 [INFO] 
06:34:50 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-all-api ---
06:34:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/all/api/src/test/resources
06:34:50 [INFO] 
06:34:50 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-all-api ---
06:34:50 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:50 [INFO] No sources to compile
06:34:50 [INFO] 
06:34:50 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-all-api ---
06:34:50 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:50 [INFO] No tests to run.
06:34:50 [INFO] 
06:34:50 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-all-api ---
06:34:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:34:50 [INFO] 
06:34:50 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-all-api ---
06:34:50 [WARNING] JAR will be empty - no content was marked for inclusion!
06:34:50 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/all/api/target/kapua-device-management-all-api-2.1.0-SNAPSHOT.jar
06:34:50 [INFO] 
06:34:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-all-api ---
06:34:50 [INFO] No sources in project. Archive not created.
06:34:50 [INFO] 
06:34:50 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-all-api ---
06:34:50 [INFO] 
06:34:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-all-api ---
06:34:50 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/all/api/target/kapua-device-management-all-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-all-api/2.1.0-SNAPSHOT/kapua-device-management-all-api-2.1.0-SNAPSHOT.jar
06:34:50 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/all/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-all-api/2.1.0-SNAPSHOT/kapua-device-management-all-api-2.1.0-SNAPSHOT.pom
06:34:50 [INFO] 
06:34:50 [INFO] -------------------< org.eclipse.kapua:kapua-system >-------------------
06:34:50 [INFO] Building kapua-system 2.1.0-SNAPSHOT                           [150/229]
06:34:50 [INFO]   from service/system/pom.xml
06:34:50 [INFO] --------------------------------[ pom ]---------------------------------
06:34:50 [INFO] 
06:34:50 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system ---
06:34:50 [INFO] 
06:34:50 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system ---
06:34:50 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:34:50 [INFO] 
06:34:50 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system ---
06:34:50 [INFO] Required toolchain: jdk [ version='11' ]
06:34:50 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:50 [INFO] 
06:34:50 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system ---
06:34:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system
06:34:50 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918090441
06:34:50 [WARNING] Cannot get the branch information from the git repository: 
06:34:50 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:34:50 
06:34:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system
06:34:50 [INFO] Storing buildScmBranch: UNKNOWN
06:34:50 [INFO] 
06:34:50 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system ---
06:34:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/system/target/jacoco.exec
06:34:50 [INFO] 
06:34:50 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system ---
06:34:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:34:50 [INFO] 
06:34:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system ---
06:34:50 [INFO] 
06:34:50 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system ---
06:34:50 [INFO] 
06:34:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-system ---
06:34:50 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/system/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-system/2.1.0-SNAPSHOT/kapua-system-2.1.0-SNAPSHOT.pom
06:34:50 [INFO] 
06:34:50 [INFO] -----------------< org.eclipse.kapua:kapua-system-api >-----------------
06:34:50 [INFO] Building kapua-system-api 2.1.0-SNAPSHOT                       [151/229]
06:34:50 [INFO]   from service/system/api/pom.xml
06:34:50 [INFO] --------------------------------[ jar ]---------------------------------
06:34:50 [INFO] 
06:34:50 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system-api ---
06:34:50 [INFO] 
06:34:50 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-api ---
06:34:50 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:34:50 [INFO] 
06:34:50 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-api ---
06:34:50 [INFO] Required toolchain: jdk [ version='11' ]
06:34:50 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:50 [INFO] 
06:34:50 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-api ---
06:34:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system/api
06:34:50 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918090550
06:34:50 [WARNING] Cannot get the branch information from the git repository: 
06:34:50 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:34:50 
06:34:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system/api' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system/api
06:34:50 [INFO] Storing buildScmBranch: UNKNOWN
06:34:50 [INFO] 
06:34:50 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-api ---
06:34:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/system/api/target/jacoco.exec
06:34:50 [INFO] 
06:34:50 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-api ---
06:34:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/system/api/src/main/resources
06:34:50 [INFO] 
06:34:50 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-api ---
06:34:50 [INFO] Copying 1 resource
06:34:50 [INFO] 
06:34:50 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-api ---
06:34:50 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:50 [INFO] Changes detected - recompiling the module!
06:34:50 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-test/service/system/api/target/classes
06:34:52 [INFO] 
06:34:52 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-system-api ---
06:34:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/system/api/src/test/resources
06:34:52 [INFO] 
06:34:52 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-system-api ---
06:34:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:52 [INFO] No sources to compile
06:34:52 [INFO] 
06:34:52 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-system-api ---
06:34:52 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:52 [INFO] No tests to run.
06:34:52 [INFO] 
06:34:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system-api ---
06:34:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:34:52 [INFO] 
06:34:52 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-system-api ---
06:34:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/system/api/target/kapua-system-api-2.1.0-SNAPSHOT.jar
06:34:52 [INFO] 
06:34:52 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system-api ---
06:34:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/system/api/target/kapua-system-api-2.1.0-SNAPSHOT-sources.jar
06:34:52 [INFO] 
06:34:52 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system-api ---
06:34:52 [INFO] 
06:34:52 [INFO] --- install:2.5.2:install (default-install) @ kapua-system-api ---
06:34:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/system/api/target/kapua-system-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-system-api/2.1.0-SNAPSHOT/kapua-system-api-2.1.0-SNAPSHOT.jar
06:34:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/system/api/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-system-api/2.1.0-SNAPSHOT/kapua-system-api-2.1.0-SNAPSHOT.pom
06:34:52 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/system/api/target/kapua-system-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-system-api/2.1.0-SNAPSHOT/kapua-system-api-2.1.0-SNAPSHOT-sources.jar
06:34:52 [INFO] 
06:34:52 [INFO] ------------< org.eclipse.kapua:kapua-commons-rest-errors >-------------
06:34:52 [INFO] Building kapua-commons-rest-errors 2.1.0-SNAPSHOT              [152/229]
06:34:52 [INFO]   from commons-rest/errors/pom.xml
06:34:52 [INFO] --------------------------------[ jar ]---------------------------------
06:34:52 [INFO] 
06:34:52 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest-errors ---
06:34:52 [INFO] 
06:34:52 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-errors ---
06:34:52 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:34:52 [INFO] 
06:34:52 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-errors ---
06:34:52 [INFO] Required toolchain: jdk [ version='11' ]
06:34:52 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:52 [INFO] 
06:34:52 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-errors ---
06:34:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/errors' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/errors
06:34:52 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918092670
06:34:52 [WARNING] Cannot get the branch information from the git repository: 
06:34:52 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:34:52 
06:34:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/errors' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/errors
06:34:52 [INFO] Storing buildScmBranch: UNKNOWN
06:34:52 [INFO] 
06:34:52 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-errors ---
06:34:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/commons-rest/errors/target/jacoco.exec
06:34:52 [INFO] 
06:34:52 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-errors ---
06:34:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/errors/src/main/resources
06:34:52 [INFO] 
06:34:52 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-errors ---
06:34:52 [INFO] Copying 1 resource
06:34:52 [INFO] 
06:34:52 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-errors ---
06:34:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:52 [INFO] Changes detected - recompiling the module!
06:34:52 [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/develop-test/commons-rest/errors/target/classes
06:34:56 [INFO] 
06:34:56 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons-rest-errors ---
06:34:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/errors/src/test/resources
06:34:56 [INFO] 
06:34:56 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons-rest-errors ---
06:34:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:56 [INFO] No sources to compile
06:34:56 [INFO] 
06:34:56 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons-rest-errors ---
06:34:56 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:56 [INFO] No tests to run.
06:34:56 [INFO] 
06:34:56 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest-errors ---
06:34:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:34:56 [INFO] 
06:34:56 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons-rest-errors ---
06:34:56 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/errors/target/kapua-commons-rest-errors-2.1.0-SNAPSHOT.jar
06:34:56 [INFO] 
06:34:56 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest-errors ---
06:34:56 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/errors/target/kapua-commons-rest-errors-2.1.0-SNAPSHOT-sources.jar
06:34:56 [INFO] 
06:34:56 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest-errors ---
06:34:56 [INFO] 
06:34:56 [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest-errors ---
06:34:56 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons-rest/errors/target/kapua-commons-rest-errors-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons-rest-errors/2.1.0-SNAPSHOT/kapua-commons-rest-errors-2.1.0-SNAPSHOT.jar
06:34:56 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons-rest/errors/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons-rest-errors/2.1.0-SNAPSHOT/kapua-commons-rest-errors-2.1.0-SNAPSHOT.pom
06:34:56 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons-rest/errors/target/kapua-commons-rest-errors-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons-rest-errors/2.1.0-SNAPSHOT/kapua-commons-rest-errors-2.1.0-SNAPSHOT-sources.jar
06:34:56 [INFO] 
06:34:56 [INFO] -------------< org.eclipse.kapua:kapua-rest-api-resources >-------------
06:34:56 [INFO] Building kapua-rest-api-resources 2.1.0-SNAPSHOT               [153/229]
06:34:56 [INFO]   from rest-api/resources/pom.xml
06:34:56 [INFO] --------------------------------[ jar ]---------------------------------
06:34:57 [INFO] 
06:34:57 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api-resources ---
06:34:57 [INFO] 
06:34:57 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-resources ---
06:34:57 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:34:57 [INFO] 
06:34:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-resources ---
06:34:57 [INFO] Required toolchain: jdk [ version='11' ]
06:34:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:57 [INFO] 
06:34:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-resources ---
06:34:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/resources' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/resources
06:34:57 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918097694
06:34:57 [WARNING] Cannot get the branch information from the git repository: 
06:34:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:34:57 
06:34:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/resources' && 'git' 'rev-parse' '--verify' 'HEAD'
06:34:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/resources
06:34:57 [INFO] Storing buildScmBranch: UNKNOWN
06:34:57 [INFO] 
06:34:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-resources ---
06:34:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/rest-api/resources/target/jacoco.exec
06:34:57 [INFO] 
06:34:57 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-resources ---
06:34:57 [INFO] Copying 202 resources
06:34:57 [INFO] 
06:34:57 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-resources ---
06:34:57 [INFO] Copying 1 resource
06:34:57 [INFO] 
06:34:57 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-resources ---
06:34:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:34:57 [INFO] Changes detected - recompiling the module!
06:34:57 [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/develop-test/rest-api/resources/target/classes
06:35:06 [INFO] 
06:35:06 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-rest-api-resources ---
06:35:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/rest-api/resources/src/test/resources
06:35:06 [INFO] 
06:35:06 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-rest-api-resources ---
06:35:06 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:06 [INFO] No sources to compile
06:35:06 [INFO] 
06:35:06 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-rest-api-resources ---
06:35:06 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:06 [INFO] No tests to run.
06:35:06 [INFO] 
06:35:06 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api-resources ---
06:35:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:35:06 [INFO] 
06:35:06 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-rest-api-resources ---
06:35:06 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT.jar
06:35:06 [INFO] 
06:35:06 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api-resources ---
06:35:06 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT-sources.jar
06:35:06 [INFO] 
06:35:06 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api-resources ---
06:35:06 [INFO] 
06:35:06 [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api-resources ---
06:35:06 [INFO] Installing /home/jenkins/agent/workspace/develop-test/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-rest-api-resources/2.1.0-SNAPSHOT/kapua-rest-api-resources-2.1.0-SNAPSHOT.jar
06:35:06 [INFO] Installing /home/jenkins/agent/workspace/develop-test/rest-api/resources/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-rest-api-resources/2.1.0-SNAPSHOT/kapua-rest-api-resources-2.1.0-SNAPSHOT.pom
06:35:06 [INFO] Installing /home/jenkins/agent/workspace/develop-test/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-rest-api-resources/2.1.0-SNAPSHOT/kapua-rest-api-resources-2.1.0-SNAPSHOT-sources.jar
06:35:06 [INFO] 
06:35:06 [INFO] -------------< org.eclipse.kapua:kapua-endpoint-internal >--------------
06:35:06 [INFO] Building kapua-endpoint-internal 2.1.0-SNAPSHOT                [154/229]
06:35:06 [INFO]   from service/endpoint/internal/pom.xml
06:35:06 [INFO] --------------------------------[ jar ]---------------------------------
06:35:06 [INFO] 
06:35:06 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint-internal ---
06:35:06 [INFO] 
06:35:06 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-internal ---
06:35:06 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:35:07 [INFO] 
06:35:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-internal ---
06:35:07 [INFO] Required toolchain: jdk [ version='11' ]
06:35:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:07 [INFO] 
06:35:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-internal ---
06:35:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/internal
06:35:07 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918107068
06:35:07 [WARNING] Cannot get the branch information from the git repository: 
06:35:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:35:07 
06:35:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/internal
06:35:07 [INFO] Storing buildScmBranch: UNKNOWN
06:35:07 [INFO] 
06:35:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-internal ---
06:35:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/endpoint/internal/target/jacoco.exec
06:35:07 [INFO] 
06:35:07 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-internal ---
06:35:07 [INFO] Copying 14 resources
06:35:07 [INFO] 
06:35:07 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-internal ---
06:35:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:07 [INFO] Changes detected - recompiling the module!
06:35:07 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/target/classes
06:35:11 [INFO] 
06:35:11 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-endpoint-internal ---
06:35:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/src/test/resources
06:35:11 [INFO] 
06:35:11 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-endpoint-internal ---
06:35:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:11 [INFO] No sources to compile
06:35:11 [INFO] 
06:35:11 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-endpoint-internal ---
06:35:11 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:11 [INFO] No tests to run.
06:35:11 [INFO] 
06:35:11 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint-internal ---
06:35:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:35:11 [INFO] 
06:35:11 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-endpoint-internal ---
06:35:11 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/target/kapua-endpoint-internal-2.1.0-SNAPSHOT.jar
06:35:11 [INFO] 
06:35:11 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint-internal ---
06:35:11 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/target/kapua-endpoint-internal-2.1.0-SNAPSHOT-sources.jar
06:35:11 [INFO] 
06:35:11 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint-internal ---
06:35:11 [INFO] 
06:35:11 [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint-internal ---
06:35:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/target/kapua-endpoint-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-endpoint-internal/2.1.0-SNAPSHOT/kapua-endpoint-internal-2.1.0-SNAPSHOT.jar
06:35:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-endpoint-internal/2.1.0-SNAPSHOT/kapua-endpoint-internal-2.1.0-SNAPSHOT.pom
06:35:11 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/target/kapua-endpoint-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-endpoint-internal/2.1.0-SNAPSHOT/kapua-endpoint-internal-2.1.0-SNAPSHOT-sources.jar
06:35:11 [INFO] 
06:35:11 [INFO] ------------< org.eclipse.kapua:kapua-commons-rest-filters >------------
06:35:11 [INFO] Building kapua-commons-rest-filters 2.1.0-SNAPSHOT             [155/229]
06:35:11 [INFO]   from commons-rest/filters/pom.xml
06:35:11 [INFO] --------------------------------[ jar ]---------------------------------
06:35:11 [INFO] 
06:35:11 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest-filters ---
06:35:11 [INFO] 
06:35:11 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-filters ---
06:35:11 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:35:11 [INFO] 
06:35:11 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-filters ---
06:35:11 [INFO] Required toolchain: jdk [ version='11' ]
06:35:11 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:11 [INFO] 
06:35:11 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-filters ---
06:35:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/filters' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/filters
06:35:11 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918111902
06:35:11 [WARNING] Cannot get the branch information from the git repository: 
06:35:11 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:35:11 
06:35:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/filters' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/filters
06:35:11 [INFO] Storing buildScmBranch: UNKNOWN
06:35:11 [INFO] 
06:35:11 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-filters ---
06:35:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/commons-rest/filters/target/jacoco.exec
06:35:11 [INFO] 
06:35:11 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-filters ---
06:35:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/filters/src/main/resources
06:35:11 [INFO] 
06:35:11 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-filters ---
06:35:11 [INFO] Copying 1 resource
06:35:11 [INFO] 
06:35:11 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-filters ---
06:35:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:11 [INFO] Changes detected - recompiling the module!
06:35:11 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-test/commons-rest/filters/target/classes
06:35:15 [INFO] 
06:35:15 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons-rest-filters ---
06:35:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/filters/src/test/resources
06:35:15 [INFO] 
06:35:15 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons-rest-filters ---
06:35:15 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:15 [INFO] No sources to compile
06:35:15 [INFO] 
06:35:15 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons-rest-filters ---
06:35:15 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:15 [INFO] No tests to run.
06:35:15 [INFO] 
06:35:15 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest-filters ---
06:35:15 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:35:15 [INFO] 
06:35:15 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons-rest-filters ---
06:35:15 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/filters/target/kapua-commons-rest-filters-2.1.0-SNAPSHOT.jar
06:35:15 [INFO] 
06:35:15 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest-filters ---
06:35:15 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/filters/target/kapua-commons-rest-filters-2.1.0-SNAPSHOT-sources.jar
06:35:15 [INFO] 
06:35:15 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest-filters ---
06:35:15 [INFO] 
06:35:15 [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest-filters ---
06:35:15 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons-rest/filters/target/kapua-commons-rest-filters-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons-rest-filters/2.1.0-SNAPSHOT/kapua-commons-rest-filters-2.1.0-SNAPSHOT.jar
06:35:15 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons-rest/filters/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons-rest-filters/2.1.0-SNAPSHOT/kapua-commons-rest-filters-2.1.0-SNAPSHOT.pom
06:35:15 [INFO] Installing /home/jenkins/agent/workspace/develop-test/commons-rest/filters/target/kapua-commons-rest-filters-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-commons-rest-filters/2.1.0-SNAPSHOT/kapua-commons-rest-filters-2.1.0-SNAPSHOT-sources.jar
06:35:15 [INFO] 
06:35:15 [INFO] --------------< org.eclipse.kapua:kapua-stream-internal >---------------
06:35:15 [INFO] Building kapua-stream-internal 2.1.0-SNAPSHOT                  [156/229]
06:35:15 [INFO]   from service/stream/internal/pom.xml
06:35:15 [INFO] --------------------------------[ jar ]---------------------------------
06:35:15 [INFO] 
06:35:15 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-stream-internal ---
06:35:15 [INFO] 
06:35:15 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream-internal ---
06:35:15 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:35:16 [INFO] 
06:35:16 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream-internal ---
06:35:16 [INFO] Required toolchain: jdk [ version='11' ]
06:35:16 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:16 [INFO] 
06:35:16 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream-internal ---
06:35:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream/internal
06:35:16 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918116083
06:35:16 [WARNING] Cannot get the branch information from the git repository: 
06:35:16 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:35:16 
06:35:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream/internal
06:35:16 [INFO] Storing buildScmBranch: UNKNOWN
06:35:16 [INFO] 
06:35:16 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream-internal ---
06:35:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/stream/internal/target/jacoco.exec
06:35:16 [INFO] 
06:35:16 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-stream-internal ---
06:35:16 [INFO] Copying 3 resources
06:35:16 [INFO] 
06:35:16 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-stream-internal ---
06:35:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:16 [INFO] Changes detected - recompiling the module!
06:35:16 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/stream/internal/target/classes
06:35:19 [INFO] 
06:35:19 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-stream-internal ---
06:35:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/stream/internal/src/test/resources
06:35:19 [INFO] 
06:35:19 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-stream-internal ---
06:35:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:19 [INFO] No sources to compile
06:35:19 [INFO] 
06:35:19 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-stream-internal ---
06:35:19 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:19 [INFO] No tests to run.
06:35:19 [INFO] 
06:35:19 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-stream-internal ---
06:35:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:35:19 [INFO] 
06:35:19 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-stream-internal ---
06:35:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/stream/internal/target/kapua-stream-internal-2.1.0-SNAPSHOT.jar
06:35:19 [INFO] 
06:35:19 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-stream-internal ---
06:35:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/stream/internal/target/kapua-stream-internal-2.1.0-SNAPSHOT-sources.jar
06:35:19 [INFO] 
06:35:19 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-stream-internal ---
06:35:19 [INFO] 
06:35:19 [INFO] --- install:2.5.2:install (default-install) @ kapua-stream-internal ---
06:35:19 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/stream/internal/target/kapua-stream-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-stream-internal/2.1.0-SNAPSHOT/kapua-stream-internal-2.1.0-SNAPSHOT.jar
06:35:19 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/stream/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-stream-internal/2.1.0-SNAPSHOT/kapua-stream-internal-2.1.0-SNAPSHOT.pom
06:35:19 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/stream/internal/target/kapua-stream-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-stream-internal/2.1.0-SNAPSHOT/kapua-stream-internal-2.1.0-SNAPSHOT-sources.jar
06:35:19 [INFO] 
06:35:19 [INFO] --------------< org.eclipse.kapua:kapua-system-internal >---------------
06:35:19 [INFO] Building kapua-system-internal 2.1.0-SNAPSHOT                  [157/229]
06:35:19 [INFO]   from service/system/internal/pom.xml
06:35:19 [INFO] --------------------------------[ jar ]---------------------------------
06:35:19 [INFO] 
06:35:19 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system-internal ---
06:35:19 [INFO] 
06:35:19 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-internal ---
06:35:19 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:35:19 [INFO] 
06:35:19 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-internal ---
06:35:19 [INFO] Required toolchain: jdk [ version='11' ]
06:35:19 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:19 [INFO] 
06:35:19 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-internal ---
06:35:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system/internal
06:35:19 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918119900
06:35:19 [WARNING] Cannot get the branch information from the git repository: 
06:35:19 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:35:19 
06:35:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system/internal
06:35:19 [INFO] Storing buildScmBranch: UNKNOWN
06:35:19 [INFO] 
06:35:19 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-internal ---
06:35:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/system/internal/target/jacoco.exec
06:35:19 [INFO] 
06:35:19 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-internal ---
06:35:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/system/internal/src/main/resources
06:35:19 [INFO] 
06:35:19 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-internal ---
06:35:19 [INFO] Copying 1 resource
06:35:19 [INFO] 
06:35:19 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-internal ---
06:35:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:19 [INFO] Changes detected - recompiling the module!
06:35:19 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-test/service/system/internal/target/classes
06:35:23 [INFO] 
06:35:23 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-system-internal ---
06:35:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/system/internal/src/test/resources
06:35:23 [INFO] 
06:35:23 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-system-internal ---
06:35:23 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:23 [INFO] No sources to compile
06:35:23 [INFO] 
06:35:23 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-system-internal ---
06:35:23 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:23 [INFO] No tests to run.
06:35:23 [INFO] 
06:35:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system-internal ---
06:35:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:35:23 [INFO] 
06:35:23 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-system-internal ---
06:35:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/system/internal/target/kapua-system-internal-2.1.0-SNAPSHOT.jar
06:35:23 [INFO] 
06:35:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system-internal ---
06:35:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/system/internal/target/kapua-system-internal-2.1.0-SNAPSHOT-sources.jar
06:35:23 [INFO] 
06:35:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system-internal ---
06:35:23 [INFO] 
06:35:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-system-internal ---
06:35:23 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/system/internal/target/kapua-system-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-system-internal/2.1.0-SNAPSHOT/kapua-system-internal-2.1.0-SNAPSHOT.jar
06:35:23 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/system/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-system-internal/2.1.0-SNAPSHOT/kapua-system-internal-2.1.0-SNAPSHOT.pom
06:35:23 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/system/internal/target/kapua-system-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-system-internal/2.1.0-SNAPSHOT/kapua-system-internal-2.1.0-SNAPSHOT-sources.jar
06:35:23 [INFO] 
06:35:23 [INFO] -------------------< org.eclipse.kapua:kapua-extras >-------------------
06:35:23 [INFO] Building kapua-extras 2.1.0-SNAPSHOT                           [158/229]
06:35:23 [INFO]   from extras/pom.xml
06:35:23 [INFO] --------------------------------[ pom ]---------------------------------
06:35:23 [INFO] 
06:35:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-extras ---
06:35:23 [INFO] 
06:35:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-extras ---
06:35:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:35:23 [INFO] 
06:35:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-extras ---
06:35:23 [INFO] Required toolchain: jdk [ version='11' ]
06:35:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:23 [INFO] 
06:35:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-extras ---
06:35:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/extras' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/extras
06:35:23 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918123445
06:35:23 [WARNING] Cannot get the branch information from the git repository: 
06:35:23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:35:23 
06:35:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/extras' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/extras
06:35:23 [INFO] Storing buildScmBranch: UNKNOWN
06:35:23 [INFO] 
06:35:23 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-extras ---
06:35:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/extras/target/jacoco.exec
06:35:23 [INFO] 
06:35:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-extras ---
06:35:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:35:23 [INFO] 
06:35:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-extras ---
06:35:23 [INFO] 
06:35:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-extras ---
06:35:23 [INFO] 
06:35:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-extras ---
06:35:23 [INFO] Installing /home/jenkins/agent/workspace/develop-test/extras/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-extras/2.1.0-SNAPSHOT/kapua-extras-2.1.0-SNAPSHOT.pom
06:35:23 [INFO] 
06:35:23 [INFO] ----------------< org.eclipse.kapua:kapua-foreignkeys >-----------------
06:35:23 [INFO] Building kapua-foreignkeys 2.1.0-SNAPSHOT                      [159/229]
06:35:23 [INFO]   from extras/foreignkeys/pom.xml
06:35:23 [INFO] --------------------------------[ jar ]---------------------------------
06:35:23 [INFO] 
06:35:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-foreignkeys ---
06:35:23 [INFO] 
06:35:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-foreignkeys ---
06:35:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:35:23 [INFO] 
06:35:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-foreignkeys ---
06:35:23 [INFO] Required toolchain: jdk [ version='11' ]
06:35:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:23 [INFO] 
06:35:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-foreignkeys ---
06:35:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/extras/foreignkeys' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/extras/foreignkeys
06:35:23 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918123584
06:35:23 [WARNING] Cannot get the branch information from the git repository: 
06:35:23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:35:23 
06:35:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/extras/foreignkeys' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/extras/foreignkeys
06:35:23 [INFO] Storing buildScmBranch: UNKNOWN
06:35:23 [INFO] 
06:35:23 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-foreignkeys ---
06:35:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/extras/foreignkeys/target/jacoco.exec
06:35:23 [INFO] 
06:35:23 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-foreignkeys ---
06:35:23 [INFO] Copying 34 resources
06:35:23 [INFO] 
06:35:23 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-foreignkeys ---
06:35:23 [INFO] Copying 1 resource
06:35:23 [INFO] 
06:35:23 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-foreignkeys ---
06:35:23 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:23 [INFO] No sources to compile
06:35:23 [INFO] 
06:35:23 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-foreignkeys ---
06:35:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/extras/foreignkeys/src/test/resources
06:35:23 [INFO] 
06:35:23 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-foreignkeys ---
06:35:23 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:23 [INFO] No sources to compile
06:35:23 [INFO] 
06:35:23 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-foreignkeys ---
06:35:23 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:23 [INFO] No tests to run.
06:35:23 [INFO] 
06:35:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-foreignkeys ---
06:35:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:35:23 [INFO] 
06:35:23 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-foreignkeys ---
06:35:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/extras/foreignkeys/target/kapua-foreignkeys-2.1.0-SNAPSHOT.jar
06:35:23 [INFO] 
06:35:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-foreignkeys ---
06:35:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/extras/foreignkeys/target/kapua-foreignkeys-2.1.0-SNAPSHOT-sources.jar
06:35:23 [INFO] 
06:35:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-foreignkeys ---
06:35:23 [INFO] 
06:35:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-foreignkeys ---
06:35:23 [INFO] Installing /home/jenkins/agent/workspace/develop-test/extras/foreignkeys/target/kapua-foreignkeys-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-foreignkeys/2.1.0-SNAPSHOT/kapua-foreignkeys-2.1.0-SNAPSHOT.jar
06:35:23 [INFO] Installing /home/jenkins/agent/workspace/develop-test/extras/foreignkeys/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-foreignkeys/2.1.0-SNAPSHOT/kapua-foreignkeys-2.1.0-SNAPSHOT.pom
06:35:23 [INFO] Installing /home/jenkins/agent/workspace/develop-test/extras/foreignkeys/target/kapua-foreignkeys-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-foreignkeys/2.1.0-SNAPSHOT/kapua-foreignkeys-2.1.0-SNAPSHOT-sources.jar
06:35:23 [INFO] 
06:35:23 [INFO] ----------------< org.eclipse.kapua:kapua-rest-api-web >----------------
06:35:23 [INFO] Building kapua-rest-api-web 2.1.0-SNAPSHOT                     [160/229]
06:35:23 [INFO]   from rest-api/web/pom.xml
06:35:23 [INFO] --------------------------------[ war ]---------------------------------
06:35:24 [INFO] 
06:35:24 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api-web ---
06:35:24 [INFO] 
06:35:24 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-web ---
06:35:24 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:35:24 [INFO] 
06:35:24 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-web ---
06:35:24 [INFO] Required toolchain: jdk [ version='11' ]
06:35:24 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:24 [INFO] 
06:35:24 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-web ---
06:35:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/web' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/web
06:35:24 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918124614
06:35:24 [WARNING] Cannot get the branch information from the git repository: 
06:35:24 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:35:24 
06:35:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/web' && 'git' 'rev-parse' '--verify' 'HEAD'
06:35:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/web
06:35:24 [INFO] Storing buildScmBranch: UNKNOWN
06:35:24 [INFO] 
06:35:24 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-web ---
06:35:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/rest-api/web/target/jacoco.exec
06:35:24 [INFO] 
06:35:24 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-web ---
06:35:24 [INFO] Copying 3 resources
06:35:24 [INFO] 
06:35:24 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-web ---
06:35:24 [INFO] Copying 1 resource
06:35:24 [INFO] 
06:35:24 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-web ---
06:35:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:24 [INFO] Changes detected - recompiling the module!
06:35:24 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-test/rest-api/web/target/classes
06:35:29 [INFO] 
06:35:29 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-rest-api-web ---
06:35:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/rest-api/web/src/test/resources
06:35:29 [INFO] 
06:35:29 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-rest-api-web ---
06:35:29 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:29 [INFO] Changes detected - recompiling the module!
06:35:29 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-test/rest-api/web/target/test-classes
06:35:33 [INFO] 
06:35:33 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-rest-api-web ---
06:35:33 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:35:33 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:35:33 [INFO] 
06:35:33 [INFO] -------------------------------------------------------
06:35:33 [INFO]  T E S T S
06:35:33 [INFO] -------------------------------------------------------
06:35:35 [INFO] Running org.eclipse.kapua.app.api.web.RestApiListenerTest
06:35:36 10:35:36.478 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:35:36 10:35:36.487 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 
06:35:37 10:35:37.546 [main] INFO  org.reflections.Reflections - Reflections took 799 ms to scan 81 urls, producing 827 keys and 2375 values
06:35:38 10:35:38.378 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
06:35:38 10:35:38.383 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:35:38 10:35:38.384 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
06:35:38 10:35:38.384 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:35:38 10:35:38.384 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.app.api.web
06:35:38 10:35:38.384 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
06:35:38 10:35:38.384 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
06:35:38 10:35:38.385 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
06:35:38 10:35:38.385 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
06:35:38 10:35:38.385 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
06:35:38 10:35:38.385 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
06:35:38 10:35:38.385 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
06:35:38 10:35:38.386 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
06:35:38 10:35:38.386 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:35:38 10:35:38.386 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:35:38 10:35:38.386 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
06:35:38 10:35:38.387 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.app.api.web.AppModule
06:35:38 10:35:38.387 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.CommonsModule
06:35:38 10:35:38.387 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.CommonsConfigurationModule
06:35:38 10:35:38.387 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule
06:35:38 10:35:38.388 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.jpa.CommonJpaModule
06:35:38 10:35:38.388 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.metric.CommonMetricsModule
06:35:38 10:35:38.388 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model.id.CommonsModelIdModule
06:35:38 10:35:38.388 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule
06:35:38 10:35:38.388 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule
06:35:38 10:35:38.389 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.internal.cache.CacheModule
06:35:38 10:35:38.389 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.setting.system.SystemSettingModule
06:35:38 10:35:38.389 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring
06:35:38 10:35:38.389 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client.JobEngineClientModule
06:35:38 10:35:38.389 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
06:35:38 10:35:38.390 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
06:35:38 10:35:38.390 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.MessageModule
06:35:38 10:35:38.390 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.data.MessageDataModule
06:35:38 10:35:38.390 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule
06:35:38 10:35:38.390 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule
06:35:38 10:35:38.391 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.RegistrationModule
06:35:38 10:35:38.391 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule
06:35:38 10:35:38.391 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.account.internal.AccountModule
06:35:38 10:35:38.391 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.shiro.AuthenticationModule
06:35:38 10:35:38.392 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule
06:35:38 10:35:38.392 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authorization.shiro.AuthorizationModule
06:35:38 10:35:38.392 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule
06:35:38 10:35:38.392 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.internal.CertificateModule
06:35:38 10:35:38.392 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.DatastoreModule
06:35:38 10:35:38.393 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule
06:35:38 10:35:38.393 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule
06:35:38 10:35:38.393 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule
06:35:38 10:35:38.393 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule
06:35:38 10:35:38.394 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule
06:35:38 10:35:38.394 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule
06:35:38 10:35:38.394 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule
06:35:38 10:35:38.394 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule
06:35:38 10:35:38.395 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule
06:35:38 10:35:38.395 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule
06:35:38 10:35:38.395 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule
06:35:38 10:35:38.395 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule
06:35:38 10:35:38.395 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule
06:35:38 10:35:38.396 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule
06:35:38 10:35:38.396 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule
06:35:38 10:35:38.396 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule
06:35:38 10:35:38.396 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule
06:35:38 10:35:38.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule
06:35:38 10:35:38.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule
06:35:38 10:35:38.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.registry.DeviceRegistryModule
06:35:38 10:35:38.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.endpoint.internal.EndpointModule
06:35:38 10:35:38.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.execution.internal.JobExecutionModule
06:35:38 10:35:38.398 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.internal.JobModule
06:35:38 10:35:38.398 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule
06:35:38 10:35:38.398 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.internal.JobStepModule
06:35:38 10:35:38.398 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.targets.internal.JobTargetsModule
06:35:38 10:35:38.398 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule
06:35:38 10:35:38.399 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule
06:35:38 10:35:38.399 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule
06:35:38 10:35:38.399 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.id.StorableIdModule
06:35:38 10:35:38.399 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule
06:35:38 10:35:38.399 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.stream.internal.StreamModule
06:35:38 10:35:38.400 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.systeminfo.internal.SystemInfoModule
06:35:38 10:35:38.400 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.tag.internal.TagModule
06:35:38 10:35:38.400 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.UserModule
06:35:38 10:35:38.400 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.profile.UserProfileModule
06:35:38 10:35:38.400 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule
06:35:38 10:35:38.401 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KapuaKuraTranslatorsModule
06:35:38 10:35:38.401 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KuraMqttTranslatorsModule
06:35:38 10:35:38.401 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.TranslatorHubModule
06:35:38 10:35:38.401 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule
06:35:38 10:35:38.401 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.TransportModule
06:35:38 10:35:38.402 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.mqtt.TransportMqttModule
06:35:38 10:35:38.402 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
06:35:38 10:35:38.402 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:35:38 10:35:38.402 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
06:35:38 10:35:38.402 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:35:38 10:35:38.403 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:35:43 10:35:43.835 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
06:35:43 10:35:43.836 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor
06:35:43 10:35:43.847 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Bind service interceptor class org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor to subclasses of interface org.eclipse.kapua.service.KapuaService annotated with interface org.eclipse.kapua.event.RaiseServiceEvent
06:35:44 10:35:44.793 [main] WARN  o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one
06:35:46 10:35:46.551 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events ===================
06:35:46 10:35:46.551 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:46 10:35:46.551 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:46 10:35:46.552 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:46 10:35:46.552 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:46 10:35:46.552 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:46 10:35:46.561 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration ===================
06:35:46 10:35:46.562 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:35:46 10:35:46.562 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:35:46 10:35:46.562 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.app.api.web
06:35:46 10:35:46.562 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
06:35:46 10:35:46.563 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
06:35:46 10:35:46.563 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
06:35:46 10:35:46.563 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
06:35:46 10:35:46.563 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
06:35:46 10:35:46.563 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
06:35:46 10:35:46.563 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
06:35:46 10:35:46.563 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
06:35:46 10:35:46.564 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:35:46 10:35:46.565 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:35:46 10:35:46.565 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded XmlSerializable Classes: 0
06:35:46 10:35:46.565 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded XmlSerializable Classes: 0
06:35:46 10:35:46.565 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:35:46 10:35:46.565 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE
06:35:46 10:35:46.567 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - Running initializer with priority 10 on 'class'.'method': 'org.eclipse.kapua.commons.liquibase.DatabaseCheckUpdate'.'doRunLiquibase'
06:35:46 10:35:46.567 [main] INFO  o.e.k.c.l.DatabaseCheckUpdate - Kapua database schema check and update...
06:35:46 10:35:46.568 [main] WARN  o.e.k.c.l.DatabaseCheckUpdate - Skipping Kapua Liquibase Client as per configured property! DB_SCHEMA_UPDATE=false
06:35:46 10:35:46.576 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:35:46 10:35:46.576 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:35:46 10:35:46.576 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:35:46 10:35:46.576 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:35:46 10:35:46.576 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:35:46 10:35:46.577 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:35:46 10:35:46.577 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:35:46 10:35:46.611 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60
06:35:46 10:35:46.611 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60
06:35:46 10:35:46.611 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.378 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:35:47 10:35:47.379 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:47 10:35:47.379 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:47 10:35:47.379 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:47 10:35:47.379 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:47 10:35:47.379 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:47 10:35:47.390 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.390 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.469 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account ===================
06:35:47 10:35:47.469 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:47 10:35:47.470 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:47 10:35:47.470 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:47 10:35:47.470 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:47 10:35:47.470 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:47 10:35:47.472 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.473 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.473 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.572 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user ===================
06:35:47 10:35:47.572 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:47 10:35:47.572 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:47 10:35:47.572 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:47 10:35:47.572 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:47 10:35:47.573 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:47 10:35:47.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:35:47 10:35:47.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:47 10:35:47.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:47 10:35:47.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:47 10:35:47.767 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:47 10:35:47.767 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:47 10:35:47.768 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.768 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.768 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.768 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.774 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.774 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.774 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.776 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.776 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.777 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.777 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.778 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.779 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.779 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.780 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.780 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60
06:35:47 10:35:47.791 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:35:47 10:35:47.791 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:47 10:35:47.791 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:47 10:35:47.791 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:47 10:35:47.792 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:47 10:35:47.792 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:47 10:35:47.839 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:35:47 10:35:47.839 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:47 10:35:47.839 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:47 10:35:47.839 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:47 10:35:47.840 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:47 10:35:47.840 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:47 10:35:47.888 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
06:35:47 10:35:47.888 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:47 10:35:47.888 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:47 10:35:47.888 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:47 10:35:47.888 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:47 10:35:47.889 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:47.945 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:35:48 10:35:47.945 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:47.945 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:47.945 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:47.945 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:47.946 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:47.959 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:35:48 10:35:47.959 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:47.959 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:47.959 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:47.959 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:47.960 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:47.971 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:35:48 10:35:47.971 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:47.971 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:47.971 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:47.971 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:47.971 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:47.993 [main] INFO  o.e.k.s.d.c.l.i.DeviceConnectionEventListenerServiceImpl - Initializing class org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceImpl
06:35:48 10:35:48.004 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account ===================
06:35:48 10:35:48.004 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.005 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.005 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.005 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.005 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.038 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account ===================
06:35:48 10:35:48.038 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.038 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.039 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.039 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.039 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.048 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:35:48 10:35:48.048 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.048 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.048 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.048 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.048 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.064 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:35:48 10:35:48.064 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.064 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.064 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.065 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.065 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.081 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:35:48 10:35:48.081 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.081 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.082 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.082 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.082 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.088 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:35:48 10:35:48.088 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.088 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.088 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.088 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.088 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.187 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
06:35:48 10:35:48.187 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.187 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.187 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.187 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.245 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
06:35:48 10:35:48.246 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.246 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.246 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.246 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.246 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.262 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
06:35:48 10:35:48.262 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.262 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.262 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.262 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.262 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.267 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
06:35:48 10:35:48.267 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.267 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.267 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.267 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.267 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.277 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user ===================
06:35:48 10:35:48.277 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.277 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.277 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.277 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.278 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.339 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user ===================
06:35:48 10:35:48.339 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:35:48 10:35:48.339 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:35:48 10:35:48.339 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:35:48 10:35:48.339 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:35:48 10:35:48.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:35:48 10:35:48.662 [main] INFO  o.e.k.app.api.web.RestApiListener - Stopping service modules...
06:35:48 10:35:48.662 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Shutting down...
06:35:48 10:35:48.662 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Service Modules...
06:35:48 10:35:48.663 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.registry.DeviceServiceModule
06:35:48 10:35:48.663 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.663 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.663 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.663 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.663 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.664 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.664 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.664 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.664 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceModule
06:35:48 10:35:48.665 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.665 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.665 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.665 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.665 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.665 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.665 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.665 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.666 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.account.internal.AccountServiceModule
06:35:48 10:35:48.666 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.666 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.666 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.666 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.666 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.666 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.667 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.667 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.667 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authorization.shiro.AuthorizationServiceModule
06:35:48 10:35:48.667 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.667 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.667 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.667 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.667 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.668 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.668 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.668 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.668 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceModule
06:35:48 10:35:48.668 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.668 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.668 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.668 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.668 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.669 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.669 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.669 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.669 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.user.internal.UserServiceModule
06:35:48 10:35:48.669 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.669 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.669 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.669 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.670 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.670 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.670 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.670 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.670 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Eventbus...
06:35:48 10:35:48.670 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Shutdown...DONE
06:35:48 10:35:48.670 [main] INFO  o.e.k.app.api.web.RestApiListener - Stopping service modules... DONE!
06:35:48 10:35:48.672 [main] INFO  o.e.k.app.api.web.RestApiListener - Stopping service modules...
06:35:48 10:35:48.673 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Shutting down...
06:35:48 10:35:48.673 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Service Modules...
06:35:48 10:35:48.673 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.registry.DeviceServiceModule
06:35:48 10:35:48.673 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.673 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.673 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.673 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.674 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.674 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.674 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.674 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.674 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceModule
06:35:48 10:35:48.674 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.674 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.674 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.675 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.675 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.675 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.675 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.675 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.675 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.account.internal.AccountServiceModule
06:35:48 10:35:48.675 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.675 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.675 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.676 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.676 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.676 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.676 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.676 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.676 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authorization.shiro.AuthorizationServiceModule
06:35:48 10:35:48.676 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.677 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.677 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.677 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.677 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.677 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.677 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.677 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.677 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceModule
06:35:48 10:35:48.678 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.678 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.678 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.678 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.678 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.678 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.678 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.678 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.679 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.user.internal.UserServiceModule
06:35:48 10:35:48.679 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3]
06:35:48 10:35:48.679 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 1/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.679 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3]
06:35:48 10:35:48.679 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 2/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.679 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3]
06:35:48 10:35:48.679 [main] WARN  o.e.k.c.e.ServiceEventTransactionalModule - Cannot shutdown the housekeeper scheduler [step 3/3] since it is null (initialization may not be successful)
06:35:48 10:35:48.679 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names
06:35:48 10:35:48.679 [main] INFO  o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE
06:35:48 10:35:48.680 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Eventbus...
06:35:48 10:35:48.680 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Shutdown...DONE
06:35:48 10:35:48.680 [main] INFO  o.e.k.app.api.web.RestApiListener - Stopping service modules... DONE!
06:35:48 10:35:48.681 [main] WARN  o.e.k.app.api.web.RestApiListener - Initialized, systemSettings:org.eclipse.kapua.commons.setting.system.SystemSetting@e20441a, moduleBundle: org.eclipse.kapua.commons.core.ServiceModuleBundle@7a8958be
06:35:48 10:35:48.681 [main] INFO  o.e.k.app.api.web.RestApiListener - Starting service modules...
06:35:48 10:35:48.681 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Starting up...
06:35:48 10:35:48.681 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Startup Kapua Eventbus...
06:35:50 10:35:50.031 [main] ERROR org.apache.qpid.jms.JmsConnection - Failed to connect to remote at: amqp://events-broker:5672
06:35:50 10:35:50.067 [main] ERROR o.e.k.app.api.web.RestApiListener - Starting service modules... ERROR! Error: An internal error occurred: {0}.
06:35:50 org.eclipse.kapua.event.ServiceEventBusException: An internal error occurred: {0}.
06:35:50 	at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus.start(JMSServiceEventBus.java:115)
06:35:50 	at org.eclipse.kapua.commons.core.ServiceModuleBundle.startup(ServiceModuleBundle.java:39)
06:35:50 	at org.eclipse.kapua.app.api.web.RestApiListener.contextInitialized(RestApiListener.java:43)
06:35:50 	at org.eclipse.kapua.app.api.web.RestApiListenerTest.contextInitializedNullTest(RestApiListenerTest.java:49)
06:35:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:35:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:35:50 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:35:50 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:35:50 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
06:35:50 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
06:35:50 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
06:35:50 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
06:35:50 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
06:35:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:35:50 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
06:35:50 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
06:35:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
06:35:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
06:35:50 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:35:50 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:35:50 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:35:50 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:35:50 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:35:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:35:50 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:35:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:35:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:35:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:35:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:35:50 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:35:50 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:35:50 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:35:50 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:35:50 Caused by: javax.jms.JMSException: events-broker: Name or service not known
06:35:50 	at org.apache.qpid.jms.provider.ProviderException.toJMSException(ProviderException.java:34)
06:35:50 	at org.apache.qpid.jms.exceptions.JmsExceptionSupport.create(JmsExceptionSupport.java:80)
06:35:50 	at org.apache.qpid.jms.exceptions.JmsExceptionSupport.create(JmsExceptionSupport.java:112)
06:35:50 	at org.apache.qpid.jms.JmsConnection.connect(JmsConnection.java:176)
06:35:50 	at org.apache.qpid.jms.JmsConnectionFactory.createConnection(JmsConnectionFactory.java:213)
06:35:50 	at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus$EventBusJMSConnectionBridge.start(JMSServiceEventBus.java:242)
06:35:50 	at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus.start(JMSServiceEventBus.java:113)
06:35:50 	... 32 common frames omitted
06:35:50 Caused by: org.apache.qpid.jms.provider.exceptions.ProviderIOException: events-broker: Name or service not known
06:35:50 	at org.apache.qpid.jms.provider.exceptions.ProviderExceptionSupport.createOrPassthroughFatal(ProviderExceptionSupport.java:46)
06:35:50 	at org.apache.qpid.jms.provider.amqp.AmqpProvider.connect(AmqpProvider.java:309)
06:35:50 	at org.apache.qpid.jms.JmsConnection.connect(JmsConnection.java:162)
06:35:50 	... 35 common frames omitted
06:35:50 Caused by: java.net.UnknownHostException: events-broker: Name or service not known
06:35:50 	at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
06:35:50 	at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:929)
06:35:50 	at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1515)
06:35:50 	at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:848)
06:35:50 	at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1505)
06:35:50 	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1364)
06:35:50 	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1298)
06:35:50 	at java.base/java.net.InetAddress.getByName(InetAddress.java:1248)
06:35:50 	at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:156)
06:35:50 	at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:153)
06:35:50 	at java.base/java.security.AccessController.doPrivileged(Native Method)
06:35:50 	at io.netty.util.internal.SocketUtils.addressByName(SocketUtils.java:153)
06:35:50 	at io.netty.resolver.DefaultNameResolver.doResolve(DefaultNameResolver.java:41)
06:35:50 	at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:61)
06:35:50 	at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:53)
06:35:50 	at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:55)
06:35:50 	at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:31)
06:35:50 	at io.netty.resolver.AbstractAddressResolver.resolve(AbstractAddressResolver.java:106)
06:35:50 	at io.netty.bootstrap.Bootstrap.doResolveAndConnect0(Bootstrap.java:220)
06:35:50 	at io.netty.bootstrap.Bootstrap.access$000(Bootstrap.java:46)
06:35:50 	at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:189)
06:35:50 	at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:175)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.setSuccess0(DefaultPromise.java:625)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:105)
06:35:50 	at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84)
06:35:50 	at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetSuccess(AbstractChannel.java:990)
06:35:50 	at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:516)
06:35:50 	at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429)
06:35:50 	at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486)
06:35:50 	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
06:35:50 	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
06:35:50 	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
06:35:50 	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:416)
06:35:50 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
06:35:50 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
06:35:50 	at java.base/java.lang.Thread.run(Thread.java:834)
06:35:50 10:35:50.070 [main] WARN  o.e.k.app.api.web.RestApiListener - Initialized, systemSettings:org.eclipse.kapua.commons.setting.system.SystemSetting@e20441a, moduleBundle: org.eclipse.kapua.commons.core.ServiceModuleBundle@7a8958be
06:35:50 10:35:50.070 [main] INFO  o.e.k.app.api.web.RestApiListener - Starting service modules...
06:35:50 10:35:50.070 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Starting up...
06:35:50 10:35:50.070 [main] INFO  o.e.k.c.core.ServiceModuleBundle - Startup Kapua Eventbus...
06:35:50 10:35:50.082 [main] ERROR org.apache.qpid.jms.JmsConnection - Failed to connect to remote at: amqp://events-broker:5672
06:35:50 10:35:50.085 [main] ERROR o.e.k.app.api.web.RestApiListener - Starting service modules... ERROR! Error: An internal error occurred: {0}.
06:35:50 org.eclipse.kapua.event.ServiceEventBusException: An internal error occurred: {0}.
06:35:50 	at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus.start(JMSServiceEventBus.java:115)
06:35:50 	at org.eclipse.kapua.commons.core.ServiceModuleBundle.startup(ServiceModuleBundle.java:39)
06:35:50 	at org.eclipse.kapua.app.api.web.RestApiListener.contextInitialized(RestApiListener.java:43)
06:35:50 	at org.eclipse.kapua.app.api.web.RestApiListenerTest.contextInitializedTest(RestApiListenerTest.java:40)
06:35:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:35:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:35:50 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:35:50 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:35:50 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
06:35:50 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
06:35:50 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
06:35:50 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
06:35:50 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
06:35:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:35:50 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
06:35:50 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
06:35:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
06:35:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
06:35:50 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:35:50 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:35:50 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:35:50 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:35:50 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:35:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:35:50 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:35:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:35:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:35:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:35:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:35:50 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:35:50 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:35:50 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:35:50 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:35:50 Caused by: javax.jms.JMSException: events-broker
06:35:50 	at org.apache.qpid.jms.provider.ProviderException.toJMSException(ProviderException.java:34)
06:35:50 	at org.apache.qpid.jms.exceptions.JmsExceptionSupport.create(JmsExceptionSupport.java:80)
06:35:50 	at org.apache.qpid.jms.exceptions.JmsExceptionSupport.create(JmsExceptionSupport.java:112)
06:35:50 	at org.apache.qpid.jms.JmsConnection.connect(JmsConnection.java:176)
06:35:50 	at org.apache.qpid.jms.JmsConnectionFactory.createConnection(JmsConnectionFactory.java:213)
06:35:50 	at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus$EventBusJMSConnectionBridge.start(JMSServiceEventBus.java:242)
06:35:50 	at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus.start(JMSServiceEventBus.java:113)
06:35:50 	... 32 common frames omitted
06:35:50 Caused by: org.apache.qpid.jms.provider.exceptions.ProviderIOException: events-broker
06:35:50 	at org.apache.qpid.jms.provider.exceptions.ProviderExceptionSupport.createOrPassthroughFatal(ProviderExceptionSupport.java:46)
06:35:50 	at org.apache.qpid.jms.provider.amqp.AmqpProvider.connect(AmqpProvider.java:309)
06:35:50 	at org.apache.qpid.jms.JmsConnection.connect(JmsConnection.java:162)
06:35:50 	... 35 common frames omitted
06:35:50 Caused by: java.net.UnknownHostException: events-broker
06:35:50 	at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:797)
06:35:50 	at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1505)
06:35:50 	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1364)
06:35:50 	at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1298)
06:35:50 	at java.base/java.net.InetAddress.getByName(InetAddress.java:1248)
06:35:50 	at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:156)
06:35:50 	at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:153)
06:35:50 	at java.base/java.security.AccessController.doPrivileged(Native Method)
06:35:50 	at io.netty.util.internal.SocketUtils.addressByName(SocketUtils.java:153)
06:35:50 	at io.netty.resolver.DefaultNameResolver.doResolve(DefaultNameResolver.java:41)
06:35:50 	at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:61)
06:35:50 	at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:53)
06:35:50 	at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:55)
06:35:50 	at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:31)
06:35:50 	at io.netty.resolver.AbstractAddressResolver.resolve(AbstractAddressResolver.java:106)
06:35:50 	at io.netty.bootstrap.Bootstrap.doResolveAndConnect0(Bootstrap.java:220)
06:35:50 	at io.netty.bootstrap.Bootstrap.access$000(Bootstrap.java:46)
06:35:50 	at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:189)
06:35:50 	at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:175)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.setSuccess0(DefaultPromise.java:625)
06:35:50 	at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:105)
06:35:50 	at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84)
06:35:50 	at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetSuccess(AbstractChannel.java:990)
06:35:50 	at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:516)
06:35:50 	at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429)
06:35:50 	at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486)
06:35:50 	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
06:35:50 	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
06:35:50 	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
06:35:50 	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:416)
06:35:50 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
06:35:50 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
06:35:50 	at java.base/java.lang.Thread.run(Thread.java:834)
06:35:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.527 s - in org.eclipse.kapua.app.api.web.RestApiListenerTest
06:35:50 [INFO] Running org.eclipse.kapua.app.api.web.JaxbContextResolverTest
06:35:52 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.026 s - in org.eclipse.kapua.app.api.web.JaxbContextResolverTest
06:35:52 [INFO] Running org.eclipse.kapua.app.api.web.ScopeIdParamConverterTest
06:35:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.kapua.app.api.web.ScopeIdParamConverterTest
06:35:52 [INFO] Running org.eclipse.kapua.app.api.web.RestApisApplicationTest
06:35:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.kapua.app.api.web.RestApisApplicationTest
06:35:52 [INFO] 
06:35:52 [INFO] Results:
06:35:52 [INFO] 
06:35:52 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
06:35:52 [INFO] 
06:35:52 [INFO] 
06:35:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api-web ---
06:35:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/rest-api/web/target/jacoco.exec
06:35:52 [INFO] Analyzed bundle 'kapua-rest-api-web' with 10 classes
06:35:52 [INFO] 
06:35:52 [INFO] --- war:3.3.2:war (default-war) @ kapua-rest-api-web ---
06:35:53 [INFO] Packaging webapp
06:35:53 [INFO] Assembling webapp [kapua-rest-api-web] in [/home/jenkins/agent/workspace/develop-test/rest-api/web/target/api]
06:35:53 [INFO] Processing war project
06:35:53 [INFO] Copying webapp webResources [/home/jenkins/agent/workspace/develop-test/rest-api/web] to [/home/jenkins/agent/workspace/develop-test/rest-api/web/target/api]
06:35:53 [INFO] Copying webapp resources [/home/jenkins/agent/workspace/develop-test/rest-api/web/src/main/webapp]
06:35:54 [INFO] Building war: /home/jenkins/agent/workspace/develop-test/rest-api/web/target/api.war
06:35:57 [INFO] 
06:35:57 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api-web ---
06:35:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/rest-api/web/target/api-sources.jar
06:35:57 [INFO] 
06:35:57 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api-web ---
06:35:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/rest-api/web/target/jacoco.exec
06:35:57 [INFO] Analyzed bundle 'kapua-rest-api-web' with 10 classes
06:35:57 [INFO] Analyzed bundle 'kapua-commons' with 242 classes
06:35:57 [INFO] Analyzed bundle 'kapua-account-api' with 6 classes
06:35:57 [INFO] Analyzed bundle 'kapua-service-api' with 79 classes
06:35:57 [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes
06:35:57 [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes
06:35:58 [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes
06:35:58 [INFO] Analyzed bundle 'kapua-user-api' with 6 classes
06:35:58 [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes
06:35:58 [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes
06:35:58 [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes
06:35:58 [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes
06:35:58 [INFO] Analyzed bundle 'kapua-message-api' with 8 classes
06:35:58 [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes
06:35:58 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-api' with 6 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes
06:35:58 [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes
06:35:58 [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes
06:35:58 [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes
06:35:58 [INFO] Analyzed bundle 'kapua-client-security' with 33 classes
06:35:58 [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes
06:35:58 [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes
06:35:58 [INFO] Analyzed bundle 'kapua-rest-api-core' with 26 classes
06:35:58 [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes
06:35:58 [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes
06:35:58 [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes
06:35:58 [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes
06:35:58 [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes
06:35:58 [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes
06:35:58 [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes
06:35:58 [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes
06:35:58 [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes
06:35:58 [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes
06:35:58 [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes
06:35:58 [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes
06:35:58 [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes
06:35:58 [INFO] Analyzed bundle 'kapua-job-api' with 21 classes
06:35:58 [INFO] Analyzed bundle 'kapua-endpoint-api' with 3 classes
06:35:58 [INFO] Analyzed bundle 'kapua-rest-api-resources' with 58 classes
06:35:58 [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-all-api' with 0 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes
06:35:58 [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes
06:35:58 [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes
06:35:58 [INFO] Analyzed bundle 'kapua-system-api' with 1 classes
06:35:58 [INFO] Analyzed bundle 'kapua-commons-rest-errors' with 38 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes
06:35:58 [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes
06:35:58 [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes
06:35:58 [INFO] Analyzed bundle 'kapua-endpoint-internal' with 11 classes
06:35:58 [INFO] Analyzed bundle 'kapua-job-internal' with 50 classes
06:35:58 [INFO] Analyzed bundle 'kapua-scheduler-quartz' with 40 classes
06:35:58 [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes
06:35:58 [INFO] Analyzed bundle 'kapua-commons-rest-filters' with 7 classes
06:35:58 [INFO] Analyzed bundle 'kapua-stream-internal' with 2 classes
06:35:58 [INFO] Analyzed bundle 'kapua-system-internal' with 4 classes
06:35:58 [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes
06:35:58 [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes
06:35:58 [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes
06:35:58 [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes
06:35:58 [INFO] Analyzed bundle 'kapua-foreignkeys' with 0 classes
06:35:59 [INFO] 
06:35:59 [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api-web ---
06:35:59 [INFO] Installing /home/jenkins/agent/workspace/develop-test/rest-api/web/target/api.war to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-rest-api-web/2.1.0-SNAPSHOT/kapua-rest-api-web-2.1.0-SNAPSHOT.war
06:35:59 [INFO] Installing /home/jenkins/agent/workspace/develop-test/rest-api/web/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-rest-api-web/2.1.0-SNAPSHOT/kapua-rest-api-web-2.1.0-SNAPSHOT.pom
06:35:59 [INFO] Installing /home/jenkins/agent/workspace/develop-test/rest-api/web/target/api-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-rest-api-web/2.1.0-SNAPSHOT/kapua-rest-api-web-2.1.0-SNAPSHOT-sources.jar
06:35:59 [INFO] 
06:35:59 [INFO] ------------< org.eclipse.kapua:kapua-qa-integration-steps >------------
06:35:59 [INFO] Building kapua-qa-integration-steps 2.1.0-SNAPSHOT             [161/229]
06:35:59 [INFO]   from qa/integration-steps/pom.xml
06:35:59 [INFO] --------------------------------[ jar ]---------------------------------
06:36:00 [INFO] 
06:36:00 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-integration-steps ---
06:36:00 [INFO] 
06:36:00 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-integration-steps ---
06:36:00 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:01 [INFO] 
06:36:01 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-integration-steps ---
06:36:01 [INFO] Required toolchain: jdk [ version='11' ]
06:36:01 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:01 [INFO] 
06:36:01 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-integration-steps ---
06:36:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/integration-steps
06:36:01 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918161090
06:36:01 [WARNING] Cannot get the branch information from the git repository: 
06:36:01 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:01 
06:36:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/integration-steps
06:36:01 [INFO] Storing buildScmBranch: UNKNOWN
06:36:01 [INFO] 
06:36:01 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-integration-steps ---
06:36:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/qa/integration-steps/target/jacoco.exec
06:36:01 [INFO] 
06:36:01 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-integration-steps ---
06:36:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/integration-steps/src/main/resources
06:36:01 [INFO] 
06:36:01 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-integration-steps ---
06:36:01 [INFO] Copying 1 resource
06:36:01 [INFO] 
06:36:01 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-integration-steps ---
06:36:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:01 [INFO] Changes detected - recompiling the module!
06:36:01 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-test/qa/integration-steps/target/classes
06:36:07 [INFO] 
06:36:07 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-integration-steps ---
06:36:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/integration-steps/src/test/resources
06:36:07 [INFO] 
06:36:07 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-integration-steps ---
06:36:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:07 [INFO] No sources to compile
06:36:07 [INFO] 
06:36:07 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-integration-steps ---
06:36:07 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:07 [INFO] No tests to run.
06:36:07 [INFO] 
06:36:07 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa-integration-steps ---
06:36:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:07 [INFO] 
06:36:07 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-qa-integration-steps ---
06:36:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/integration-steps/target/kapua-qa-integration-steps-2.1.0-SNAPSHOT.jar
06:36:07 [INFO] 
06:36:07 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa-integration-steps ---
06:36:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/integration-steps/target/kapua-qa-integration-steps-2.1.0-SNAPSHOT-sources.jar
06:36:07 [INFO] 
06:36:07 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa-integration-steps ---
06:36:07 [INFO] 
06:36:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-qa-integration-steps ---
06:36:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/qa/integration-steps/target/kapua-qa-integration-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-qa-integration-steps/2.1.0-SNAPSHOT/kapua-qa-integration-steps-2.1.0-SNAPSHOT.jar
06:36:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/qa/integration-steps/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-qa-integration-steps/2.1.0-SNAPSHOT/kapua-qa-integration-steps-2.1.0-SNAPSHOT.pom
06:36:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/qa/integration-steps/target/kapua-qa-integration-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-qa-integration-steps/2.1.0-SNAPSHOT/kapua-qa-integration-steps-2.1.0-SNAPSHOT-sources.jar
06:36:07 [INFO] 
06:36:07 [INFO] ------------< org.eclipse.kapua:kapua-security-test-steps >-------------
06:36:07 [INFO] Building kapua-security-test-steps 2.1.0-SNAPSHOT              [162/229]
06:36:07 [INFO]   from service/security/test-steps/pom.xml
06:36:07 [INFO] --------------------------------[ jar ]---------------------------------
06:36:07 [INFO] 
06:36:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-test-steps ---
06:36:07 [INFO] 
06:36:07 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-test-steps ---
06:36:07 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:07 [INFO] 
06:36:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-test-steps ---
06:36:07 [INFO] Required toolchain: jdk [ version='11' ]
06:36:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:07 [INFO] 
06:36:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-test-steps ---
06:36:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/test-steps
06:36:07 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918167850
06:36:07 [WARNING] Cannot get the branch information from the git repository: 
06:36:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:07 
06:36:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/test-steps
06:36:07 [INFO] Storing buildScmBranch: UNKNOWN
06:36:07 [INFO] 
06:36:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-test-steps ---
06:36:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/security/test-steps/target/jacoco.exec
06:36:07 [INFO] 
06:36:07 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-test-steps ---
06:36:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/test-steps/src/main/resources
06:36:07 [INFO] 
06:36:07 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-test-steps ---
06:36:07 [INFO] Copying 1 resource
06:36:07 [INFO] 
06:36:07 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-test-steps ---
06:36:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:07 [INFO] Changes detected - recompiling the module!
06:36:07 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/security/test-steps/target/classes
06:36:13 [INFO] 
06:36:13 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-test-steps ---
06:36:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/test-steps/src/test/resources
06:36:13 [INFO] 
06:36:13 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-test-steps ---
06:36:13 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:13 [INFO] No sources to compile
06:36:13 [INFO] 
06:36:13 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-test-steps ---
06:36:13 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:13 [INFO] No tests to run.
06:36:13 [INFO] 
06:36:13 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-test-steps ---
06:36:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:13 [INFO] 
06:36:13 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-test-steps ---
06:36:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/test-steps/target/kapua-security-test-steps-2.1.0-SNAPSHOT.jar
06:36:13 [INFO] 
06:36:13 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-test-steps ---
06:36:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/test-steps/target/kapua-security-test-steps-2.1.0-SNAPSHOT-sources.jar
06:36:13 [INFO] 
06:36:13 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-test-steps ---
06:36:13 [INFO] 
06:36:13 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-test-steps ---
06:36:13 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/test-steps/target/kapua-security-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-test-steps/2.1.0-SNAPSHOT/kapua-security-test-steps-2.1.0-SNAPSHOT.jar
06:36:13 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-test-steps/2.1.0-SNAPSHOT/kapua-security-test-steps-2.1.0-SNAPSHOT.pom
06:36:13 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/security/test-steps/target/kapua-security-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-security-test-steps/2.1.0-SNAPSHOT/kapua-security-test-steps-2.1.0-SNAPSHOT-sources.jar
06:36:13 [INFO] 
06:36:13 [INFO] -------< org.eclipse.kapua:kapua-device-management-job-internal >-------
06:36:13 [INFO] Building kapua-device-management-job-internal 2.1.0-SNAPSHOT   [163/229]
06:36:13 [INFO]   from service/device/management/job/internal/pom.xml
06:36:13 [INFO] --------------------------------[ jar ]---------------------------------
06:36:13 [INFO] 
06:36:13 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-job-internal ---
06:36:13 [INFO] 
06:36:13 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job-internal ---
06:36:13 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:14 [INFO] 
06:36:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job-internal ---
06:36:14 [INFO] Required toolchain: jdk [ version='11' ]
06:36:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:14 [INFO] 
06:36:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job-internal ---
06:36:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal
06:36:14 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918174079
06:36:14 [WARNING] Cannot get the branch information from the git repository: 
06:36:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:14 
06:36:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal
06:36:14 [INFO] Storing buildScmBranch: UNKNOWN
06:36:14 [INFO] 
06:36:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job-internal ---
06:36:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/job/internal/target/jacoco.exec
06:36:14 [INFO] 
06:36:14 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-job-internal ---
06:36:14 [INFO] Copying 6 resources
06:36:14 [INFO] 
06:36:14 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-job-internal ---
06:36:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:14 [INFO] Changes detected - recompiling the module!
06:36:14 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal/target/classes
06:36:19 [INFO] 
06:36:19 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-job-internal ---
06:36:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal/src/test/resources
06:36:19 [INFO] 
06:36:19 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-job-internal ---
06:36:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:19 [INFO] No sources to compile
06:36:19 [INFO] 
06:36:19 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-job-internal ---
06:36:19 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:19 [INFO] No tests to run.
06:36:19 [INFO] 
06:36:19 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-job-internal ---
06:36:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:19 [INFO] 
06:36:19 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-job-internal ---
06:36:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal/target/kapua-device-management-job-internal-2.1.0-SNAPSHOT.jar
06:36:19 [INFO] 
06:36:19 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-job-internal ---
06:36:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal/target/kapua-device-management-job-internal-2.1.0-SNAPSHOT-sources.jar
06:36:19 [INFO] 
06:36:19 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-job-internal ---
06:36:19 [INFO] 
06:36:19 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-job-internal ---
06:36:19 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal/target/kapua-device-management-job-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-job-internal/2.1.0-SNAPSHOT/kapua-device-management-job-internal-2.1.0-SNAPSHOT.jar
06:36:19 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-job-internal/2.1.0-SNAPSHOT/kapua-device-management-job-internal-2.1.0-SNAPSHOT.pom
06:36:19 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal/target/kapua-device-management-job-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-job-internal/2.1.0-SNAPSHOT/kapua-device-management-job-internal-2.1.0-SNAPSHOT-sources.jar
06:36:19 [INFO] 
06:36:19 [INFO] ------------< org.eclipse.kapua:kapua-endpoint-test-steps >-------------
06:36:19 [INFO] Building kapua-endpoint-test-steps 2.1.0-SNAPSHOT              [164/229]
06:36:19 [INFO]   from service/endpoint/test-steps/pom.xml
06:36:19 [INFO] --------------------------------[ jar ]---------------------------------
06:36:19 [INFO] 
06:36:19 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint-test-steps ---
06:36:19 [INFO] 
06:36:19 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-test-steps ---
06:36:19 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:19 [INFO] 
06:36:19 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-test-steps ---
06:36:19 [INFO] Required toolchain: jdk [ version='11' ]
06:36:19 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:19 [INFO] 
06:36:19 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-test-steps ---
06:36:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps
06:36:19 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918179651
06:36:19 [WARNING] Cannot get the branch information from the git repository: 
06:36:19 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:19 
06:36:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps
06:36:19 [INFO] Storing buildScmBranch: UNKNOWN
06:36:19 [INFO] 
06:36:19 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-test-steps ---
06:36:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/target/jacoco.exec
06:36:19 [INFO] 
06:36:19 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-test-steps ---
06:36:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/src/main/resources
06:36:19 [INFO] 
06:36:19 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-endpoint-test-steps ---
06:36:19 [INFO] Copying 1 resource
06:36:19 [INFO] 
06:36:19 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-test-steps ---
06:36:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:19 [INFO] Changes detected - recompiling the module!
06:36:19 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/target/classes
06:36:24 [INFO] 
06:36:24 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-endpoint-test-steps ---
06:36:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/src/test/resources
06:36:24 [INFO] 
06:36:24 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-endpoint-test-steps ---
06:36:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:24 [INFO] No sources to compile
06:36:24 [INFO] 
06:36:24 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-endpoint-test-steps ---
06:36:24 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:24 [INFO] No tests to run.
06:36:24 [INFO] 
06:36:24 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint-test-steps ---
06:36:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:24 [INFO] 
06:36:24 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-endpoint-test-steps ---
06:36:24 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/target/kapua-endpoint-test-steps-2.1.0-SNAPSHOT.jar
06:36:24 [INFO] 
06:36:24 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint-test-steps ---
06:36:24 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/target/kapua-endpoint-test-steps-2.1.0-SNAPSHOT-sources.jar
06:36:24 [INFO] 
06:36:24 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint-test-steps ---
06:36:24 [INFO] 
06:36:24 [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint-test-steps ---
06:36:24 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/target/kapua-endpoint-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-endpoint-test-steps/2.1.0-SNAPSHOT/kapua-endpoint-test-steps-2.1.0-SNAPSHOT.jar
06:36:24 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-endpoint-test-steps/2.1.0-SNAPSHOT/kapua-endpoint-test-steps-2.1.0-SNAPSHOT.pom
06:36:24 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/target/kapua-endpoint-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-endpoint-test-steps/2.1.0-SNAPSHOT/kapua-endpoint-test-steps-2.1.0-SNAPSHOT-sources.jar
06:36:24 [INFO] 
06:36:24 [INFO] --------< org.eclipse.kapua:kapua-device-management-bundle-job >--------
06:36:24 [INFO] Building kapua-device-management-bundle-job 2.1.0-SNAPSHOT     [165/229]
06:36:24 [INFO]   from service/device/management/bundle/job/pom.xml
06:36:24 [INFO] --------------------------------[ jar ]---------------------------------
06:36:24 [INFO] 
06:36:24 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle-job ---
06:36:24 [INFO] 
06:36:24 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-job ---
06:36:24 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:24 [INFO] 
06:36:24 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-job ---
06:36:24 [INFO] Required toolchain: jdk [ version='11' ]
06:36:24 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:24 [INFO] 
06:36:24 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-job ---
06:36:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job
06:36:24 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918184707
06:36:24 [WARNING] Cannot get the branch information from the git repository: 
06:36:24 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:24 
06:36:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job
06:36:24 [INFO] Storing buildScmBranch: UNKNOWN
06:36:24 [INFO] 
06:36:24 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-job ---
06:36:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job/target/jacoco.exec
06:36:24 [INFO] 
06:36:24 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-job ---
06:36:24 [INFO] Copying 8 resources
06:36:24 [INFO] 
06:36:24 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-job ---
06:36:24 [INFO] Copying 1 resource
06:36:24 [INFO] 
06:36:24 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-job ---
06:36:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:24 [INFO] Changes detected - recompiling the module!
06:36:24 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job/target/classes
06:36:27 [INFO] 
06:36:27 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-bundle-job ---
06:36:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job/src/test/resources
06:36:27 [INFO] 
06:36:27 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-bundle-job ---
06:36:27 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:27 [INFO] No sources to compile
06:36:27 [INFO] 
06:36:27 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-bundle-job ---
06:36:27 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:27 [INFO] No tests to run.
06:36:27 [INFO] 
06:36:27 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle-job ---
06:36:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:27 [INFO] 
06:36:27 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-bundle-job ---
06:36:27 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job/target/kapua-device-management-bundle-job-2.1.0-SNAPSHOT.jar
06:36:28 [INFO] 
06:36:28 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle-job ---
06:36:28 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job/target/kapua-device-management-bundle-job-2.1.0-SNAPSHOT-sources.jar
06:36:28 [INFO] 
06:36:28 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle-job ---
06:36:28 [INFO] 
06:36:28 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle-job ---
06:36:28 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job/target/kapua-device-management-bundle-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-bundle-job/2.1.0-SNAPSHOT/kapua-device-management-bundle-job-2.1.0-SNAPSHOT.jar
06:36:28 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-bundle-job/2.1.0-SNAPSHOT/kapua-device-management-bundle-job-2.1.0-SNAPSHOT.pom
06:36:28 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job/target/kapua-device-management-bundle-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-bundle-job/2.1.0-SNAPSHOT/kapua-device-management-bundle-job-2.1.0-SNAPSHOT-sources.jar
06:36:28 [INFO] 
06:36:28 [INFO] --------< org.eclipse.kapua:kapua-device-management-asset-job >---------
06:36:28 [INFO] Building kapua-device-management-asset-job 2.1.0-SNAPSHOT      [166/229]
06:36:28 [INFO]   from service/device/management/asset/job/pom.xml
06:36:28 [INFO] --------------------------------[ jar ]---------------------------------
06:36:28 [INFO] 
06:36:28 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-job ---
06:36:28 [INFO] 
06:36:28 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-job ---
06:36:28 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:28 [INFO] 
06:36:28 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-job ---
06:36:28 [INFO] Required toolchain: jdk [ version='11' ]
06:36:28 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:28 [INFO] 
06:36:28 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-job ---
06:36:28 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:28 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job
06:36:28 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918188149
06:36:28 [WARNING] Cannot get the branch information from the git repository: 
06:36:28 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:28 
06:36:28 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:28 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job
06:36:28 [INFO] Storing buildScmBranch: UNKNOWN
06:36:28 [INFO] 
06:36:28 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-job ---
06:36:28 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/asset/job/target/jacoco.exec
06:36:28 [INFO] 
06:36:28 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-job ---
06:36:28 [INFO] Copying 10 resources
06:36:28 [INFO] 
06:36:28 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-job ---
06:36:28 [INFO] Copying 1 resource
06:36:28 [INFO] 
06:36:28 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-job ---
06:36:28 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:28 [INFO] Changes detected - recompiling the module!
06:36:28 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job/target/classes
06:36:31 [INFO] 
06:36:31 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-job ---
06:36:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job/src/test/resources
06:36:31 [INFO] 
06:36:31 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-job ---
06:36:31 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:31 [INFO] No sources to compile
06:36:31 [INFO] 
06:36:31 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-job ---
06:36:31 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:31 [INFO] No tests to run.
06:36:31 [INFO] 
06:36:31 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-job ---
06:36:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:31 [INFO] 
06:36:31 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-job ---
06:36:31 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job/target/kapua-device-management-asset-job-2.1.0-SNAPSHOT.jar
06:36:31 [INFO] 
06:36:31 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-job ---
06:36:31 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job/target/kapua-device-management-asset-job-2.1.0-SNAPSHOT-sources.jar
06:36:31 [INFO] 
06:36:31 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-job ---
06:36:31 [INFO] 
06:36:31 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-job ---
06:36:31 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job/target/kapua-device-management-asset-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-job/2.1.0-SNAPSHOT/kapua-device-management-asset-job-2.1.0-SNAPSHOT.jar
06:36:31 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-job/2.1.0-SNAPSHOT/kapua-device-management-asset-job-2.1.0-SNAPSHOT.pom
06:36:31 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job/target/kapua-device-management-asset-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-asset-job/2.1.0-SNAPSHOT/kapua-device-management-asset-job-2.1.0-SNAPSHOT-sources.jar
06:36:31 [INFO] 
06:36:31 [INFO] -------< org.eclipse.kapua:kapua-device-management-packages-job >-------
06:36:31 [INFO] Building kapua-device-management-packages-job 2.1.0-SNAPSHOT   [167/229]
06:36:31 [INFO]   from service/device/management/packages/job/pom.xml
06:36:31 [INFO] --------------------------------[ jar ]---------------------------------
06:36:31 [INFO] 
06:36:31 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages-job ---
06:36:31 [INFO] 
06:36:31 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-job ---
06:36:31 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:31 [INFO] 
06:36:31 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-job ---
06:36:31 [INFO] Required toolchain: jdk [ version='11' ]
06:36:31 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:31 [INFO] 
06:36:31 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-job ---
06:36:31 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:31 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job
06:36:31 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918191567
06:36:31 [WARNING] Cannot get the branch information from the git repository: 
06:36:31 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:31 
06:36:31 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:31 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job
06:36:31 [INFO] Storing buildScmBranch: UNKNOWN
06:36:31 [INFO] 
06:36:31 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-job ---
06:36:31 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/packages/job/target/jacoco.exec
06:36:31 [INFO] 
06:36:31 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-job ---
06:36:31 [INFO] Copying 11 resources
06:36:31 [INFO] 
06:36:31 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-job ---
06:36:31 [INFO] Copying 1 resource
06:36:31 [INFO] 
06:36:31 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-job ---
06:36:31 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:31 [INFO] Changes detected - recompiling the module!
06:36:31 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job/target/classes
06:36:35 [INFO] 
06:36:35 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-packages-job ---
06:36:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job/src/test/resources
06:36:35 [INFO] 
06:36:35 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-packages-job ---
06:36:35 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:35 [INFO] No sources to compile
06:36:35 [INFO] 
06:36:35 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-packages-job ---
06:36:35 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:35 [INFO] No tests to run.
06:36:35 [INFO] 
06:36:35 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages-job ---
06:36:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:35 [INFO] 
06:36:35 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-packages-job ---
06:36:35 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job/target/kapua-device-management-packages-job-2.1.0-SNAPSHOT.jar
06:36:35 [INFO] 
06:36:35 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages-job ---
06:36:35 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job/target/kapua-device-management-packages-job-2.1.0-SNAPSHOT-sources.jar
06:36:35 [INFO] 
06:36:35 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages-job ---
06:36:35 [INFO] 
06:36:35 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages-job ---
06:36:35 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job/target/kapua-device-management-packages-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-packages-job/2.1.0-SNAPSHOT/kapua-device-management-packages-job-2.1.0-SNAPSHOT.jar
06:36:35 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-packages-job/2.1.0-SNAPSHOT/kapua-device-management-packages-job-2.1.0-SNAPSHOT.pom
06:36:35 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job/target/kapua-device-management-packages-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-packages-job/2.1.0-SNAPSHOT/kapua-device-management-packages-job-2.1.0-SNAPSHOT-sources.jar
06:36:35 [INFO] 
06:36:35 [INFO] -------< org.eclipse.kapua:kapua-device-management-command-job >--------
06:36:35 [INFO] Building kapua-device-management-command-job 2.1.0-SNAPSHOT    [168/229]
06:36:35 [INFO]   from service/device/management/command/job/pom.xml
06:36:35 [INFO] --------------------------------[ jar ]---------------------------------
06:36:35 [INFO] 
06:36:35 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command-job ---
06:36:35 [INFO] 
06:36:35 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-job ---
06:36:35 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:35 [INFO] 
06:36:35 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-job ---
06:36:35 [INFO] Required toolchain: jdk [ version='11' ]
06:36:35 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:35 [INFO] 
06:36:35 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-job ---
06:36:35 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:35 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/job
06:36:35 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918195721
06:36:35 [WARNING] Cannot get the branch information from the git repository: 
06:36:35 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:35 
06:36:35 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:35 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/job
06:36:35 [INFO] Storing buildScmBranch: UNKNOWN
06:36:35 [INFO] 
06:36:35 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-job ---
06:36:35 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/command/job/target/jacoco.exec
06:36:35 [INFO] 
06:36:35 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-job ---
06:36:35 [INFO] Copying 10 resources
06:36:35 [INFO] 
06:36:35 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-job ---
06:36:35 [INFO] Copying 1 resource
06:36:35 [INFO] 
06:36:35 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-job ---
06:36:35 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:35 [INFO] Changes detected - recompiling the module!
06:36:35 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/command/job/target/classes
06:36:38 [INFO] 
06:36:38 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-command-job ---
06:36:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/command/job/src/test/resources
06:36:38 [INFO] 
06:36:38 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-command-job ---
06:36:38 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:38 [INFO] No sources to compile
06:36:38 [INFO] 
06:36:38 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-command-job ---
06:36:38 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:38 [INFO] No tests to run.
06:36:38 [INFO] 
06:36:38 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command-job ---
06:36:38 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:38 [INFO] 
06:36:38 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-command-job ---
06:36:38 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/command/job/target/kapua-device-management-command-job-2.1.0-SNAPSHOT.jar
06:36:38 [INFO] 
06:36:38 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command-job ---
06:36:38 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/command/job/target/kapua-device-management-command-job-2.1.0-SNAPSHOT-sources.jar
06:36:38 [INFO] 
06:36:38 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command-job ---
06:36:38 [INFO] 
06:36:38 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command-job ---
06:36:38 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/command/job/target/kapua-device-management-command-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-command-job/2.1.0-SNAPSHOT/kapua-device-management-command-job-2.1.0-SNAPSHOT.jar
06:36:38 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/command/job/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-command-job/2.1.0-SNAPSHOT/kapua-device-management-command-job-2.1.0-SNAPSHOT.pom
06:36:38 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/command/job/target/kapua-device-management-command-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-command-job/2.1.0-SNAPSHOT/kapua-device-management-command-job-2.1.0-SNAPSHOT-sources.jar
06:36:38 [INFO] 
06:36:38 [INFO] ----< org.eclipse.kapua:kapua-device-management-configuration-job >-----
06:36:38 [INFO] Building kapua-device-management-configuration-job 2.1.0-SNAPSHOT [169/229]
06:36:38 [INFO]   from service/device/management/configuration/job/pom.xml
06:36:38 [INFO] --------------------------------[ jar ]---------------------------------
06:36:38 [INFO] 
06:36:38 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-job ---
06:36:38 [INFO] 
06:36:38 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-job ---
06:36:38 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:39 [INFO] 
06:36:39 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-job ---
06:36:39 [INFO] Required toolchain: jdk [ version='11' ]
06:36:39 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:39 [INFO] 
06:36:39 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-job ---
06:36:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job
06:36:39 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918199071
06:36:39 [WARNING] Cannot get the branch information from the git repository: 
06:36:39 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:39 
06:36:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job
06:36:39 [INFO] Storing buildScmBranch: UNKNOWN
06:36:39 [INFO] 
06:36:39 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-job ---
06:36:39 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job/target/jacoco.exec
06:36:39 [INFO] 
06:36:39 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-job ---
06:36:39 [INFO] Copying 10 resources
06:36:39 [INFO] 
06:36:39 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-job ---
06:36:39 [INFO] Copying 1 resource
06:36:39 [INFO] 
06:36:39 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-job ---
06:36:39 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:39 [INFO] Changes detected - recompiling the module!
06:36:39 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job/target/classes
06:36:42 [INFO] 
06:36:42 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-job ---
06:36:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job/src/test/resources
06:36:42 [INFO] 
06:36:42 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-job ---
06:36:42 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:42 [INFO] No sources to compile
06:36:42 [INFO] 
06:36:42 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-job ---
06:36:42 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:42 [INFO] No tests to run.
06:36:42 [INFO] 
06:36:42 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-job ---
06:36:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:42 [INFO] 
06:36:42 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-job ---
06:36:42 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job/target/kapua-device-management-configuration-job-2.1.0-SNAPSHOT.jar
06:36:42 [INFO] 
06:36:42 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-job ---
06:36:42 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job/target/kapua-device-management-configuration-job-2.1.0-SNAPSHOT-sources.jar
06:36:42 [INFO] 
06:36:42 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-job ---
06:36:42 [INFO] 
06:36:42 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-job ---
06:36:42 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job/target/kapua-device-management-configuration-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-job/2.1.0-SNAPSHOT/kapua-device-management-configuration-job-2.1.0-SNAPSHOT.jar
06:36:42 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-job/2.1.0-SNAPSHOT/kapua-device-management-configuration-job-2.1.0-SNAPSHOT.pom
06:36:42 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job/target/kapua-device-management-configuration-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-configuration-job/2.1.0-SNAPSHOT/kapua-device-management-configuration-job-2.1.0-SNAPSHOT-sources.jar
06:36:42 [INFO] 
06:36:42 [INFO] -------< org.eclipse.kapua:kapua-device-management-keystore-job >-------
06:36:42 [INFO] Building kapua-device-management-keystore-job 2.1.0-SNAPSHOT   [170/229]
06:36:42 [INFO]   from service/device/management/keystore/job/pom.xml
06:36:42 [INFO] --------------------------------[ jar ]---------------------------------
06:36:42 [INFO] 
06:36:42 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore-job ---
06:36:42 [INFO] 
06:36:42 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-job ---
06:36:42 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:42 [INFO] 
06:36:42 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-job ---
06:36:42 [INFO] Required toolchain: jdk [ version='11' ]
06:36:42 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:42 [INFO] 
06:36:42 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-job ---
06:36:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job
06:36:42 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918202306
06:36:42 [WARNING] Cannot get the branch information from the git repository: 
06:36:42 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:42 
06:36:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job
06:36:42 [INFO] Storing buildScmBranch: UNKNOWN
06:36:42 [INFO] 
06:36:42 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-job ---
06:36:42 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job/target/jacoco.exec
06:36:42 [INFO] 
06:36:42 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-job ---
06:36:42 [INFO] Copying 3 resources
06:36:42 [INFO] 
06:36:42 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-job ---
06:36:42 [INFO] Copying 1 resource
06:36:42 [INFO] 
06:36:42 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-job ---
06:36:42 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:42 [INFO] Changes detected - recompiling the module!
06:36:42 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job/target/classes
06:36:45 [INFO] 
06:36:45 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-keystore-job ---
06:36:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job/src/test/resources
06:36:45 [INFO] 
06:36:45 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-keystore-job ---
06:36:45 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:45 [INFO] No sources to compile
06:36:45 [INFO] 
06:36:45 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-keystore-job ---
06:36:45 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:45 [INFO] No tests to run.
06:36:45 [INFO] 
06:36:45 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore-job ---
06:36:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:45 [INFO] 
06:36:45 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-keystore-job ---
06:36:45 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job/target/kapua-device-management-keystore-job-2.1.0-SNAPSHOT.jar
06:36:45 [INFO] 
06:36:45 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore-job ---
06:36:45 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job/target/kapua-device-management-keystore-job-2.1.0-SNAPSHOT-sources.jar
06:36:45 [INFO] 
06:36:45 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore-job ---
06:36:45 [INFO] 
06:36:45 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore-job ---
06:36:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job/target/kapua-device-management-keystore-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-keystore-job/2.1.0-SNAPSHOT/kapua-device-management-keystore-job-2.1.0-SNAPSHOT.jar
06:36:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-keystore-job/2.1.0-SNAPSHOT/kapua-device-management-keystore-job-2.1.0-SNAPSHOT.pom
06:36:45 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job/target/kapua-device-management-keystore-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-device-management-keystore-job/2.1.0-SNAPSHOT/kapua-device-management-keystore-job-2.1.0-SNAPSHOT-sources.jar
06:36:45 [INFO] 
06:36:45 [INFO] ------------< org.eclipse.kapua:kapua-scheduler-test-steps >------------
06:36:45 [INFO] Building kapua-scheduler-test-steps 2.1.0-SNAPSHOT             [171/229]
06:36:45 [INFO]   from service/scheduler/test-steps/pom.xml
06:36:45 [INFO] --------------------------------[ jar ]---------------------------------
06:36:46 [INFO] 
06:36:46 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler-test-steps ---
06:36:46 [INFO] 
06:36:46 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-test-steps ---
06:36:46 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:46 [INFO] 
06:36:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-test-steps ---
06:36:46 [INFO] Required toolchain: jdk [ version='11' ]
06:36:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:46 [INFO] 
06:36:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-test-steps ---
06:36:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps
06:36:46 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918206299
06:36:46 [WARNING] Cannot get the branch information from the git repository: 
06:36:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:46 
06:36:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps
06:36:46 [INFO] Storing buildScmBranch: UNKNOWN
06:36:46 [INFO] 
06:36:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-test-steps ---
06:36:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/target/jacoco.exec
06:36:46 [INFO] 
06:36:46 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-test-steps ---
06:36:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/src/main/resources
06:36:46 [INFO] 
06:36:46 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-test-steps ---
06:36:46 [INFO] Copying 1 resource
06:36:46 [INFO] 
06:36:46 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-test-steps ---
06:36:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:46 [INFO] Changes detected - recompiling the module!
06:36:46 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/target/classes
06:36:50 [INFO] 
06:36:50 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-scheduler-test-steps ---
06:36:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/src/test/resources
06:36:50 [INFO] 
06:36:50 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-scheduler-test-steps ---
06:36:50 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:50 [INFO] No sources to compile
06:36:50 [INFO] 
06:36:50 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-scheduler-test-steps ---
06:36:50 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:50 [INFO] No tests to run.
06:36:50 [INFO] 
06:36:50 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler-test-steps ---
06:36:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:50 [INFO] 
06:36:50 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-scheduler-test-steps ---
06:36:50 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/target/kapua-scheduler-test-steps-2.1.0-SNAPSHOT.jar
06:36:50 [INFO] 
06:36:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler-test-steps ---
06:36:50 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/target/kapua-scheduler-test-steps-2.1.0-SNAPSHOT-sources.jar
06:36:50 [INFO] 
06:36:50 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler-test-steps ---
06:36:50 [INFO] 
06:36:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler-test-steps ---
06:36:50 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/target/kapua-scheduler-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-scheduler-test-steps/2.1.0-SNAPSHOT/kapua-scheduler-test-steps-2.1.0-SNAPSHOT.jar
06:36:50 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-scheduler-test-steps/2.1.0-SNAPSHOT/kapua-scheduler-test-steps-2.1.0-SNAPSHOT.pom
06:36:50 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/target/kapua-scheduler-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-scheduler-test-steps/2.1.0-SNAPSHOT/kapua-scheduler-test-steps-2.1.0-SNAPSHOT-sources.jar
06:36:50 [INFO] 
06:36:50 [INFO] ------------< org.eclipse.kapua:kapua-datastore-test-steps >------------
06:36:50 [INFO] Building kapua-datastore-test-steps 2.1.0-SNAPSHOT             [172/229]
06:36:50 [INFO]   from service/datastore/test-steps/pom.xml
06:36:50 [INFO] --------------------------------[ jar ]---------------------------------
06:36:50 [INFO] 
06:36:50 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore-test-steps ---
06:36:50 [INFO] 
06:36:50 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-test-steps ---
06:36:50 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:51 [INFO] 
06:36:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-test-steps ---
06:36:51 [INFO] Required toolchain: jdk [ version='11' ]
06:36:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:51 [INFO] 
06:36:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-test-steps ---
06:36:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps
06:36:51 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918211599
06:36:51 [WARNING] Cannot get the branch information from the git repository: 
06:36:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:51 
06:36:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps
06:36:51 [INFO] Storing buildScmBranch: UNKNOWN
06:36:51 [INFO] 
06:36:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-test-steps ---
06:36:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/target/jacoco.exec
06:36:51 [INFO] 
06:36:51 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-test-steps ---
06:36:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/src/main/resources
06:36:51 [INFO] 
06:36:51 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-test-steps ---
06:36:51 [INFO] Copying 1 resource
06:36:51 [INFO] 
06:36:51 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-test-steps ---
06:36:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:51 [INFO] Changes detected - recompiling the module!
06:36:51 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/target/classes
06:36:57 [INFO] 
06:36:57 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-datastore-test-steps ---
06:36:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/src/test/resources
06:36:57 [INFO] 
06:36:57 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-datastore-test-steps ---
06:36:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:57 [INFO] No sources to compile
06:36:57 [INFO] 
06:36:57 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-datastore-test-steps ---
06:36:57 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:57 [INFO] No tests to run.
06:36:57 [INFO] 
06:36:57 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore-test-steps ---
06:36:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:36:57 [INFO] 
06:36:57 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-datastore-test-steps ---
06:36:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/target/kapua-datastore-test-steps-2.1.0-SNAPSHOT.jar
06:36:57 [INFO] 
06:36:57 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore-test-steps ---
06:36:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/target/kapua-datastore-test-steps-2.1.0-SNAPSHOT-sources.jar
06:36:57 [INFO] 
06:36:57 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore-test-steps ---
06:36:57 [INFO] 
06:36:57 [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore-test-steps ---
06:36:57 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/target/kapua-datastore-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-datastore-test-steps/2.1.0-SNAPSHOT/kapua-datastore-test-steps-2.1.0-SNAPSHOT.jar
06:36:57 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-datastore-test-steps/2.1.0-SNAPSHOT/kapua-datastore-test-steps-2.1.0-SNAPSHOT.pom
06:36:57 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/target/kapua-datastore-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-datastore-test-steps/2.1.0-SNAPSHOT/kapua-datastore-test-steps-2.1.0-SNAPSHOT-sources.jar
06:36:57 [INFO] 
06:36:57 [INFO] ---------------< org.eclipse.kapua:kapua-service-camel >----------------
06:36:57 [INFO] Building kapua-service-camel 2.1.0-SNAPSHOT                    [173/229]
06:36:57 [INFO]   from service/camel/pom.xml
06:36:57 [INFO] --------------------------------[ jar ]---------------------------------
06:36:57 [INFO] 
06:36:57 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-camel ---
06:36:57 [INFO] 
06:36:57 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-camel ---
06:36:57 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:36:57 [INFO] 
06:36:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-camel ---
06:36:57 [INFO] Required toolchain: jdk [ version='11' ]
06:36:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:57 [INFO] 
06:36:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-camel ---
06:36:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/camel' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/camel
06:36:57 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918217688
06:36:57 [WARNING] Cannot get the branch information from the git repository: 
06:36:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:36:57 
06:36:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/camel' && 'git' 'rev-parse' '--verify' 'HEAD'
06:36:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/camel
06:36:57 [INFO] Storing buildScmBranch: UNKNOWN
06:36:57 [INFO] 
06:36:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-camel ---
06:36:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/camel/target/jacoco.exec
06:36:57 [INFO] 
06:36:57 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-camel ---
06:36:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/camel/src/main/resources
06:36:57 [INFO] 
06:36:57 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-camel ---
06:36:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:36:57 [INFO] Changes detected - recompiling the module!
06:36:57 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-test/service/camel/target/classes
06:37:02 [INFO] 
06:37:02 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-camel ---
06:37:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/camel/src/test/resources
06:37:02 [INFO] 
06:37:02 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-camel ---
06:37:02 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:02 [INFO] No sources to compile
06:37:02 [INFO] 
06:37:02 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-camel ---
06:37:02 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:02 [INFO] No tests to run.
06:37:02 [INFO] 
06:37:02 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-camel ---
06:37:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:37:02 [INFO] 
06:37:02 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-camel ---
06:37:02 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/camel/target/kapua-service-camel-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] 
06:37:02 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-camel ---
06:37:02 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/camel/target/kapua-service-camel-2.1.0-SNAPSHOT-sources.jar
06:37:02 [INFO] 
06:37:02 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-service-camel ---
06:37:02 [INFO] Copying kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-service-client-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/javax.json-1.0.4.jar
06:37:02 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/httpclient-4.5.13.jar
06:37:02 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/httpcore-4.4.15.jar
06:37:02 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-logging-1.2.jar
06:37:02 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jose4j-0.7.10.jar
06:37:02 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/googleauth-1.5.0.jar
06:37:02 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-codec-1.15.jar
06:37:02 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/shiro-core-1.12.0.jar
06:37:02 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/shiro-lang-1.12.0.jar
06:37:02 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/shiro-cache-1.12.0.jar
06:37:02 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/shiro-config-core-1.12.0.jar
06:37:02 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/shiro-config-ogdl-1.12.0.jar
06:37:02 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-beanutils-1.9.4.jar
06:37:02 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-collections-3.2.2.jar
06:37:02 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/shiro-event-1.12.0.jar
06:37:02 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-security-core-5.7.5.jar
06:37:02 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-security-crypto-5.7.5.jar
06:37:02 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
06:37:02 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/protobuf-java-3.23.2.jar
06:37:02 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/guava-32.1.2-jre.jar
06:37:02 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/failureaccess-1.0.1.jar
06:37:02 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
06:37:02 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-pool2-2.3.jar
06:37:02 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/qpid-jms-client-1.7.0.jar
06:37:02 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jakarta.jms-api-2.0.3.jar
06:37:02 [INFO] Copying proton-j-0.34.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/proton-j-0.34.0.jar
06:37:02 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-buffer-4.1.100.Final.jar
06:37:02 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-common-4.1.100.Final.jar
06:37:02 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-handler-4.1.100.Final.jar
06:37:02 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-resolver-4.1.100.Final.jar
06:37:02 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
06:37:02 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-codec-4.1.100.Final.jar
06:37:02 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-transport-4.1.100.Final.jar
06:37:02 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
06:37:02 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
06:37:02 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
06:37:02 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
06:37:02 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/netty-codec-http-4.1.100.Final.jar
06:37:02 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/junit-4.13.2.jar
06:37:02 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/hamcrest-core-2.2.jar
06:37:02 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/hamcrest-2.2.jar
06:37:02 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/javax.batch-api-1.0.1.jar
06:37:02 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/mapstruct-1.5.5.Final.jar
06:37:02 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/javase-3.4.1.jar
06:37:02 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/core-3.4.1.jar
06:37:02 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jcommander-1.78.jar
06:37:02 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jai-imageio-core-1.4.0.jar
06:37:02 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/guice-5.1.0.jar
06:37:02 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/javax.inject-1.jar
06:37:02 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/aopalliance-1.0.jar
06:37:02 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/guice-multibindings-4.2.3.jar
06:37:02 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-configuration-1.9.jar
06:37:02 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-lang-2.6.jar
06:37:02 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-io-2.11.0.jar
06:37:02 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/metrics-core-3.2.2.jar
06:37:02 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/joda-time-2.9.4.jar
06:37:02 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-lang3-3.4.jar
06:37:02 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
06:37:02 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jakarta.persistence-2.2.3.jar
06:37:02 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
06:37:02 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
06:37:02 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
06:37:02 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/org.eclipse.persistence.core-2.7.12.jar
06:37:02 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
06:37:02 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
06:37:02 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/liquibase-core-3.6.3.jar
06:37:02 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/snakeyaml-2.2.jar
06:37:02 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/reflections-0.10.2.jar
06:37:02 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/javassist-3.26.0-GA.jar
06:37:02 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jsr305-3.0.2.jar
06:37:02 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/checker-qual-3.15.0.jar
06:37:02 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
06:37:02 [INFO] Copying jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jboss-logging-3.4.2.Final.jar
06:37:02 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jaxb-api-2.3.1.jar
06:37:02 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/javax.activation-api-1.2.0.jar
06:37:02 [INFO] Copying jaxb-runtime-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jaxb-runtime-2.3.1.jar
06:37:02 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/txw2-2.3.1.jar
06:37:02 [INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/istack-commons-runtime-3.0.7.jar
06:37:02 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/stax-ex-1.8.jar
06:37:02 [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/FastInfoset-1.2.15.jar
06:37:02 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/cache-api-1.1.1.jar
06:37:02 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/HikariCP-4.0.3.jar
06:37:02 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jakarta.xml.bind-api-2.3.3.jar
06:37:02 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jakarta.activation-api-1.2.2.jar
06:37:02 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jaxb-impl-2.3.3.jar
06:37:02 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jakarta.activation-1.2.2.jar
06:37:02 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jackson-databind-2.15.2.jar
06:37:02 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jackson-annotations-2.15.2.jar
06:37:02 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jackson-core-2.15.2.jar
06:37:02 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/javax.annotation-api-1.2.jar
06:37:02 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/validation-api-2.0.1.Final.jar
06:37:02 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Copying camel-core-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-core-3.21.0.jar
06:37:02 [INFO] Copying camel-core-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-core-engine-3.21.0.jar
06:37:02 [INFO] Copying camel-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-api-3.21.0.jar
06:37:02 [INFO] Copying camel-base-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-base-engine-3.21.0.jar
06:37:02 [INFO] Copying camel-base-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-base-3.21.0.jar
06:37:02 [INFO] Copying camel-core-reifier-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-core-reifier-3.21.0.jar
06:37:02 [INFO] Copying camel-core-processor-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-core-processor-3.21.0.jar
06:37:02 [INFO] Copying camel-management-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-management-api-3.21.0.jar
06:37:02 [INFO] Copying camel-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-util-3.21.0.jar
06:37:02 [INFO] Copying camel-core-languages-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-core-languages-3.21.0.jar
06:37:02 [INFO] Copying camel-core-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-core-model-3.21.0.jar
06:37:02 [INFO] Copying camel-bean-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-bean-3.21.0.jar
06:37:02 [INFO] Copying camel-browse-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-browse-3.21.0.jar
06:37:02 [INFO] Copying camel-cluster-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-cluster-3.21.0.jar
06:37:02 [INFO] Copying camel-controlbus-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-controlbus-3.21.0.jar
06:37:02 [INFO] Copying camel-dataformat-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-dataformat-3.21.0.jar
06:37:02 [INFO] Copying camel-dataset-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-dataset-3.21.0.jar
06:37:02 [INFO] Copying camel-direct-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-direct-3.21.0.jar
06:37:02 [INFO] Copying camel-directvm-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-directvm-3.21.0.jar
06:37:02 [INFO] Copying camel-file-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-file-3.21.0.jar
06:37:02 [INFO] Copying camel-health-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-health-3.21.0.jar
06:37:02 [INFO] Copying camel-language-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-language-3.21.0.jar
06:37:02 [INFO] Copying camel-log-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-log-3.21.0.jar
06:37:02 [INFO] Copying camel-mock-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-mock-3.21.0.jar
06:37:02 [INFO] Copying camel-ref-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-ref-3.21.0.jar
06:37:02 [INFO] Copying camel-rest-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-rest-3.21.0.jar
06:37:02 [INFO] Copying camel-tooling-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-tooling-model-3.21.0.jar
06:37:02 [INFO] Copying camel-saga-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-saga-3.21.0.jar
06:37:02 [INFO] Copying camel-scheduler-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-scheduler-3.21.0.jar
06:37:02 [INFO] Copying camel-seda-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-seda-3.21.0.jar
06:37:02 [INFO] Copying camel-stub-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-stub-3.21.0.jar
06:37:02 [INFO] Copying camel-timer-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-timer-3.21.0.jar
06:37:02 [INFO] Copying camel-validator-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-validator-3.21.0.jar
06:37:02 [INFO] Copying camel-vm-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-vm-3.21.0.jar
06:37:02 [INFO] Copying camel-xpath-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-xpath-3.21.0.jar
06:37:02 [INFO] Copying camel-xslt-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-xslt-3.21.0.jar
06:37:02 [INFO] Copying camel-xml-jaxb-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-xml-jaxb-3.21.0.jar
06:37:02 [INFO] Copying jaxb-core-2.3.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jaxb-core-2.3.0.1.jar
06:37:02 [INFO] Copying camel-xml-jaxp-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-xml-jaxp-3.21.0.jar
06:37:02 [INFO] Copying camel-xml-io-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-xml-io-util-3.21.0.jar
06:37:02 [INFO] Copying camel-jms-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-jms-3.21.0.jar
06:37:02 [INFO] Copying camel-support-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-support-3.21.0.jar
06:37:02 [INFO] Copying camel-util-json-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-util-json-3.21.0.jar
06:37:02 [INFO] Copying camel-spring-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/camel-spring-3.21.0.jar
06:37:02 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-core-5.3.23.jar
06:37:02 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-jcl-5.3.23.jar
06:37:02 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-aop-5.3.23.jar
06:37:02 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-expression-5.3.23.jar
06:37:02 [INFO] Copying spring-jms-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-jms-5.3.23.jar
06:37:02 [INFO] Copying spring-messaging-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-messaging-5.3.23.jar
06:37:02 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-context-5.3.23.jar
06:37:02 [INFO] Copying spring-tx-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-tx-5.3.23.jar
06:37:02 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/spring-beans-5.3.23.jar
06:37:02 [INFO] Copying geronimo-jms_2.0_spec-1.0-alpha-2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/geronimo-jms_2.0_spec-1.0-alpha-2.jar
06:37:02 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/slf4j-api-1.7.33.jar
06:37:02 [INFO] 
06:37:02 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-camel ---
06:37:02 [INFO] 
06:37:02 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-camel ---
06:37:02 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/camel/target/kapua-service-camel-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-camel/2.1.0-SNAPSHOT/kapua-service-camel-2.1.0-SNAPSHOT.jar
06:37:02 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/camel/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-camel/2.1.0-SNAPSHOT/kapua-service-camel-2.1.0-SNAPSHOT.pom
06:37:02 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/camel/target/kapua-service-camel-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-camel/2.1.0-SNAPSHOT/kapua-service-camel-2.1.0-SNAPSHOT-sources.jar
06:37:02 [INFO] 
06:37:02 [INFO] ------------------< org.eclipse.kapua:kapua-consumer >------------------
06:37:02 [INFO] Building kapua-consumer 2.1.0-SNAPSHOT                         [174/229]
06:37:02 [INFO]   from consumer/pom.xml
06:37:02 [INFO] --------------------------------[ pom ]---------------------------------
06:37:02 [INFO] 
06:37:02 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer ---
06:37:02 [INFO] 
06:37:02 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer ---
06:37:02 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:37:02 [INFO] 
06:37:02 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer ---
06:37:02 [INFO] Required toolchain: jdk [ version='11' ]
06:37:02 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:02 [INFO] 
06:37:02 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer ---
06:37:02 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer' && 'git' 'rev-parse' '--verify' 'HEAD'
06:37:02 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer
06:37:02 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918222667
06:37:02 [WARNING] Cannot get the branch information from the git repository: 
06:37:02 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:37:02 
06:37:02 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer' && 'git' 'rev-parse' '--verify' 'HEAD'
06:37:02 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer
06:37:02 [INFO] Storing buildScmBranch: UNKNOWN
06:37:02 [INFO] 
06:37:02 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer ---
06:37:02 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/consumer/target/jacoco.exec
06:37:02 [INFO] 
06:37:02 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer ---
06:37:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:37:02 [INFO] 
06:37:02 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer ---
06:37:02 [INFO] 
06:37:02 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer ---
06:37:02 [INFO] 
06:37:02 [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer ---
06:37:02 [INFO] Installing /home/jenkins/agent/workspace/develop-test/consumer/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-consumer/2.1.0-SNAPSHOT/kapua-consumer-2.1.0-SNAPSHOT.pom
06:37:02 [INFO] 
06:37:02 [INFO] -------------< org.eclipse.kapua:kapua-consumer-lifecycle >-------------
06:37:02 [INFO] Building kapua-consumer-lifecycle 2.1.0-SNAPSHOT               [175/229]
06:37:02 [INFO]   from consumer/lifecycle/pom.xml
06:37:02 [INFO] --------------------------------[ jar ]---------------------------------
06:37:03 [INFO] 
06:37:03 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer-lifecycle ---
06:37:03 [INFO] 
06:37:03 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-lifecycle ---
06:37:03 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:37:03 [INFO] 
06:37:03 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-lifecycle ---
06:37:03 [INFO] Required toolchain: jdk [ version='11' ]
06:37:03 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:03 [INFO] 
06:37:03 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-lifecycle ---
06:37:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer/lifecycle' && 'git' 'rev-parse' '--verify' 'HEAD'
06:37:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer/lifecycle
06:37:03 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918223085
06:37:03 [WARNING] Cannot get the branch information from the git repository: 
06:37:03 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:37:03 
06:37:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer/lifecycle' && 'git' 'rev-parse' '--verify' 'HEAD'
06:37:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer/lifecycle
06:37:03 [INFO] Storing buildScmBranch: UNKNOWN
06:37:03 [INFO] 
06:37:03 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-lifecycle ---
06:37:03 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/jacoco.exec
06:37:03 [INFO] 
06:37:03 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-lifecycle ---
06:37:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/src/main/resources
06:37:03 [INFO] 
06:37:03 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-lifecycle ---
06:37:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:03 [INFO] Changes detected - recompiling the module!
06:37:03 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/classes
06:37:06 [INFO] 
06:37:06 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-consumer-lifecycle ---
06:37:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/src/test/resources
06:37:06 [INFO] 
06:37:06 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-consumer-lifecycle ---
06:37:06 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:06 [INFO] No sources to compile
06:37:06 [INFO] 
06:37:06 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-consumer-lifecycle ---
06:37:06 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:06 [INFO] No tests to run.
06:37:06 [INFO] 
06:37:06 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer-lifecycle ---
06:37:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:37:06 [INFO] 
06:37:06 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-consumer-lifecycle ---
06:37:06 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/kapua-consumer-lifecycle-2.1.0-SNAPSHOT.jar
06:37:06 [INFO] 
06:37:06 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer-lifecycle ---
06:37:06 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/kapua-consumer-lifecycle-2.1.0-SNAPSHOT-sources.jar
06:37:06 [INFO] 
06:37:06 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-consumer-lifecycle ---
06:37:06 [INFO] Copying kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-service-client-2.1.0-SNAPSHOT.jar
06:37:06 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
06:37:06 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/mapstruct-1.5.5.Final.jar
06:37:06 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/javase-3.4.1.jar
06:37:06 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/core-3.4.1.jar
06:37:06 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jcommander-1.78.jar
06:37:06 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jai-imageio-core-1.4.0.jar
06:37:06 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/guice-5.1.0.jar
06:37:06 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/javax.inject-1.jar
06:37:06 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/aopalliance-1.0.jar
06:37:06 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/guice-multibindings-4.2.3.jar
06:37:06 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-configuration-1.9.jar
06:37:06 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-lang-2.6.jar
06:37:06 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-io-2.11.0.jar
06:37:06 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/metrics-core-3.2.2.jar
06:37:06 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/joda-time-2.9.4.jar
06:37:06 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-lang3-3.4.jar
06:37:06 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
06:37:06 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jakarta.persistence-2.2.3.jar
06:37:06 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
06:37:06 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
06:37:06 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
06:37:06 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/liquibase-core-3.6.3.jar
06:37:06 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/snakeyaml-2.2.jar
06:37:06 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/reflections-0.10.2.jar
06:37:06 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/javassist-3.26.0-GA.jar
06:37:06 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jsr305-3.0.2.jar
06:37:07 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/checker-qual-3.15.0.jar
06:37:07 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
06:37:07 [INFO] Copying jboss-logging-3.4.3.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jboss-logging-3.4.3.Final.jar
06:37:07 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jaxb-api-2.3.1.jar
06:37:07 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/javax.activation-api-1.2.0.jar
06:37:07 [INFO] Copying jaxb-runtime-2.3.6.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jaxb-runtime-2.3.6.jar
06:37:07 [INFO] Copying txw2-2.3.6.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/txw2-2.3.6.jar
06:37:07 [INFO] Copying istack-commons-runtime-3.0.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/istack-commons-runtime-3.0.12.jar
06:37:07 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/cache-api-1.1.1.jar
06:37:07 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/HikariCP-4.0.3.jar
06:37:07 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/qpid-jms-client-1.7.0.jar
06:37:07 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jakarta.jms-api-2.0.3.jar
06:37:07 [INFO] Copying proton-j-0.34.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/proton-j-0.34.0.jar
06:37:07 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-buffer-4.1.100.Final.jar
06:37:07 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-common-4.1.100.Final.jar
06:37:07 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-handler-4.1.100.Final.jar
06:37:07 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-resolver-4.1.100.Final.jar
06:37:07 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
06:37:07 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-codec-4.1.100.Final.jar
06:37:07 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-transport-4.1.100.Final.jar
06:37:07 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
06:37:07 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
06:37:07 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
06:37:07 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
06:37:07 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/netty-codec-http-4.1.100.Final.jar
06:37:07 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/junit-4.13.2.jar
06:37:07 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/hamcrest-core-2.2.jar
06:37:07 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/hamcrest-2.2.jar
06:37:07 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/javax.batch-api-1.0.1.jar
06:37:07 [INFO] Copying kapua-service-camel-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-service-camel-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying camel-jms-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-jms-3.21.0.jar
06:37:07 [INFO] Copying camel-support-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-support-3.21.0.jar
06:37:07 [INFO] Copying camel-util-json-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-util-json-3.21.0.jar
06:37:07 [INFO] Copying camel-spring-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-spring-3.21.0.jar
06:37:07 [INFO] Copying spring-jms-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-jms-5.3.23.jar
06:37:07 [INFO] Copying spring-messaging-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-messaging-5.3.23.jar
06:37:07 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-context-5.3.23.jar
06:37:07 [INFO] Copying spring-tx-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-tx-5.3.23.jar
06:37:07 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-beans-5.3.23.jar
06:37:07 [INFO] Copying geronimo-jms_2.0_spec-1.0-alpha-2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/geronimo-jms_2.0_spec-1.0-alpha-2.jar
06:37:07 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jakarta.xml.bind-api-2.3.3.jar
06:37:07 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jakarta.activation-api-1.2.2.jar
06:37:07 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jaxb-impl-2.3.3.jar
06:37:07 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jakarta.activation-1.2.2.jar
06:37:07 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jackson-databind-2.15.2.jar
06:37:07 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jackson-annotations-2.15.2.jar
06:37:07 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jackson-core-2.15.2.jar
06:37:07 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/javax.annotation-api-1.2.jar
06:37:07 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/validation-api-2.0.1.Final.jar
06:37:07 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/javax.json-1.0.4.jar
06:37:07 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/httpclient-4.5.13.jar
06:37:07 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/httpcore-4.4.15.jar
06:37:07 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-logging-1.2.jar
06:37:07 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jose4j-0.7.10.jar
06:37:07 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/googleauth-1.5.0.jar
06:37:07 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-codec-1.15.jar
06:37:07 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/shiro-core-1.12.0.jar
06:37:07 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/shiro-lang-1.12.0.jar
06:37:07 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/shiro-cache-1.12.0.jar
06:37:07 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/shiro-config-core-1.12.0.jar
06:37:07 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/shiro-config-ogdl-1.12.0.jar
06:37:07 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-beanutils-1.9.4.jar
06:37:07 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-collections-3.2.2.jar
06:37:07 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/shiro-event-1.12.0.jar
06:37:07 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-security-core-5.7.5.jar
06:37:07 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-aop-5.3.23.jar
06:37:07 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-core-5.3.23.jar
06:37:07 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-jcl-5.3.23.jar
06:37:07 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-expression-5.3.23.jar
06:37:07 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/spring-security-crypto-5.7.5.jar
06:37:07 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
06:37:07 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/protobuf-java-3.23.2.jar
06:37:07 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
06:37:07 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/org.eclipse.persistence.core-2.7.12.jar
06:37:07 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
06:37:07 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Copying camel-core-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-core-3.21.0.jar
06:37:07 [INFO] Copying camel-core-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-core-engine-3.21.0.jar
06:37:07 [INFO] Copying camel-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-api-3.21.0.jar
06:37:07 [INFO] Copying camel-base-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-base-engine-3.21.0.jar
06:37:07 [INFO] Copying camel-base-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-base-3.21.0.jar
06:37:07 [INFO] Copying camel-core-reifier-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-core-reifier-3.21.0.jar
06:37:07 [INFO] Copying camel-core-processor-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-core-processor-3.21.0.jar
06:37:07 [INFO] Copying camel-management-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-management-api-3.21.0.jar
06:37:07 [INFO] Copying camel-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-util-3.21.0.jar
06:37:07 [INFO] Copying camel-core-languages-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-core-languages-3.21.0.jar
06:37:07 [INFO] Copying camel-core-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-core-model-3.21.0.jar
06:37:07 [INFO] Copying camel-bean-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-bean-3.21.0.jar
06:37:07 [INFO] Copying camel-browse-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-browse-3.21.0.jar
06:37:07 [INFO] Copying camel-cluster-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-cluster-3.21.0.jar
06:37:07 [INFO] Copying camel-controlbus-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-controlbus-3.21.0.jar
06:37:07 [INFO] Copying camel-dataformat-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-dataformat-3.21.0.jar
06:37:07 [INFO] Copying camel-dataset-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-dataset-3.21.0.jar
06:37:07 [INFO] Copying camel-direct-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-direct-3.21.0.jar
06:37:07 [INFO] Copying camel-directvm-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-directvm-3.21.0.jar
06:37:07 [INFO] Copying camel-file-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-file-3.21.0.jar
06:37:07 [INFO] Copying camel-health-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-health-3.21.0.jar
06:37:07 [INFO] Copying camel-language-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-language-3.21.0.jar
06:37:07 [INFO] Copying camel-log-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-log-3.21.0.jar
06:37:07 [INFO] Copying camel-mock-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-mock-3.21.0.jar
06:37:07 [INFO] Copying camel-ref-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-ref-3.21.0.jar
06:37:07 [INFO] Copying camel-rest-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-rest-3.21.0.jar
06:37:07 [INFO] Copying camel-tooling-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-tooling-model-3.21.0.jar
06:37:07 [INFO] Copying camel-saga-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-saga-3.21.0.jar
06:37:07 [INFO] Copying camel-scheduler-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-scheduler-3.21.0.jar
06:37:07 [INFO] Copying camel-seda-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-seda-3.21.0.jar
06:37:07 [INFO] Copying camel-stub-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-stub-3.21.0.jar
06:37:07 [INFO] Copying camel-timer-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-timer-3.21.0.jar
06:37:07 [INFO] Copying camel-validator-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-validator-3.21.0.jar
06:37:07 [INFO] Copying camel-vm-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-vm-3.21.0.jar
06:37:07 [INFO] Copying camel-xpath-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-xpath-3.21.0.jar
06:37:07 [INFO] Copying camel-xslt-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-xslt-3.21.0.jar
06:37:07 [INFO] Copying camel-xml-jaxb-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-xml-jaxb-3.21.0.jar
06:37:07 [INFO] Copying jaxb-core-2.3.0.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jaxb-core-2.3.0.1.jar
06:37:07 [INFO] Copying camel-xml-jaxp-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-xml-jaxp-3.21.0.jar
06:37:07 [INFO] Copying camel-xml-io-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/camel-xml-io-util-3.21.0.jar
06:37:07 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/slf4j-api-1.7.33.jar
06:37:07 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/guava-32.1.2-jre.jar
06:37:07 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/failureaccess-1.0.1.jar
06:37:07 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
06:37:07 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-pool2-2.3.jar
06:37:07 [INFO] 
06:37:07 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer-lifecycle ---
06:37:07 [INFO] 
06:37:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer-lifecycle ---
06:37:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/kapua-consumer-lifecycle-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-consumer-lifecycle/2.1.0-SNAPSHOT/kapua-consumer-lifecycle-2.1.0-SNAPSHOT.jar
06:37:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-consumer-lifecycle/2.1.0-SNAPSHOT/kapua-consumer-lifecycle-2.1.0-SNAPSHOT.pom
06:37:07 [INFO] Installing /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/kapua-consumer-lifecycle-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-consumer-lifecycle/2.1.0-SNAPSHOT/kapua-consumer-lifecycle-2.1.0-SNAPSHOT-sources.jar
06:37:07 [INFO] 
06:37:07 [INFO] -------------< org.eclipse.kapua:kapua-consumer-telemetry >-------------
06:37:07 [INFO] Building kapua-consumer-telemetry 2.1.0-SNAPSHOT               [176/229]
06:37:07 [INFO]   from consumer/telemetry/pom.xml
06:37:07 [INFO] --------------------------------[ jar ]---------------------------------
06:37:07 [INFO] 
06:37:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer-telemetry ---
06:37:07 [INFO] 
06:37:07 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-telemetry ---
06:37:07 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:37:08 [INFO] 
06:37:08 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-telemetry ---
06:37:08 [INFO] Required toolchain: jdk [ version='11' ]
06:37:08 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:08 [INFO] 
06:37:08 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-telemetry ---
06:37:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer/telemetry' && 'git' 'rev-parse' '--verify' 'HEAD'
06:37:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer/telemetry
06:37:08 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918228043
06:37:08 [WARNING] Cannot get the branch information from the git repository: 
06:37:08 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:37:08 
06:37:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer/telemetry' && 'git' 'rev-parse' '--verify' 'HEAD'
06:37:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer/telemetry
06:37:08 [INFO] Storing buildScmBranch: UNKNOWN
06:37:08 [INFO] 
06:37:08 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-telemetry ---
06:37:08 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/jacoco.exec
06:37:08 [INFO] 
06:37:08 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-telemetry ---
06:37:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/consumer/telemetry/src/main/resources
06:37:08 [INFO] 
06:37:08 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-telemetry ---
06:37:08 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:08 [INFO] Changes detected - recompiling the module!
06:37:08 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/classes
06:37:11 [INFO] 
06:37:11 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-consumer-telemetry ---
06:37:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/consumer/telemetry/src/test/resources
06:37:11 [INFO] 
06:37:11 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-consumer-telemetry ---
06:37:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:11 [INFO] No sources to compile
06:37:11 [INFO] 
06:37:11 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-consumer-telemetry ---
06:37:11 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:11 [INFO] No tests to run.
06:37:11 [INFO] 
06:37:11 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer-telemetry ---
06:37:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:37:11 [INFO] 
06:37:11 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-consumer-telemetry ---
06:37:11 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/kapua-consumer-telemetry-2.1.0-SNAPSHOT.jar
06:37:11 [INFO] 
06:37:11 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer-telemetry ---
06:37:11 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/kapua-consumer-telemetry-2.1.0-SNAPSHOT-sources.jar
06:37:12 [INFO] 
06:37:12 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-consumer-telemetry ---
06:37:12 [INFO] Copying kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-service-client-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
06:37:12 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/protobuf-java-3.23.2.jar
06:37:12 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/qpid-jms-client-1.7.0.jar
06:37:12 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jakarta.jms-api-2.0.3.jar
06:37:12 [INFO] Copying proton-j-0.34.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/proton-j-0.34.0.jar
06:37:12 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/junit-4.13.2.jar
06:37:12 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/hamcrest-core-2.2.jar
06:37:12 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/hamcrest-2.2.jar
06:37:12 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/javax.batch-api-1.0.1.jar
06:37:12 [INFO] Copying kapua-service-camel-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-service-camel-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying camel-jms-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-jms-3.21.0.jar
06:37:12 [INFO] Copying camel-support-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-support-3.21.0.jar
06:37:12 [INFO] Copying camel-util-json-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-util-json-3.21.0.jar
06:37:12 [INFO] Copying camel-spring-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-spring-3.21.0.jar
06:37:12 [INFO] Copying spring-jms-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-jms-5.3.23.jar
06:37:12 [INFO] Copying spring-messaging-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-messaging-5.3.23.jar
06:37:12 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-context-5.3.23.jar
06:37:12 [INFO] Copying spring-tx-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-tx-5.3.23.jar
06:37:12 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-beans-5.3.23.jar
06:37:12 [INFO] Copying geronimo-jms_2.0_spec-1.0-alpha-2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/geronimo-jms_2.0_spec-1.0-alpha-2.jar
06:37:12 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/mapstruct-1.5.5.Final.jar
06:37:12 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/javase-3.4.1.jar
06:37:12 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/core-3.4.1.jar
06:37:12 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jcommander-1.78.jar
06:37:12 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jai-imageio-core-1.4.0.jar
06:37:12 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/guice-5.1.0.jar
06:37:12 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/javax.inject-1.jar
06:37:12 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/aopalliance-1.0.jar
06:37:12 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/guice-multibindings-4.2.3.jar
06:37:12 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-configuration-1.9.jar
06:37:12 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-lang-2.6.jar
06:37:12 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-io-2.11.0.jar
06:37:12 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/metrics-core-3.2.2.jar
06:37:12 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/joda-time-2.9.4.jar
06:37:12 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-lang3-3.4.jar
06:37:12 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
06:37:12 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jakarta.persistence-2.2.3.jar
06:37:12 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
06:37:12 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
06:37:12 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
06:37:12 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/org.eclipse.persistence.core-2.7.12.jar
06:37:12 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
06:37:12 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
06:37:12 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/liquibase-core-3.6.3.jar
06:37:12 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/snakeyaml-2.2.jar
06:37:12 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/reflections-0.10.2.jar
06:37:12 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/javassist-3.26.0-GA.jar
06:37:12 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jsr305-3.0.2.jar
06:37:12 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/checker-qual-3.15.0.jar
06:37:12 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
06:37:12 [INFO] Copying jboss-logging-3.4.3.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jboss-logging-3.4.3.Final.jar
06:37:12 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jaxb-api-2.3.1.jar
06:37:12 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/javax.activation-api-1.2.0.jar
06:37:12 [INFO] Copying jaxb-runtime-2.3.6.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jaxb-runtime-2.3.6.jar
06:37:12 [INFO] Copying txw2-2.3.6.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/txw2-2.3.6.jar
06:37:12 [INFO] Copying istack-commons-runtime-3.0.12.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/istack-commons-runtime-3.0.12.jar
06:37:12 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/cache-api-1.1.1.jar
06:37:12 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/HikariCP-4.0.3.jar
06:37:12 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jakarta.xml.bind-api-2.3.3.jar
06:37:12 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jakarta.activation-api-1.2.2.jar
06:37:12 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jaxb-impl-2.3.3.jar
06:37:12 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jakarta.activation-1.2.2.jar
06:37:12 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jackson-databind-2.15.2.jar
06:37:12 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jackson-annotations-2.15.2.jar
06:37:12 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/javax.annotation-api-1.2.jar
06:37:12 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/validation-api-2.0.1.Final.jar
06:37:12 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/javax.json-1.0.4.jar
06:37:12 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jose4j-0.7.10.jar
06:37:12 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/googleauth-1.5.0.jar
06:37:12 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-codec-1.15.jar
06:37:12 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/shiro-core-1.12.0.jar
06:37:12 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/shiro-lang-1.12.0.jar
06:37:12 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/shiro-cache-1.12.0.jar
06:37:12 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/shiro-config-core-1.12.0.jar
06:37:12 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/shiro-config-ogdl-1.12.0.jar
06:37:12 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-beanutils-1.9.4.jar
06:37:12 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-collections-3.2.2.jar
06:37:12 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/shiro-event-1.12.0.jar
06:37:12 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-security-core-5.7.5.jar
06:37:12 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-aop-5.3.23.jar
06:37:12 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-core-5.3.23.jar
06:37:12 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-jcl-5.3.23.jar
06:37:12 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-expression-5.3.23.jar
06:37:12 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/spring-security-crypto-5.7.5.jar
06:37:12 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-datastore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-datastore-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-service-storable-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jackson-core-2.15.2.jar
06:37:12 [INFO] Copying kapua-datastore-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-datastore-internal-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-service-storable-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-service-storable-internal-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-locator-guice-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-locator-guice-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying jcl-over-slf4j-1.7.33.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jcl-over-slf4j-1.7.33.jar
06:37:12 [INFO] Copying kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/httpclient-4.5.13.jar
06:37:12 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/httpcore-4.4.15.jar
06:37:12 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-logging-1.2.jar
06:37:12 [INFO] Copying kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying elasticsearch-rest-client-7.8.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/elasticsearch-rest-client-7.8.1.jar
06:37:12 [INFO] Copying httpasyncclient-4.1.5.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/httpasyncclient-4.1.5.jar
06:37:12 [INFO] Copying httpcore-nio-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/httpcore-nio-4.4.15.jar
06:37:12 [INFO] Copying elasticsearch-x-content-7.8.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/elasticsearch-x-content-7.8.1.jar
06:37:12 [INFO] Copying jackson-dataformat-smile-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jackson-dataformat-smile-2.15.2.jar
06:37:12 [INFO] Copying jackson-dataformat-yaml-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jackson-dataformat-yaml-2.15.2.jar
06:37:12 [INFO] Copying jackson-dataformat-cbor-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jackson-dataformat-cbor-2.15.2.jar
06:37:12 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-registry-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-authentication-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-authentication-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-client-security-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-client-security-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Copying camel-core-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-core-3.21.0.jar
06:37:12 [INFO] Copying camel-core-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-core-engine-3.21.0.jar
06:37:12 [INFO] Copying camel-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-api-3.21.0.jar
06:37:12 [INFO] Copying camel-base-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-base-engine-3.21.0.jar
06:37:12 [INFO] Copying camel-base-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-base-3.21.0.jar
06:37:12 [INFO] Copying camel-core-reifier-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-core-reifier-3.21.0.jar
06:37:12 [INFO] Copying camel-core-processor-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-core-processor-3.21.0.jar
06:37:12 [INFO] Copying camel-management-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-management-api-3.21.0.jar
06:37:12 [INFO] Copying camel-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-util-3.21.0.jar
06:37:12 [INFO] Copying camel-core-languages-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-core-languages-3.21.0.jar
06:37:12 [INFO] Copying camel-core-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-core-model-3.21.0.jar
06:37:12 [INFO] Copying camel-bean-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-bean-3.21.0.jar
06:37:12 [INFO] Copying camel-browse-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-browse-3.21.0.jar
06:37:12 [INFO] Copying camel-cluster-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-cluster-3.21.0.jar
06:37:12 [INFO] Copying camel-controlbus-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-controlbus-3.21.0.jar
06:37:12 [INFO] Copying camel-dataformat-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-dataformat-3.21.0.jar
06:37:12 [INFO] Copying camel-dataset-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-dataset-3.21.0.jar
06:37:12 [INFO] Copying camel-direct-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-direct-3.21.0.jar
06:37:12 [INFO] Copying camel-directvm-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-directvm-3.21.0.jar
06:37:12 [INFO] Copying camel-file-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-file-3.21.0.jar
06:37:12 [INFO] Copying camel-health-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-health-3.21.0.jar
06:37:12 [INFO] Copying camel-language-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-language-3.21.0.jar
06:37:12 [INFO] Copying camel-log-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-log-3.21.0.jar
06:37:12 [INFO] Copying camel-mock-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-mock-3.21.0.jar
06:37:12 [INFO] Copying camel-ref-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-ref-3.21.0.jar
06:37:12 [INFO] Copying camel-rest-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-rest-3.21.0.jar
06:37:12 [INFO] Copying camel-tooling-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-tooling-model-3.21.0.jar
06:37:12 [INFO] Copying camel-saga-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-saga-3.21.0.jar
06:37:12 [INFO] Copying camel-scheduler-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-scheduler-3.21.0.jar
06:37:12 [INFO] Copying camel-seda-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-seda-3.21.0.jar
06:37:12 [INFO] Copying camel-stub-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-stub-3.21.0.jar
06:37:12 [INFO] Copying camel-timer-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-timer-3.21.0.jar
06:37:12 [INFO] Copying camel-validator-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-validator-3.21.0.jar
06:37:12 [INFO] Copying camel-vm-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-vm-3.21.0.jar
06:37:12 [INFO] Copying camel-xpath-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-xpath-3.21.0.jar
06:37:12 [INFO] Copying camel-xslt-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-xslt-3.21.0.jar
06:37:12 [INFO] Copying camel-xml-jaxb-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-xml-jaxb-3.21.0.jar
06:37:12 [INFO] Copying jaxb-core-2.3.0.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jaxb-core-2.3.0.1.jar
06:37:12 [INFO] Copying camel-xml-jaxp-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-xml-jaxp-3.21.0.jar
06:37:12 [INFO] Copying camel-xml-io-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/camel-xml-io-util-3.21.0.jar
06:37:12 [INFO] Copying elasticsearch-7.8.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/elasticsearch-7.8.1.jar
06:37:12 [INFO] Copying elasticsearch-core-7.8.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/elasticsearch-core-7.8.1.jar
06:37:12 [INFO] Copying elasticsearch-secure-sm-7.8.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/elasticsearch-secure-sm-7.8.1.jar
06:37:12 [INFO] Copying elasticsearch-geo-7.8.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/elasticsearch-geo-7.8.1.jar
06:37:12 [INFO] Copying lucene-core-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-core-8.5.1.jar
06:37:12 [INFO] Copying lucene-analyzers-common-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-analyzers-common-8.5.1.jar
06:37:12 [INFO] Copying lucene-backward-codecs-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-backward-codecs-8.5.1.jar
06:37:12 [INFO] Copying lucene-grouping-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-grouping-8.5.1.jar
06:37:12 [INFO] Copying lucene-highlighter-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-highlighter-8.5.1.jar
06:37:12 [INFO] Copying lucene-join-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-join-8.5.1.jar
06:37:12 [INFO] Copying lucene-memory-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-memory-8.5.1.jar
06:37:12 [INFO] Copying lucene-misc-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-misc-8.5.1.jar
06:37:12 [INFO] Copying lucene-queries-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-queries-8.5.1.jar
06:37:12 [INFO] Copying lucene-queryparser-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-queryparser-8.5.1.jar
06:37:12 [INFO] Copying lucene-sandbox-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-sandbox-8.5.1.jar
06:37:12 [INFO] Copying lucene-spatial-extras-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-spatial-extras-8.5.1.jar
06:37:12 [INFO] Copying lucene-spatial3d-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-spatial3d-8.5.1.jar
06:37:12 [INFO] Copying lucene-suggest-8.5.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/lucene-suggest-8.5.1.jar
06:37:12 [INFO] Copying elasticsearch-cli-7.8.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/elasticsearch-cli-7.8.1.jar
06:37:12 [INFO] Copying jopt-simple-5.0.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jopt-simple-5.0.2.jar
06:37:12 [INFO] Copying hppc-0.8.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/hppc-0.8.1.jar
06:37:12 [INFO] Copying t-digest-3.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/t-digest-3.2.jar
06:37:12 [INFO] Copying HdrHistogram-2.1.9.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/HdrHistogram-2.1.9.jar
06:37:12 [INFO] Copying log4j-api-2.17.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/log4j-api-2.17.1.jar
06:37:12 [INFO] Copying jna-5.5.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jna-5.5.0.jar
06:37:12 [INFO] Copying netty-all-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-all-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-buffer-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-dns-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-dns-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-haproxy-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-haproxy-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-http-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-http2-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-http2-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-memcache-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-memcache-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-mqtt-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-mqtt-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-redis-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-redis-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-smtp-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-smtp-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-socks-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-socks-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-stomp-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-stomp-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-codec-xml-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-codec-xml-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-common-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-handler-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-handler-proxy-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-handler-proxy-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-handler-ssl-ocsp-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-handler-ssl-ocsp-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-resolver-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-resolver-dns-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-resolver-dns-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-transport-rxtx-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-rxtx-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-transport-sctp-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-sctp-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-transport-udt-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-udt-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-resolver-dns-classes-macos-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-resolver-dns-classes-macos-4.1.100.Final.jar
06:37:12 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
06:37:12 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-aarch_64.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-aarch_64.jar
06:37:12 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
06:37:12 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-aarch_64.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-aarch_64.jar
06:37:12 [INFO] Copying netty-resolver-dns-native-macos-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-resolver-dns-native-macos-4.1.100.Final-osx-x86_64.jar
06:37:12 [INFO] Copying netty-resolver-dns-native-macos-4.1.100.Final-osx-aarch_64.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/netty-resolver-dns-native-macos-4.1.100.Final-osx-aarch_64.jar
06:37:12 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/slf4j-api-1.7.33.jar
06:37:12 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/guava-32.1.2-jre.jar
06:37:12 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/failureaccess-1.0.1.jar
06:37:12 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
06:37:12 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-pool2-2.3.jar
06:37:12 [INFO] 
06:37:12 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer-telemetry ---
06:37:12 [INFO] 
06:37:12 [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer-telemetry ---
06:37:12 [INFO] Installing /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/kapua-consumer-telemetry-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-consumer-telemetry/2.1.0-SNAPSHOT/kapua-consumer-telemetry-2.1.0-SNAPSHOT.jar
06:37:12 [INFO] Installing /home/jenkins/agent/workspace/develop-test/consumer/telemetry/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-consumer-telemetry/2.1.0-SNAPSHOT/kapua-consumer-telemetry-2.1.0-SNAPSHOT.pom
06:37:12 [INFO] Installing /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/kapua-consumer-telemetry-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-consumer-telemetry/2.1.0-SNAPSHOT/kapua-consumer-telemetry-2.1.0-SNAPSHOT-sources.jar
06:37:12 [INFO] 
06:37:12 [INFO] -----------< org.eclipse.kapua:kapua-service-authentication >-----------
06:37:12 [INFO] Building kapua-service-authentication 2.1.0-SNAPSHOT           [177/229]
06:37:12 [INFO]   from service/authentication/pom.xml
06:37:12 [INFO] --------------------------------[ jar ]---------------------------------
06:37:12 [INFO] 
06:37:12 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-authentication ---
06:37:12 [INFO] 
06:37:12 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-authentication ---
06:37:12 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:37:12 [INFO] 
06:37:12 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-authentication ---
06:37:12 [INFO] Required toolchain: jdk [ version='11' ]
06:37:12 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:12 [INFO] 
06:37:12 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-authentication ---
06:37:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
06:37:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/authentication
06:37:12 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918232658
06:37:12 [WARNING] Cannot get the branch information from the git repository: 
06:37:12 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:37:12 
06:37:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
06:37:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/authentication
06:37:12 [INFO] Storing buildScmBranch: UNKNOWN
06:37:12 [INFO] 
06:37:12 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-authentication ---
06:37:12 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/service/authentication/target/jacoco.exec
06:37:12 [INFO] 
06:37:12 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-authentication ---
06:37:12 [INFO] Copying 6 resources
06:37:12 [INFO] 
06:37:12 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-authentication ---
06:37:12 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:12 [INFO] Changes detected - recompiling the module!
06:37:12 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/develop-test/service/authentication/target/classes
06:37:18 [INFO] 
06:37:18 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-authentication ---
06:37:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/authentication/src/test/resources
06:37:18 [INFO] 
06:37:18 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-authentication ---
06:37:18 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:18 [INFO] No sources to compile
06:37:18 [INFO] 
06:37:18 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-authentication ---
06:37:18 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:18 [INFO] No tests to run.
06:37:18 [INFO] 
06:37:18 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-authentication ---
06:37:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:37:18 [INFO] 
06:37:18 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-authentication ---
06:37:18 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/authentication/target/kapua-service-authentication-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] 
06:37:18 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-authentication ---
06:37:18 [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/authentication/target/kapua-service-authentication-2.1.0-SNAPSHOT-sources.jar
06:37:18 [INFO] 
06:37:18 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-service-authentication ---
06:37:18 [INFO] Copying kapua-service-camel-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-service-camel-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-service-client-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
06:37:18 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/protobuf-java-3.23.2.jar
06:37:18 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/junit-4.13.2.jar
06:37:18 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/hamcrest-core-2.2.jar
06:37:18 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/hamcrest-2.2.jar
06:37:18 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/javax.batch-api-1.0.1.jar
06:37:18 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/mapstruct-1.5.5.Final.jar
06:37:18 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/javase-3.4.1.jar
06:37:18 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/core-3.4.1.jar
06:37:18 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jcommander-1.78.jar
06:37:18 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jai-imageio-core-1.4.0.jar
06:37:18 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-io-2.11.0.jar
06:37:18 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/metrics-core-3.2.2.jar
06:37:18 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/joda-time-2.9.4.jar
06:37:18 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-lang3-3.4.jar
06:37:18 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
06:37:18 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jakarta.persistence-2.2.3.jar
06:37:18 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
06:37:18 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
06:37:18 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
06:37:18 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/liquibase-core-3.6.3.jar
06:37:18 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/snakeyaml-2.2.jar
06:37:18 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/reflections-0.10.2.jar
06:37:18 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/javassist-3.26.0-GA.jar
06:37:18 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jsr305-3.0.2.jar
06:37:18 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/checker-qual-3.15.0.jar
06:37:18 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/cache-api-1.1.1.jar
06:37:18 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/HikariCP-4.0.3.jar
06:37:18 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying camel-jms-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-jms-3.21.0.jar
06:37:18 [INFO] Copying camel-support-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-support-3.21.0.jar
06:37:18 [INFO] Copying camel-util-json-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-util-json-3.21.0.jar
06:37:18 [INFO] Copying camel-spring-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-spring-3.21.0.jar
06:37:18 [INFO] Copying spring-jms-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-jms-5.3.23.jar
06:37:18 [INFO] Copying spring-messaging-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-messaging-5.3.23.jar
06:37:18 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-context-5.3.23.jar
06:37:18 [INFO] Copying spring-tx-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-tx-5.3.23.jar
06:37:18 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-beans-5.3.23.jar
06:37:18 [INFO] Copying geronimo-jms_2.0_spec-1.0-alpha-2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/geronimo-jms_2.0_spec-1.0-alpha-2.jar
06:37:18 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jakarta.xml.bind-api-2.3.3.jar
06:37:18 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jakarta.activation-api-1.2.2.jar
06:37:18 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jaxb-impl-2.3.3.jar
06:37:18 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jakarta.activation-1.2.2.jar
06:37:18 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jackson-databind-2.15.2.jar
06:37:18 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jackson-annotations-2.15.2.jar
06:37:18 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/javax.annotation-api-1.2.jar
06:37:18 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/validation-api-2.0.1.Final.jar
06:37:18 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
06:37:18 [INFO] Copying jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jboss-logging-3.4.2.Final.jar
06:37:18 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jaxb-api-2.3.1.jar
06:37:18 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/javax.activation-api-1.2.0.jar
06:37:18 [INFO] Copying jaxb-runtime-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jaxb-runtime-2.3.1.jar
06:37:18 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/txw2-2.3.1.jar
06:37:18 [INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/istack-commons-runtime-3.0.7.jar
06:37:18 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/stax-ex-1.8.jar
06:37:18 [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/FastInfoset-1.2.15.jar
06:37:18 [INFO] Copying kapua-device-registry-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/javax.json-1.0.4.jar
06:37:18 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/httpclient-4.5.13.jar
06:37:18 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/httpcore-4.4.15.jar
06:37:18 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-logging-1.2.jar
06:37:18 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jose4j-0.7.10.jar
06:37:18 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/googleauth-1.5.0.jar
06:37:18 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-codec-1.15.jar
06:37:18 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/shiro-core-1.12.0.jar
06:37:18 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/shiro-lang-1.12.0.jar
06:37:18 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/shiro-cache-1.12.0.jar
06:37:18 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/shiro-config-core-1.12.0.jar
06:37:18 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/shiro-config-ogdl-1.12.0.jar
06:37:18 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-beanutils-1.9.4.jar
06:37:18 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-collections-3.2.2.jar
06:37:18 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/shiro-event-1.12.0.jar
06:37:18 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-security-core-5.7.5.jar
06:37:18 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-aop-5.3.23.jar
06:37:18 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-core-5.3.23.jar
06:37:18 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-jcl-5.3.23.jar
06:37:18 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-expression-5.3.23.jar
06:37:18 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/spring-security-crypto-5.7.5.jar
06:37:18 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-client-security-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-client-security-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/qpid-jms-client-1.7.0.jar
06:37:18 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jakarta.jms-api-2.0.3.jar
06:37:18 [INFO] Copying proton-j-0.34.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/proton-j-0.34.0.jar
06:37:18 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-buffer-4.1.100.Final.jar
06:37:18 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-common-4.1.100.Final.jar
06:37:18 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-handler-4.1.100.Final.jar
06:37:18 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-resolver-4.1.100.Final.jar
06:37:18 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
06:37:18 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-codec-4.1.100.Final.jar
06:37:18 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-transport-4.1.100.Final.jar
06:37:18 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
06:37:18 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
06:37:18 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
06:37:18 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
06:37:18 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/netty-codec-http-4.1.100.Final.jar
06:37:18 [INFO] Copying kapua-datastore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-datastore-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-service-storable-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jackson-core-2.15.2.jar
06:37:18 [INFO] Copying kapua-locator-guice-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-locator-guice-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/guice-5.1.0.jar
06:37:18 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/javax.inject-1.jar
06:37:18 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/aopalliance-1.0.jar
06:37:18 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/guice-multibindings-4.2.3.jar
06:37:18 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-configuration-1.9.jar
06:37:18 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-lang-2.6.jar
06:37:18 [INFO] Copying jcl-over-slf4j-1.7.33.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jcl-over-slf4j-1.7.33.jar
06:37:18 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-authentication-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-authentication-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-request-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-request-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Copying camel-core-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-core-3.21.0.jar
06:37:18 [INFO] Copying camel-core-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-core-engine-3.21.0.jar
06:37:18 [INFO] Copying camel-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-api-3.21.0.jar
06:37:18 [INFO] Copying camel-base-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-base-engine-3.21.0.jar
06:37:18 [INFO] Copying camel-base-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-base-3.21.0.jar
06:37:18 [INFO] Copying camel-core-reifier-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-core-reifier-3.21.0.jar
06:37:18 [INFO] Copying camel-core-processor-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-core-processor-3.21.0.jar
06:37:18 [INFO] Copying camel-management-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-management-api-3.21.0.jar
06:37:18 [INFO] Copying camel-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-util-3.21.0.jar
06:37:18 [INFO] Copying camel-core-languages-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-core-languages-3.21.0.jar
06:37:18 [INFO] Copying camel-core-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-core-model-3.21.0.jar
06:37:18 [INFO] Copying camel-bean-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-bean-3.21.0.jar
06:37:18 [INFO] Copying camel-browse-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-browse-3.21.0.jar
06:37:18 [INFO] Copying camel-cluster-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-cluster-3.21.0.jar
06:37:18 [INFO] Copying camel-controlbus-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-controlbus-3.21.0.jar
06:37:18 [INFO] Copying camel-dataformat-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-dataformat-3.21.0.jar
06:37:18 [INFO] Copying camel-dataset-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-dataset-3.21.0.jar
06:37:18 [INFO] Copying camel-direct-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-direct-3.21.0.jar
06:37:18 [INFO] Copying camel-directvm-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-directvm-3.21.0.jar
06:37:18 [INFO] Copying camel-file-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-file-3.21.0.jar
06:37:18 [INFO] Copying camel-health-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-health-3.21.0.jar
06:37:18 [INFO] Copying camel-language-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-language-3.21.0.jar
06:37:18 [INFO] Copying camel-log-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-log-3.21.0.jar
06:37:18 [INFO] Copying camel-mock-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-mock-3.21.0.jar
06:37:18 [INFO] Copying camel-ref-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-ref-3.21.0.jar
06:37:18 [INFO] Copying camel-rest-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-rest-3.21.0.jar
06:37:18 [INFO] Copying camel-tooling-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-tooling-model-3.21.0.jar
06:37:18 [INFO] Copying camel-saga-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-saga-3.21.0.jar
06:37:18 [INFO] Copying camel-scheduler-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-scheduler-3.21.0.jar
06:37:18 [INFO] Copying camel-seda-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-seda-3.21.0.jar
06:37:18 [INFO] Copying camel-stub-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-stub-3.21.0.jar
06:37:18 [INFO] Copying camel-timer-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-timer-3.21.0.jar
06:37:18 [INFO] Copying camel-validator-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-validator-3.21.0.jar
06:37:18 [INFO] Copying camel-vm-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-vm-3.21.0.jar
06:37:18 [INFO] Copying camel-xpath-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-xpath-3.21.0.jar
06:37:18 [INFO] Copying camel-xslt-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-xslt-3.21.0.jar
06:37:18 [INFO] Copying camel-xml-jaxb-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-xml-jaxb-3.21.0.jar
06:37:18 [INFO] Copying jaxb-core-2.3.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jaxb-core-2.3.0.1.jar
06:37:18 [INFO] Copying camel-xml-jaxp-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-xml-jaxp-3.21.0.jar
06:37:18 [INFO] Copying camel-xml-io-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/camel-xml-io-util-3.21.0.jar
06:37:18 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/slf4j-api-1.7.33.jar
06:37:18 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/guava-32.1.2-jre.jar
06:37:18 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/failureaccess-1.0.1.jar
06:37:18 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
06:37:18 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-pool2-2.3.jar
06:37:18 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
06:37:18 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/org.eclipse.persistence.core-2.7.12.jar
06:37:18 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
06:37:18 [INFO] 
06:37:18 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-authentication ---
06:37:18 [INFO] 
06:37:18 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-authentication ---
06:37:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/authentication/target/kapua-service-authentication-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-authentication/2.1.0-SNAPSHOT/kapua-service-authentication-2.1.0-SNAPSHOT.jar
06:37:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/authentication/pom.xml to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-authentication/2.1.0-SNAPSHOT/kapua-service-authentication-2.1.0-SNAPSHOT.pom
06:37:18 [INFO] Installing /home/jenkins/agent/workspace/develop-test/service/authentication/target/kapua-service-authentication-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-test/.repository/org/eclipse/kapua/kapua-service-authentication/2.1.0-SNAPSHOT/kapua-service-authentication-2.1.0-SNAPSHOT-sources.jar
06:37:18 [INFO] 
06:37:18 [INFO] ---------------< org.eclipse.kapua:kapua-qa-integration >---------------
06:37:18 [INFO] Building kapua-qa-integration 2.1.0-SNAPSHOT                   [178/229]
06:37:18 [INFO]   from qa/integration/pom.xml
06:37:18 [INFO] --------------------------------[ jar ]---------------------------------
06:37:18 [INFO] 
06:37:18 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-integration ---
06:37:18 [INFO] 
06:37:18 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-integration ---
06:37:18 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
06:37:19 [INFO] 
06:37:19 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-integration ---
06:37:19 [INFO] Required toolchain: jdk [ version='11' ]
06:37:19 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:19 [INFO] 
06:37:19 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-integration ---
06:37:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration' && 'git' 'rev-parse' '--verify' 'HEAD'
06:37:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/integration
06:37:19 [INFO] Storing buildNumber: 27a4ee6c65ed7b3cc08a609e7eaaec22605eff19 at timestamp: 1712918239022
06:37:19 [WARNING] Cannot get the branch information from the git repository: 
06:37:19 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
06:37:19 
06:37:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration' && 'git' 'rev-parse' '--verify' 'HEAD'
06:37:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/integration
06:37:19 [INFO] Storing buildScmBranch: UNKNOWN
06:37:19 [INFO] 
06:37:19 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-integration ---
06:37:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/qa/integration/target/jacoco.exec
06:37:19 [INFO] 
06:37:19 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-integration ---
06:37:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/integration/src/main/resources
06:37:19 [INFO] 
06:37:19 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-integration ---
06:37:19 [INFO] Copying 1 resource
06:37:19 [INFO] 
06:37:19 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-integration ---
06:37:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:19 [INFO] No sources to compile
06:37:19 [INFO] 
06:37:19 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-integration ---
06:37:19 [INFO] Copying 110 resources
06:37:19 [INFO] 
06:37:19 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-integration ---
06:37:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:19 [INFO] Changes detected - recompiling the module!
06:37:19 [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/develop-test/qa/integration/target/test-classes
06:37:26 [INFO] 
06:37:26 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-integration ---
06:37:26 [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:37:26 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
06:37:26 [INFO] 
06:37:26 [INFO] -------------------------------------------------------
06:37:26 [INFO]  T E S T S
06:37:26 [INFO] -------------------------------------------------------
06:37:28 [INFO] Running org.eclipse.kapua.integration.misc.PermissionFactoryImplTest
06:37:28 *:*:*:*
06:37:28 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.eclipse.kapua.integration.misc.PermissionFactoryImplTest
06:37:28 [INFO] Running org.eclipse.kapua.integration.misc.KapuaLocatorTest
06:37:29 10:37:29.610 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:37:29 10:37:29.641 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 
06:37:30 10:37:30.845 [main] INFO  org.reflections.Reflections - Reflections took 959 ms to scan 98 urls, producing 839 keys and 2476 values
06:37:31 10:37:31.726 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
06:37:31 10:37:31.740 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:37:31 10:37:31.740 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
06:37:31 10:37:31.740 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:37:31 10:37:31.740 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
06:37:31 10:37:31.741 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
06:37:31 10:37:31.741 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
06:37:31 10:37:31.741 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
06:37:31 10:37:31.741 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
06:37:31 10:37:31.741 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
06:37:31 10:37:31.742 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
06:37:31 10:37:31.742 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
06:37:31 10:37:31.742 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
06:37:31 10:37:31.742 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:37:31 10:37:31.742 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:37:31 10:37:31.742 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
06:37:31 10:37:31.743 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.CommonsModule
06:37:31 10:37:31.743 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.CommonsConfigurationModule
06:37:31 10:37:31.743 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule
06:37:31 10:37:31.743 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.jpa.CommonJpaModule
06:37:31 10:37:31.743 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.metric.CommonMetricsModule
06:37:31 10:37:31.744 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model.id.CommonsModelIdModule
06:37:31 10:37:31.744 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule
06:37:31 10:37:31.744 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule
06:37:31 10:37:31.744 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.internal.cache.CacheModule
06:37:31 10:37:31.744 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.setting.system.SystemSettingModule
06:37:31 10:37:31.744 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring
06:37:31 10:37:31.745 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc.TestConfigModule
06:37:31 10:37:31.745 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client.JobEngineClientModule
06:37:31 10:37:31.745 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
06:37:31 10:37:31.745 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
06:37:31 10:37:31.745 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.MessageModule
06:37:31 10:37:31.746 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.data.MessageDataModule
06:37:31 10:37:31.746 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule
06:37:31 10:37:31.746 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule
06:37:31 10:37:31.746 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.RegistrationModule
06:37:31 10:37:31.746 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule
06:37:31 10:37:31.746 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.account.internal.AccountModule
06:37:31 10:37:31.747 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.AuthenticationModule
06:37:31 10:37:31.747 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.shiro.AuthenticationModule
06:37:31 10:37:31.747 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule
06:37:31 10:37:31.747 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authorization.shiro.AuthorizationModule
06:37:31 10:37:31.747 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.camel.application.CamelModule
06:37:31 10:37:31.748 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule
06:37:31 10:37:31.748 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.internal.CertificateModule
06:37:31 10:37:31.748 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.DatastoreModule
06:37:31 10:37:31.748 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule
06:37:31 10:37:31.748 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule
06:37:31 10:37:31.748 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule
06:37:31 10:37:31.749 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule
06:37:31 10:37:31.749 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule
06:37:31 10:37:31.749 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule
06:37:31 10:37:31.749 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule
06:37:31 10:37:31.749 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule
06:37:31 10:37:31.750 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule
06:37:31 10:37:31.750 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule
06:37:31 10:37:31.750 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule
06:37:31 10:37:31.750 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule
06:37:31 10:37:31.750 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule
06:37:31 10:37:31.751 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule
06:37:31 10:37:31.751 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule
06:37:31 10:37:31.751 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule
06:37:31 10:37:31.751 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule
06:37:31 10:37:31.751 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule
06:37:31 10:37:31.752 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule
06:37:31 10:37:31.752 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule
06:37:31 10:37:31.752 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule
06:37:31 10:37:31.752 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule
06:37:31 10:37:31.752 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.registry.DeviceRegistryModule
06:37:31 10:37:31.753 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.endpoint.internal.EndpointModule
06:37:31 10:37:31.753 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.execution.internal.JobExecutionModule
06:37:31 10:37:31.753 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.internal.JobModule
06:37:31 10:37:31.753 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule
06:37:31 10:37:31.753 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.internal.JobStepModule
06:37:31 10:37:31.754 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.targets.internal.JobTargetsModule
06:37:31 10:37:31.754 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule
06:37:31 10:37:31.754 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule
06:37:31 10:37:31.754 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule
06:37:31 10:37:31.754 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.id.StorableIdModule
06:37:31 10:37:31.755 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule
06:37:31 10:37:31.755 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.stream.internal.StreamModule
06:37:31 10:37:31.755 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.tag.internal.TagModule
06:37:31 10:37:31.755 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.UserModule
06:37:31 10:37:31.755 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.profile.UserProfileModule
06:37:31 10:37:31.755 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule
06:37:31 10:37:31.755 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KapuaKuraTranslatorsModule
06:37:31 10:37:31.756 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KuraMqttTranslatorsModule
06:37:31 10:37:31.756 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.TranslatorHubModule
06:37:31 10:37:31.756 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule
06:37:31 10:37:31.756 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.TransportModule
06:37:31 10:37:31.756 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.mqtt.TransportMqttModule
06:37:31 10:37:31.756 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
06:37:31 10:37:31.757 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:37:31 10:37:31.757 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
06:37:31 10:37:31.757 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:37:31 10:37:31.757 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:37:37 10:37:37.880 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
06:37:37 10:37:37.882 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor
06:37:37 10:37:37.893 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Bind service interceptor class org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor to subclasses of interface org.eclipse.kapua.service.KapuaService annotated with interface org.eclipse.kapua.event.RaiseServiceEvent
06:37:38 10:37:38.883 [main] WARN  o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one
06:37:40 10:37:40.838 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events ===================
06:37:40 10:37:40.838 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:40 10:37:40.838 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:40 10:37:40.839 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:40 10:37:40.839 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:40 10:37:40.839 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:40 10:37:40.845 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration ===================
06:37:40 10:37:40.845 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:37:40 10:37:40.846 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:37:40 10:37:40.846 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
06:37:40 10:37:40.846 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
06:37:40 10:37:40.846 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
06:37:40 10:37:40.846 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
06:37:40 10:37:40.846 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
06:37:40 10:37:40.846 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
06:37:40 10:37:40.847 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
06:37:40 10:37:40.847 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
06:37:40 10:37:40.847 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
06:37:40 10:37:40.847 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:37:40 10:37:40.847 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:37:40 10:37:40.847 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded XmlSerializable Classes: 0
06:37:40 10:37:40.848 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded XmlSerializable Classes: 0
06:37:40 10:37:40.848 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:37:40 10:37:40.848 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE
06:37:40 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.95 s - in org.eclipse.kapua.integration.misc.KapuaLocatorTest
06:37:40 [INFO] Running org.eclipse.kapua.integration.misc.AccessPermissionImplTest
06:37:41 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s - in org.eclipse.kapua.integration.misc.AccessPermissionImplTest
06:37:41 [INFO] Running org.eclipse.kapua.integration.misc.MetatypeXmlRegistryTest
06:37:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.MetatypeXmlRegistryTest
06:37:41 [INFO] Running org.eclipse.kapua.integration.misc.KapuaSessionCleanupFilterTest
06:37:41 10:37:41.750 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:37:41 10:37:41.751 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:37:41 10:37:41.751 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:37:41 10:37:41.751 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:37:41 10:37:41.751 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:37:41 10:37:41.752 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:37:41 10:37:41.752 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:37:41 10:37:41.767 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60
06:37:41 10:37:41.767 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60
06:37:41 10:37:41.767 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60
06:37:42 10:37:42.580 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:37:42 10:37:42.581 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:42 10:37:42.581 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:42 10:37:42.581 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:42 10:37:42.581 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:42 10:37:42.581 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:42 10:37:42.590 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60
06:37:42 10:37:42.590 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60
06:37:42 10:37:42.590 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60
06:37:42 10:37:42.594 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60
06:37:42 10:37:42.594 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60
06:37:42 10:37:42.668 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user ===================
06:37:42 10:37:42.668 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:42 10:37:42.668 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:42 10:37:42.668 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:42 10:37:42.668 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:42 10:37:42.669 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:42 10:37:42.765 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account ===================
06:37:42 10:37:42.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:42 10:37:42.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:42 10:37:42.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:42 10:37:42.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:42 10:37:42.766 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:42 10:37:42.894 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
06:37:42 10:37:42.894 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:42 10:37:42.894 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:42 10:37:42.895 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:42 10:37:42.895 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:42 10:37:42.895 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:42 10:37:42.901 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:37:42 10:37:42.901 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:37:42 10:37:42.901 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:37:42 10:37:42.901 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:37:42 10:37:42.902 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:37:42 10:37:42.902 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:37:42 10:37:42.957 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
06:37:42 10:37:42.957 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:42 10:37:42.957 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:42 10:37:42.957 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:42 10:37:42.957 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:42 10:37:42.957 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:42 10:37:42.958 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:44 10:37:44.195 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
06:37:44 10:37:44.195 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:44 10:37:44.196 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:44 10:37:44.196 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:44 10:37:44.196 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:44 10:37:44.196 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:44 10:37:44.238 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:44 10:37:44.239 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:44 10:37:44.241 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:37:44 10:37:44.299 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:45 10:37:45.356 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:45 10:37:45.357 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:45 10:37:45.359 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:37:45 10:37:45.383 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:45 10:37:45.847 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:45 10:37:45.848 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:45 10:37:45.849 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:37:45 10:37:45.855 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:46 10:37:46.102 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:46 10:37:46.102 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:46 10:37:46.103 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:37:46 10:37:46.111 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:46 10:37:46.340 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:46 10:37:46.340 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:46 10:37:46.341 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:37:46 10:37:46.347 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:46 10:37:46.560 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:46 10:37:46.561 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:46 10:37:46.562 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:37:46 10:37:46.577 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:46 10:37:46.787 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:46 10:37:46.788 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:46 10:37:46.789 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:37:46 10:37:46.795 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:47 10:37:46.997 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:47 10:37:46.998 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
06:37:47 10:37:46.999 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
06:37:47 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.635 s - in org.eclipse.kapua.integration.misc.KapuaSessionCleanupFilterTest
06:37:47 [INFO] Running org.eclipse.kapua.integration.misc.UserPassAuthenticatingRealmTest
06:37:47 10:37:47.006 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:47 10:37:47.233 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:47 10:37:47.438 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
06:37:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s - in org.eclipse.kapua.integration.misc.UserPassAuthenticatingRealmTest
06:37:47 [INFO] Running org.eclipse.kapua.integration.misc.AccessInfoCreatorImplTest
06:37:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.integration.misc.AccessInfoCreatorImplTest
06:37:47 [INFO] Running org.eclipse.kapua.integration.misc.KapuaIdAdapterTest
06:37:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.integration.misc.KapuaIdAdapterTest
06:37:47 [INFO] Running org.eclipse.kapua.integration.misc.ApiKeyAuthenticatingRealmTest
06:37:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.ApiKeyAuthenticatingRealmTest
06:37:47 [INFO] Running org.eclipse.kapua.integration.misc.RolePermissionImplTest
06:37:47 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.kapua.integration.misc.RolePermissionImplTest
06:37:47 [INFO] Running org.eclipse.kapua.integration.misc.XmlServiceEventMarshalerTest
06:37:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.155 s - in org.eclipse.kapua.integration.misc.XmlServiceEventMarshalerTest
06:37:50 [INFO] Running org.eclipse.kapua.integration.misc.KapuaTscalarAdapterTest
06:37:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.KapuaTscalarAdapterTest
06:37:50 [INFO] Running org.eclipse.kapua.integration.misc.EventStoreServiceImplTest
06:37:50 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.integration.misc.EventStoreServiceImplTest
06:37:50 [INFO] Running org.eclipse.kapua.integration.misc.JsonServiceEventMarshalerTest
06:37:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s - in org.eclipse.kapua.integration.misc.JsonServiceEventMarshalerTest
06:37:50 [INFO] Running org.eclipse.kapua.integration.misc.AccessTokenAuthenticationRealmTest
06:37:50 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.integration.misc.AccessTokenAuthenticationRealmTest
06:37:50 [INFO] Running org.eclipse.kapua.integration.misc.AccessTokenCredentialsMatcherTest
06:37:50 10:37:50.880 [main] ERROR o.e.k.s.a.s.r.AccessTokenCredentialsMatcher - Error while validating JWT access token
06:37:50 org.jose4j.jwt.consumer.InvalidJwtException: JWT processing failed. Additional details: [[17] Unable to process JOSE object (cause: org.jose4j.lang.JoseException: Invalid JOSE Compact Serialization. Expecting either 3 or 5 parts for JWS or JWE respectively but was 1.): jwt]
06:37:50 	at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:406)
06:37:50 	at org.jose4j.jwt.consumer.JwtConsumer.processToClaims(JwtConsumer.java:171)
06:37:50 	at org.eclipse.kapua.service.authentication.shiro.realm.AccessTokenCredentialsMatcher.doCredentialsMatch(AccessTokenCredentialsMatcher.java:84)
06:37:50 	at org.eclipse.kapua.integration.misc.AccessTokenCredentialsMatcherTest.doCredentialsMatchEqualCredentialsErrorJWTValidationTest(AccessTokenCredentialsMatcherTest.java:58)
06:37:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:50 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:50 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:50 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
06:37:50 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
06:37:50 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
06:37:50 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
06:37:50 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
06:37:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:50 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
06:37:50 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
06:37:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
06:37:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
06:37:50 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:50 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:50 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:50 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:50 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:50 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:50 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:50 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:50 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:50 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:50 Caused by: org.jose4j.lang.JoseException: Invalid JOSE Compact Serialization. Expecting either 3 or 5 parts for JWS or JWE respectively but was 1.
06:37:50 	at org.jose4j.jwx.JsonWebStructure.fromCompactSerialization(JsonWebStructure.java:90)
06:37:50 	at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:320)
06:37:50 	... 32 common frames omitted
06:37:50 10:37:50.884 [main] ERROR o.e.k.s.a.s.r.AccessTokenCredentialsMatcher - Error while validating JWT access token
06:37:50 org.jose4j.jwt.consumer.InvalidJwtException: JWT processing failed. Additional details: [[17] Unable to process JOSE object (cause: org.jose4j.lang.JoseException: Invalid JOSE Compact Serialization. Expecting either 3 or 5 parts for JWS or JWE respectively but was 1.): jwt]
06:37:50 	at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:406)
06:37:50 	at org.jose4j.jwt.consumer.JwtConsumer.processToClaims(JwtConsumer.java:171)
06:37:50 	at org.eclipse.kapua.service.authentication.shiro.realm.AccessTokenCredentialsMatcher.doCredentialsMatch(AccessTokenCredentialsMatcher.java:84)
06:37:50 	at org.eclipse.kapua.integration.misc.AccessTokenCredentialsMatcherTest.doCredentialsMatchDifferentCredentialsTest(AccessTokenCredentialsMatcherTest.java:50)
06:37:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:50 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:50 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:50 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
06:37:50 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
06:37:50 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
06:37:50 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
06:37:50 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
06:37:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:50 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
06:37:50 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
06:37:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
06:37:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
06:37:50 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:50 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:50 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:50 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:50 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:50 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:50 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:50 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:50 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:50 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:50 Caused by: org.jose4j.lang.JoseException: Invalid JOSE Compact Serialization. Expecting either 3 or 5 parts for JWS or JWE respectively but was 1.
06:37:50 	at org.jose4j.jwx.JsonWebStructure.fromCompactSerialization(JsonWebStructure.java:90)
06:37:50 	at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:320)
06:37:50 	... 32 common frames omitted
06:37:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.kapua.integration.misc.AccessTokenCredentialsMatcherTest
06:37:50 [INFO] Running org.eclipse.kapua.integration.misc.RolePermissionFactoryTest
06:37:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.integration.misc.RolePermissionFactoryTest
06:37:50 [INFO] Running org.eclipse.kapua.integration.misc.PermissionImplTest
06:37:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.PermissionImplTest
06:37:50 [INFO] Running org.eclipse.kapua.integration.misc.JwtAuthenticatingRealmTest
06:37:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.JwtAuthenticatingRealmTest
06:37:50 [INFO] Running org.eclipse.kapua.integration.service.jobScheduling.RunTriggerServiceI9nTest
06:37:54 
06:37:54 @jobsIntegrationBase @env_docker_base @setup
06:37:54 Scenario: Init Security Context for all scenarios # features/jobScheduling/TriggerServiceI9n.feature:19
06:37:54 10:37:54.345 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment...
06:37:54 10:37:54.346 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:37:54 10:37:54.351 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
06:37:54 10:37:54.351 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
06:37:54 10:37:54.351 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost
06:37:54 10:37:54.351 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306
06:37:54 10:37:54.351 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT
06:37:54 10:37:54.351 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
06:37:54 10:37:54.351 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp
06:37:54 10:37:54.354 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200
06:37:54 10:37:54.355 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
06:37:54 10:37:54.355 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
06:37:54 10:37:54.355 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE
06:37:54 10:37:54.440 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
06:37:54 10:37:54.440 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 
06:37:54 10:37:54.906 [main] INFO  org.reflections.Reflections - Reflections took 453 ms to scan 98 urls, producing 839 keys and 2476 values
06:37:54 10:37:54.952 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
06:37:54 10:37:54.952 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:37:54 10:37:54.953 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
06:37:54 10:37:54.953 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:37:55 10:37:54.953 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
06:37:55 10:37:54.953 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
06:37:55 10:37:54.953 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
06:37:55 10:37:54.953 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
06:37:55 10:37:54.954 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
06:37:55 10:37:54.954 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
06:37:55 10:37:54.954 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
06:37:55 10:37:54.954 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
06:37:55 10:37:54.954 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
06:37:55 10:37:54.955 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:37:55 10:37:54.955 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:37:55 10:37:54.955 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
06:37:55 10:37:54.955 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.CommonsModule
06:37:55 10:37:54.955 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.CommonsConfigurationModule
06:37:55 10:37:54.956 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule
06:37:55 10:37:54.956 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.jpa.CommonJpaModule
06:37:55 10:37:54.956 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.metric.CommonMetricsModule
06:37:55 10:37:54.956 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model.id.CommonsModelIdModule
06:37:55 10:37:54.956 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule
06:37:55 10:37:54.957 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule
06:37:55 10:37:54.957 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.internal.cache.CacheModule
06:37:55 10:37:54.957 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.setting.system.SystemSettingModule
06:37:55 10:37:54.957 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring
06:37:55 10:37:54.957 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc.TestConfigModule
06:37:55 10:37:54.957 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client.JobEngineClientModule
06:37:55 10:37:54.958 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
06:37:55 10:37:54.958 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
06:37:55 10:37:54.958 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.MessageModule
06:37:55 10:37:54.958 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.data.MessageDataModule
06:37:55 10:37:54.958 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule
06:37:55 10:37:54.958 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule
06:37:55 10:37:54.959 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.RegistrationModule
06:37:55 10:37:54.959 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule
06:37:55 10:37:54.959 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.account.internal.AccountModule
06:37:55 10:37:54.959 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.AuthenticationModule
06:37:55 10:37:54.959 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.shiro.AuthenticationModule
06:37:55 10:37:54.960 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule
06:37:55 10:37:54.960 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authorization.shiro.AuthorizationModule
06:37:55 10:37:54.960 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.camel.application.CamelModule
06:37:55 10:37:54.960 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule
06:37:55 10:37:54.960 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.internal.CertificateModule
06:37:55 10:37:54.960 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.DatastoreModule
06:37:55 10:37:54.961 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule
06:37:55 10:37:54.961 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule
06:37:55 10:37:54.961 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule
06:37:55 10:37:54.961 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule
06:37:55 10:37:54.961 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule
06:37:55 10:37:54.961 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule
06:37:55 10:37:54.962 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule
06:37:55 10:37:54.962 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule
06:37:55 10:37:54.962 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule
06:37:55 10:37:54.962 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule
06:37:55 10:37:54.962 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule
06:37:55 10:37:54.963 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule
06:37:55 10:37:54.963 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule
06:37:55 10:37:54.963 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule
06:37:55 10:37:54.963 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule
06:37:55 10:37:54.963 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule
06:37:55 10:37:54.963 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule
06:37:55 10:37:54.964 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule
06:37:55 10:37:54.964 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule
06:37:55 10:37:54.964 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule
06:37:55 10:37:54.964 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule
06:37:55 10:37:54.964 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule
06:37:55 10:37:54.964 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.registry.DeviceRegistryModule
06:37:55 10:37:54.965 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.endpoint.internal.EndpointModule
06:37:55 10:37:54.965 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.execution.internal.JobExecutionModule
06:37:55 10:37:54.965 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.internal.JobModule
06:37:55 10:37:54.965 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule
06:37:55 10:37:54.965 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.internal.JobStepModule
06:37:55 10:37:54.966 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.targets.internal.JobTargetsModule
06:37:55 10:37:54.966 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule
06:37:55 10:37:54.966 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule
06:37:55 10:37:54.966 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule
06:37:55 10:37:54.966 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.id.StorableIdModule
06:37:55 10:37:54.967 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule
06:37:55 10:37:54.967 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.stream.internal.StreamModule
06:37:55 10:37:54.967 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.tag.internal.TagModule
06:37:55 10:37:54.967 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.UserModule
06:37:55 10:37:54.967 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.profile.UserProfileModule
06:37:55 10:37:54.968 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule
06:37:55 10:37:54.968 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KapuaKuraTranslatorsModule
06:37:55 10:37:54.968 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KuraMqttTranslatorsModule
06:37:55 10:37:54.968 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.TranslatorHubModule
06:37:55 10:37:54.968 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule
06:37:55 10:37:54.969 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.TransportModule
06:37:55 10:37:54.969 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.mqtt.TransportMqttModule
06:37:55 10:37:54.969 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
06:37:55 10:37:54.969 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:37:55 10:37:54.969 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
06:37:55 10:37:54.969 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:37:55 10:37:54.970 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:37:56 10:37:56.135 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
06:37:56 10:37:56.135 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor
06:37:56 10:37:56.136 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Bind service interceptor class org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor to subclasses of interface org.eclipse.kapua.service.KapuaService annotated with interface org.eclipse.kapua.event.RaiseServiceEvent
06:37:56 10:37:56.372 [main] WARN  o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one
06:37:56 10:37:56.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events ===================
06:37:56 10:37:56.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:56 10:37:56.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:56 10:37:56.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:56 10:37:56.394 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:56 10:37:56.394 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:56 10:37:56.396 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration ===================
06:37:56 10:37:56.396 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
06:37:56 10:37:56.396 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
06:37:56 10:37:56.396 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
06:37:56 10:37:56.396 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
06:37:56 10:37:56.396 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded XmlSerializable Classes: 0
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded XmlSerializable Classes: 0
06:37:56 10:37:56.397 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
06:37:56 10:37:56.398 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE
06:37:56 10:37:56.553 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
06:37:56 10:37:56.553 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
06:37:56   Given Init Jaxb Context                         # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
06:37:56 10:37:56.556 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
06:37:56 10:37:56.556 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@21b4dd5b
06:37:56 10:37:56.557 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
06:37:56   And Init Security Context                       # org.eclipse.kapua.qa.common.utils.InitShiro.start()
06:37:56 10:37:56.565 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection!
06:37:56 10:37:56.566 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs
06:37:56 10:37:56.566 [main] INFO  o.e.k.q.integration.steps.DockerUtil - Creating docker client...
06:37:57 10:37:57.030 [main] INFO  o.e.k.q.integration.steps.DockerUtil - Creating docker client... DONE
06:37:58 10:37:57.942 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @31420ms to org.eclipse.jetty.util.log.Slf4jLog
06:37:59 10:37:59.256 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.259 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.261 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.261 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.263 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.263 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.268 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs'
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 49 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.269 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs
06:37:59 10:37:59.269 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
06:37:59 10:37:59.269 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
06:37:59 10:37:59.269 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers
06:37:59 10:37:59.272 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.272 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.274 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.274 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.275 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.276 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.279 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers'
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 49 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.279 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers
06:37:59 10:37:59.279 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container job-engine...
06:37:59 10:37:59.391 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.391 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.393 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.393 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.394 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.394 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.398 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.399 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /job-engine...
06:37:59 10:37:59.404 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.404 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.405 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.406 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.407 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.407 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.410 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.411 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container events-broker...
06:37:59 10:37:59.415 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.415 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.418 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.418 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.420 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.420 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.424 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'events-broker' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.425 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /events-broker...
06:37:59 10:37:59.441 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.441 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.443 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.443 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.444 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.444 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.448 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/events-broker' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.448 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container es...
06:37:59 10:37:59.452 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.452 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.453 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.453 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.454 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.454 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.458 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'es' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.458 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /es...
06:37:59 10:37:59.461 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.461 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.462 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.463 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.464 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.464 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.467 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.467 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container db...
06:37:59 10:37:59.470 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.470 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.472 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.472 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.473 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.473 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.487 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.488 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /db...
06:37:59 10:37:59.492 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.493 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.494 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.494 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.496 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.496 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.499 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/db' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.499 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers
06:37:59 10:37:59.502 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.502 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.503 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.503 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.505 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.505 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.508 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove additional containers'
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:413)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 49 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.509 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers
06:37:59 10:37:59.509 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer...
06:37:59 10:37:59.512 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.512 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.513 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.514 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.515 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.515 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.518 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'telemetry-consumer' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.519 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer...
06:37:59 10:37:59.522 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.523 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.524 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.524 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.525 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.526 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.539 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/telemetry-consumer' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.539 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer...
06:37:59 10:37:59.543 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.543 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.545 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.545 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.546 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.546 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.549 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'lifecycle-consumer' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.549 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer...
06:37:59 10:37:59.552 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.552 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.553 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.554 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.555 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.555 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.557 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/lifecycle-consumer' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.558 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container auth-service...
06:37:59 10:37:59.561 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.561 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.562 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.562 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.563 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.564 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.566 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'auth-service' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.567 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /auth-service...
06:37:59 10:37:59.569 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.570 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.571 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.571 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.573 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.573 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.576 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.576 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container message-broker...
06:37:59 10:37:59.579 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.579 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.580 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.581 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.582 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.582 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.585 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'message-broker' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.585 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /message-broker...
06:37:59 10:37:59.588 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.588 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.589 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.589 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.590 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.591 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.593 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/message-broker' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.593 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container rest-api...
06:37:59 10:37:59.596 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.596 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.597 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.597 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.599 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.599 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.602 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.602 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /rest-api...
06:37:59 10:37:59.605 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.605 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.606 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.607 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.608 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.608 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.612 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/rest-api' (cannot filter running container list)
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 50 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.612 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE
06:37:59 10:37:59.615 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.616 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.617 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.617 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.618 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.618 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.638 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE'
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
06:37:59 	... 49 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59 10:37:59.638 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE
06:37:59 10:37:59.638 [main] INFO  o.e.k.q.i.steps.DockerSteps - Starting full docker environment...
06:37:59 10:37:59.646 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.646 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.647 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.648 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.649 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
06:37:59 10:37:59.649 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
06:37:59 10:37:59.651 [main] ERROR o.e.k.q.i.steps.DockerSteps - Error while starting base docker environment: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
06:37:59 	... 51 common frames omitted
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 common frames omitted
06:37:59   And Start base docker environment               # org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment()
06:37:59       com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241)
06:37:59 	at ✽.Start base docker environment(classpath:features/jobScheduling/TriggerServiceI9n.feature:22)
06:37:59 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
06:37:59 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
06:37:59 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
06:37:59 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:37:59 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:37:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:37:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:37:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:37:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:37:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:37:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:37:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:37:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:37:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:37:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:37:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:37:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:37:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:37:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:37:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:37:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:37:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:37:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:37:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:37:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:37:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:37:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:37:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:37:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:37:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:37:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:37:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:37:59 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
06:37:59 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
06:37:59 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
06:37:59 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
06:37:59 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
06:37:59 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
06:37:59 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
06:37:59 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
06:37:59 	at java.base/java.lang.Thread.run(Thread.java:834)
06:37:59 Caused by: java.io.IOException: No such file or directory
06:37:59 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
06:37:59 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
06:37:59 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
06:37:59 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
06:37:59 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
06:37:59 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
06:37:59 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
06:37:59 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
06:37:59 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
06:37:59 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
06:37:59 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
06:37:59 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
06:37:59 	... 14 more
06:37:59 
06:37:59 10:37:59.681 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:37:59 10:37:59.681 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:59 10:37:59.681 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:59 10:37:59.681 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:59 10:37:59.681 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:59 10:37:59.682 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:59 10:37:59.682 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
06:37:59 10:37:59.683 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:37:59 10:37:59.683 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
06:37:59 10:37:59.683 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
06:37:59 10:37:59.683 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
06:37:59 10:37:59.683 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
06:37:59 10:37:59.683 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
06:37:59 10:37:59.684 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.684 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.684 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.685 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.685 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.685 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.686 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.686 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.703 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user ===================
06:37:59 10:37:59.703 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:59 10:37:59.703 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:59 10:37:59.703 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:59 10:37:59.703 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:59 10:37:59.703 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:59 10:37:59.719 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account ===================
06:37:59 10:37:59.719 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:59 10:37:59.719 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:59 10:37:59.719 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:59 10:37:59.719 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:59 10:37:59.719 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:59 10:37:59.790 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler ===================
06:37:59 10:37:59.790 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:59 10:37:59.790 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:59 10:37:59.790 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:59 10:37:59.790 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:59 10:37:59.790 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:59 10:37:59.848 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler ===================
06:37:59 10:37:59.848 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:37:59 10:37:59.848 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:37:59 10:37:59.848 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:37:59 10:37:59.848 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:37:59 10:37:59.848 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:37:59 10:37:59.851 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.851 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.852 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60
06:37:59 10:37:59.852 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.982 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:38:00 10:37:59.983 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:37:59.983 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:37:59.983 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:37:59.983 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:37:59.983 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:37:59.987 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.988 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.988 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.989 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.990 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.991 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.991 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.992 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.992 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.992 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.994 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:37:59.994 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60
06:38:00 10:38:00.047 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:38:00 10:38:00.047 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.048 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.048 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.048 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.048 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.060 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:38:00 10:38:00.061 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.061 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.061 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.061 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.061 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.110 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
06:38:00 10:38:00.110 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.110 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.110 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.110 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.110 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.150 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
06:38:00 10:38:00.151 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.151 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.151 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.151 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.151 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.198 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
06:38:00 10:38:00.198 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.198 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.198 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.198 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.198 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.246 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
06:38:00 10:38:00.246 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.246 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.246 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.247 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.247 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.264 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
06:38:00 10:38:00.265 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.265 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.265 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.265 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.265 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.278 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
06:38:00 10:38:00.278 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.278 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.278 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.278 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.278 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.291 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
06:38:00 10:38:00.291 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.291 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.291 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.291 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.291 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.302 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
06:38:00 10:38:00.303 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.303 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.303 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.303 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.303 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.355 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
06:38:00 10:38:00.355 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.355 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.355 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.355 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.356 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.382 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:38:00 10:38:00.382 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.382 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.382 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.383 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.383 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.401 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
06:38:00 10:38:00.401 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.401 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.401 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.401 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.401 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.473 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
06:38:00 10:38:00.474 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.474 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.474 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.474 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.474 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.475 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
06:38:00 10:38:00.476 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
06:38:00 10:38:00.476 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
06:38:00 10:38:00.476 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
06:38:00 10:38:00.476 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
06:38:00 10:38:00.476 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
06:38:00 10:38:00.483 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
06:38:00 10:38:00.483 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.483 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.484 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.484 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.484 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.498 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
06:38:00 10:38:00.498 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.498 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.498 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.498 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.498 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.544 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:38:00 10:38:00.544 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.544 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.544 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.544 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.544 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.561 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:38:00 10:38:00.561 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.561 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.561 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.561 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.561 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.567 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
06:38:00 10:38:00.567 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.567 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.568 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.568 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.568 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.658 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
06:38:00 10:38:00.658 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.658 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.658 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.658 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.658 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.672 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
06:38:00 10:38:00.672 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.672 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.672 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.673 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.673 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.698 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
06:38:00 10:38:00.698 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.698 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.699 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.699 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.699 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.714 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
06:38:00 10:38:00.714 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.714 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.714 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.714 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.714 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.746 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
06:38:00 10:38:00.747 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:00 10:38:00.747 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
06:38:00 10:38:00.747 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
06:38:00 10:38:00.747 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:00 10:38:00.747 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
06:38:00 10:38:00.749 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
06:38:02       java.lang.RuntimeException: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200]
06:38:02 	at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:72)
06:38:02 	at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434)
06:38:02 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420)
06:38:02 Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200]
06:38:02 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:622)
06:38:02 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:02 	at org.h2.message.DbException.get(DbException.java:194)
06:38:02 	at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:439)
06:38:02 	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:321)
06:38:02 	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:173)
06:38:02 	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:152)
06:38:02 	at org.h2.Driver.connect(Driver.java:69)
06:38:02 	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677)
06:38:02 	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228)
06:38:02 	at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:70)
06:38:02 	at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434)
06:38:02 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420)
06:38:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:02 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:02 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:02 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:02 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:02 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:02 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:02 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:02 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:02 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:02 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:02 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:02 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:02 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:02 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:02 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:02 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:02 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:02 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:02 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:02 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:02 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:02 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:02 Caused by: java.net.ConnectException: Connection refused (Connection refused)
06:38:02 	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
06:38:02 	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
06:38:02 	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
06:38:02 	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
06:38:02 	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
06:38:02 	at java.base/java.net.Socket.connect(Socket.java:591)
06:38:02 	at org.h2.util.NetUtils.createSocket(NetUtils.java:103)
06:38:02 	at org.h2.util.NetUtils.createSocket(NetUtils.java:83)
06:38:02 	at org.h2.engine.SessionRemote.initTransfer(SessionRemote.java:119)
06:38:02 	at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:435)
06:38:02 	... 52 more
06:38:02 
06:38:02 
06:38:02 @jobsIntegrationBase @env_docker_base
06:38:02 Scenario: Adding "Device Connect" Schedule With All Valid Parameters                           # features/jobScheduling/TriggerServiceI9n.feature:24
06:38:02 10:38:02.471 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3
06:38:02 10:38:02.473 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
06:38:03 10:38:03.214 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
06:38:03 10:38:03.695 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:03 	bind => [1 parameter bound]
06:38:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:03 10:38:03.699 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:03 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:03 	bind => [1 parameter bound]
06:38:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:03 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:03 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:03 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:03 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:03 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:03 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:03 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:03 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:03 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:03 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:03 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:03 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:03 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:03 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:03 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:03 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:03 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:03 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:03 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:03 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:03 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:03 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:03 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:03 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:03 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:03 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:03 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:03 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:03 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:03 	bind => [1 parameter bound]
06:38:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:03 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:03 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:03 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:03 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:03 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:03 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:03 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:03 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:03 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:03 	... 65 common frames omitted
06:38:03 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:03 	at org.h2.message.DbException.get(DbException.java:205)
06:38:03 	at org.h2.message.DbException.get(DbException.java:181)
06:38:03 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:03 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:03 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:03 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:03 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:03 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:03 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:03 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:03 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:03 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:03 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:03 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:03 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:03 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:03 	... 86 common frames omitted
06:38:03 
06:38:03     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:03 
06:38:03   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:03       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:03 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:03 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:03 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:29)
06:38:03 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:03 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:03 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:03 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:03 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:03 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:03 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:03 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:03 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:03 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:03 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:03 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:03 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:03 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:03 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:03 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:03 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:03 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:03 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:03 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:03 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:03 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:03 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:03 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:03 	... 51 more
06:38:03 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:03 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:03 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:03 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:03 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:03 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:03 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:03 	... 53 more
06:38:03 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:03 	bind => [1 parameter bound]
06:38:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:03 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:03 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:03 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:03 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:03 	... 57 more
06:38:03 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:03 	bind => [1 parameter bound]
06:38:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:03 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:03 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:03 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:03 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:03 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:03 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:03 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:03 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:03 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:03 	... 65 more
06:38:03 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:03 	at org.h2.message.DbException.get(DbException.java:205)
06:38:03 	at org.h2.message.DbException.get(DbException.java:181)
06:38:03 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:03 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:03 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:03 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:03 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:03 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:03 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:03 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:03 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:03 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:03 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:03 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:03 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:03 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:03 	... 86 more
06:38:03 
06:38:03   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:03   When I find scheduler properties with name "Device Connect"                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:03   And A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:03   And The trigger is set to start today at "10:00"                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:03   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:03   And I logout                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:03 10:38:03.726 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:03 10:38:03.726 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:03 10:38:03.759 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - =================== Persistence Unit Config: kapua-commons ===================
06:38:03 10:38:03.759 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - |  Datasource Name: kapua-dbpool
06:38:03 10:38:03.759 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - |  Configuration Overrides
06:38:03 10:38:03.759 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
06:38:03 10:38:03.759 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - |  	eclipselink.cache.shared.default: false
06:38:03 10:38:03.759 [main] INFO  o.e.k.c.j.AbstractEntityManagerFactory - ==================================================================================
06:38:03 10:38:03.762 [main] INFO  eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3
06:38:03 10:38:03.770 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:03 10:38:03.774 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:03 /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03  [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 
06:38:03 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 ")
06:38:03       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:03 /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03  [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 
06:38:03 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 ")
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:03 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:03 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:03 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:03 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:03 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:03 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:03 /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03  [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 
06:38:03 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 ")
06:38:03 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:03 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:03 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:03 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:03 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:03 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:03 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:03 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:03 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:03 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:03 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:03 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:03 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:03 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:03 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:03 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:03 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:03 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:03 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:03 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:03 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:03 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:03 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:03 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:03 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:03 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:03 /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03  [42102-200]
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:03 	at org.h2.message.DbException.get(DbException.java:205)
06:38:03 	at org.h2.message.DbException.get(DbException.java:181)
06:38:03 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:03 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:03 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:03 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:03 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:03 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:03 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:03 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:03 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:03 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:03 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:03 	... 63 more
06:38:03 
06:38:03 
06:38:03 @jobsIntegrationBase @env_docker_base
06:38:03 Scenario: Adding "Device Connect" Schedule Without Name                                                              # features/jobScheduling/TriggerServiceI9n.feature:41
06:38:03 10:38:03.943 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:03 	bind => [1 parameter bound]
06:38:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:03 10:38:03.945 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:03 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:03 	bind => [1 parameter bound]
06:38:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:03 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:03 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:03 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:03 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:03 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:03 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:03 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:03 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:03 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:03 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:03 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:03 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:03 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:03 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:03 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:03 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:03 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:03 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:03 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:03 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:03 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:03 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:03 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:03 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:03 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:03 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:03 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:03 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:03 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:03 	bind => [1 parameter bound]
06:38:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:03 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:03 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:03 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:03 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:03 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:03 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:03 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:03 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:03 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:03 	... 65 common frames omitted
06:38:03 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:03 	at org.h2.message.DbException.get(DbException.java:205)
06:38:03 	at org.h2.message.DbException.get(DbException.java:181)
06:38:03 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:03 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:03 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:03 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:03 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:03 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:03 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:03 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:03 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:03 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:03 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:03 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:03 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:03 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:03 	... 86 common frames omitted
06:38:03 
06:38:03     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:03 
06:38:03   Given I login as user with name "kapua-sys" and password "kapua-password"                                          # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:03       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:03 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:03 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:03 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:47)
06:38:03 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:03 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:03 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:03 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:03 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:03 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:03 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:03 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:03 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:03 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:03 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:03 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:03 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:03 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:03 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:03 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:03 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:03 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:03 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:03 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:03 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:03 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:03 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:03 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:03 	... 51 more
06:38:03 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:03 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:03 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:03 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:03 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:03 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:03 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:03 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:03 	... 53 more
06:38:03 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:03 	bind => [1 parameter bound]
06:38:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:03 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:03 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:03 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:03 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:03 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:03 	... 57 more
06:38:03 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:03 	bind => [1 parameter bound]
06:38:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:03 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:03 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:03 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:03 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:03 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:03 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:03 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:03 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:03 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:03 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:03 	... 65 more
06:38:03 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:03 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:03 	at org.h2.message.DbException.get(DbException.java:205)
06:38:03 	at org.h2.message.DbException.get(DbException.java:181)
06:38:03 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:03 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:03 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:03 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:03 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:03 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:03 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:03 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:03 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:03 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:03 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:03 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:03 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:03 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:03 	... 86 more
06:38:03 
06:38:03   And I create a job with the name "job0"                                                                            # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:03   When I find scheduler properties with name "Device Connect"                                                        # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:03   And A regular trigger creator with the name "" is created                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:03   And The trigger is set to start today at "10:00"                                                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:03   When I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:03   And I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:03   Then An exception was thrown                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:03   And I logout                                                                                                       # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:03 10:38:03.957 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:03 10:38:03.957 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:03 10:38:03.957 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:03 10:38:03.960 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:03 /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03  [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 
06:38:03 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 ")
06:38:03       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:03 /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03  [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 
06:38:03 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 ")
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:03 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:03 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:03 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:03 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:03 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:03 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:03 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:03 /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03  [42102-200]
06:38:03 Error Code: 42102
06:38:03 Call: /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 
06:38:03 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03 ")
06:38:03 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:03 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:03 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:03 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:03 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:03 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:03 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:03 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:03 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:03 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:03 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:03 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:03 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:03 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:03 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:03 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:03 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:03 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:03 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:03 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:03 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:03 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:03 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:03 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:03 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:03 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:03 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:03 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:03 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:03 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:03 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:03 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:03 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:03 /*******************************************************************************
06:38:03  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:03  *
06:38:03  * This program and the accompanying materials are made
06:38:03  * available under the terms of the Eclipse Public License 2.0
06:38:03  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:03  *
06:38:03  * SPDX-License-Identifier: EPL-2.0
06:38:03  *
06:38:03  * Contributors:
06:38:03  *     Eurotech - initial API and implementation
06:38:03  *******************************************************************************/
06:38:03 
06:38:03 UPDATE act_account SET scope_id = null;
06:38:03 
06:38:03 DELETE
06:38:03 FROM act_account
06:38:03 WHERE id NOT IN (1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_credential
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_access_token;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_mfa_option;
06:38:03 
06:38:03 DELETE
06:38:03 FROM atht_scratch_code;
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_role_permission
06:38:03 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_connection;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device;
06:38:03 
06:38:03 DELETE
06:38:03 FROM dvc_device_event;
06:38:03 
06:38:03 DELETE
06:38:03 FROM sys_configuration
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:03 
06:38:03 DELETE
06:38:03 FROM usr_user
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_info
06:38:03 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_permission
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_access_role
06:38:03 WHERE NOT (scope_id = 1 AND id = 1);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain_actions
06:38:03 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_domain
06:38:03 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:03 
06:38:03 DELETE
06:38:03 FROM athz_group;
06:38:03 
06:38:03 DELETE
06:38:03 FROM tag_tag;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_execution;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition
06:38:03 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_definition_properties
06:38:03 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_step_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM job_job_target;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger;
06:38:03 
06:38:03 DELETE
06:38:03 FROM schdl_trigger_properties;
06:38:03 
06:38:03 DELETE
06:38:03 FROM endp_endpoint_info;
06:38:03  [42102-200]
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:03 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:03 	at org.h2.message.DbException.get(DbException.java:205)
06:38:03 	at org.h2.message.DbException.get(DbException.java:181)
06:38:03 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:03 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:03 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:03 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:03 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:03 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:03 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:03 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:03 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:03 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:03 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:03 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:03 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:03 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:03 	... 63 more
06:38:03 
06:38:04 
06:38:04 @jobsIntegrationBase @env_docker_base
06:38:04 Scenario: Adding "Device Connect" Schedule With Name Only                                                            # features/jobScheduling/TriggerServiceI9n.feature:57
06:38:04 10:38:04.107 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 10:38:04.109 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:04 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:04 	... 65 common frames omitted
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:04 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:04 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:04 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:04 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:04 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 86 common frames omitted
06:38:04 
06:38:04     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:04 
06:38:04   Given I login as user with name "kapua-sys" and password "kapua-password"                                          # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:04       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:62)
06:38:04 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:04 	... 51 more
06:38:04 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:04 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:04 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:04 	... 53 more
06:38:04 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:04 	... 57 more
06:38:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:04 	... 65 more
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:04 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:04 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:04 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:04 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:04 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 86 more
06:38:04 
06:38:04   And I create a job with the name "job0"                                                                            # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:04   When I find scheduler properties with name "Device Connect"                                                        # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:04   And A regular trigger creator with the name "schedule0" is created                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:04   When I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:04   And I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:04   Then An exception was thrown                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:04   And I logout                                                                                                       # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:04 10:38:04.120 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:04 10:38:04.121 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:04 10:38:04.121 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:04 10:38:04.123 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:04 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:04 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:04 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:04 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:04 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 63 more
06:38:04 
06:38:04 
06:38:04 @jobsIntegrationBase @env_docker_base
06:38:04 Scenario: Adding "Device Connect" Schedule With Non-Unique Name                                                                   # features/jobScheduling/TriggerServiceI9n.feature:71
06:38:04 10:38:04.285 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 10:38:04.287 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:04 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:04 	... 65 common frames omitted
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:04 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:04 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:04 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:04 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:04 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 86 common frames omitted
06:38:04 
06:38:04     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:04 
06:38:04   Given I login as user with name "kapua-sys" and password "kapua-password"                                                       # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:04       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:77)
06:38:04 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:04 	... 51 more
06:38:04 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:04 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:04 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:04 	... 53 more
06:38:04 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:04 	... 57 more
06:38:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:04 	... 65 more
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:04 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:04 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:04 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:04 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:04 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 86 more
06:38:04 
06:38:04   And I create a job with the name "job0"                                                                                         # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:04   When I find scheduler properties with name "Device Connect"                                                                     # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:04   And A regular trigger creator with the name "schedule1" is created                                                              # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:04   And The trigger is set to start today at "0:00"                                                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:04   And The trigger is set to start today at "23:59"                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:04   And I create a new trigger from the existing creator with previously defined date properties                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:04   And A regular trigger creator with the name "schedule1" is created                                                              # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:04   And The trigger is set to start today at "12:00"                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:04   When I expect the exception "KapuaDuplicateNameException" with the text "An entity with the same name schedule1 already exists" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:04   And I create a new trigger from the existing creator with previously defined date properties                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:04   Then An exception was thrown                                                                                                    # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:04   And I logout                                                                                                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:04 10:38:04.302 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:04 10:38:04.302 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:04 10:38:04.302 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:04 10:38:04.304 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:04 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:04 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:04 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:04 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:04 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 63 more
06:38:04 
06:38:04 
06:38:04 @jobsIntegrationBase @env_docker_base
06:38:04 Scenario: Adding "Device Connect" Schedule With Max Length Name                                                                                                                                                                                                                                                            # features/jobScheduling/TriggerServiceI9n.feature:91
06:38:04 10:38:04.487 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 10:38:04.489 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:04 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:04 	... 65 common frames omitted
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:04 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:04 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:04 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:04 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:04 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 86 common frames omitted
06:38:04 
06:38:04     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:04 
06:38:04   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                                                                                                                                                                                                # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:04       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:97)
06:38:04 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:04 	... 51 more
06:38:04 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:04 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:04 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:04 	... 53 more
06:38:04 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:04 	... 57 more
06:38:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:04 	... 65 more
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:04 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:04 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:04 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:04 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:04 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 86 more
06:38:04 
06:38:04   And I create a job with the name "job0"                                                                                                                                                                                                                                                                                  # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:04   When I find scheduler properties with name "Device Connect"                                                                                                                                                                                                                                                              # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:04   And A regular trigger creator with the name "wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:04   And The trigger is set to start today at "10:00"                                                                                                                                                                                                                                                                         # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:04   And I create a new trigger from the existing creator with previously defined date properties                                                                                                                                                                                                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:04   And I logout                                                                                                                                                                                                                                                                                                             # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:04 10:38:04.500 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:04 10:38:04.500 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:04 10:38:04.500 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:04 10:38:04.503 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:04 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:04 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:04 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:04 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:04 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 63 more
06:38:04 
06:38:04 
06:38:04 @jobsIntegrationBase @env_docker_base
06:38:04 Scenario: Adding "Device Connect" Schedule With Min Length Name                                # features/jobScheduling/TriggerServiceI9n.feature:105
06:38:04 10:38:04.650 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 10:38:04.652 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:04 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:04 	... 65 common frames omitted
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:04 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:04 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:04 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:04 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:04 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 86 common frames omitted
06:38:04 
06:38:04     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:04 
06:38:04   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:04       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:111)
06:38:04 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:04 	... 51 more
06:38:04 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:04 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:04 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:04 	... 53 more
06:38:04 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:04 	... 57 more
06:38:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:04 	... 65 more
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:04 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:04 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:04 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:04 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:04 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 86 more
06:38:04 
06:38:04   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:04   When I find scheduler properties with name "Device Connect"                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:04   And A regular trigger creator with the name "www" is created                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:04   And The trigger is set to start today at "10:00"                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:04   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:04   And I logout                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:04 10:38:04.662 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:04 10:38:04.662 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:04 10:38:04.663 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:04 10:38:04.665 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:04 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:04 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:04 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:04 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:04 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 63 more
06:38:04 
06:38:04 
06:38:04 @jobsIntegrationBase @env_docker_base
06:38:04 Scenario: Adding "Device Connect" Schedule Without The Start Date Parameter                                           # features/jobScheduling/TriggerServiceI9n.feature:123
06:38:04 10:38:04.821 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 10:38:04.823 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:04 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:04 	... 65 common frames omitted
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:04 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:04 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:04 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:04 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:04 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 86 common frames omitted
06:38:04 
06:38:04     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:04 
06:38:04   Given I login as user with name "kapua-sys" and password "kapua-password"                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:04       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:128)
06:38:04 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:04 	... 51 more
06:38:04 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:04 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:04 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:04 	... 53 more
06:38:04 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:04 	... 57 more
06:38:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:04 	bind => [1 parameter bound]
06:38:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:04 	... 65 more
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:04 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:04 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:04 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:04 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:04 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:04 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 86 more
06:38:04 
06:38:04   And I create a job with the name "job0"                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:04   When I find scheduler properties with name "Device Connect"                                                         # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:04   And A regular trigger creator with the name "schedule0" is created                                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:04   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:04   When I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:04   And An exception was thrown                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:04   And I logout                                                                                                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:04 10:38:04.844 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:04 10:38:04.844 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:04 10:38:04.844 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:04 10:38:04.846 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:04 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 Error Code: 42102
06:38:04 Call: /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 
06:38:04 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04 ")
06:38:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:04 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:04 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:04 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:04 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:04 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:04 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:04 /*******************************************************************************
06:38:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:04  *
06:38:04  * This program and the accompanying materials are made
06:38:04  * available under the terms of the Eclipse Public License 2.0
06:38:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:04  *
06:38:04  * SPDX-License-Identifier: EPL-2.0
06:38:04  *
06:38:04  * Contributors:
06:38:04  *     Eurotech - initial API and implementation
06:38:04  *******************************************************************************/
06:38:04 
06:38:04 UPDATE act_account SET scope_id = null;
06:38:04 
06:38:04 DELETE
06:38:04 FROM act_account
06:38:04 WHERE id NOT IN (1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_credential
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_access_token;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_mfa_option;
06:38:04 
06:38:04 DELETE
06:38:04 FROM atht_scratch_code;
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_role_permission
06:38:04 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_connection;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device;
06:38:04 
06:38:04 DELETE
06:38:04 FROM dvc_device_event;
06:38:04 
06:38:04 DELETE
06:38:04 FROM sys_configuration
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:04 
06:38:04 DELETE
06:38:04 FROM usr_user
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_info
06:38:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_permission
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_access_role
06:38:04 WHERE NOT (scope_id = 1 AND id = 1);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain_actions
06:38:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_domain
06:38:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:04 
06:38:04 DELETE
06:38:04 FROM athz_group;
06:38:04 
06:38:04 DELETE
06:38:04 FROM tag_tag;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_execution;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition
06:38:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_definition_properties
06:38:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_step_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM job_job_target;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger;
06:38:04 
06:38:04 DELETE
06:38:04 FROM schdl_trigger_properties;
06:38:04 
06:38:04 DELETE
06:38:04 FROM endp_endpoint_info;
06:38:04  [42102-200]
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:04 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:04 	at org.h2.message.DbException.get(DbException.java:205)
06:38:04 	at org.h2.message.DbException.get(DbException.java:181)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:04 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:04 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:04 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:04 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:04 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:04 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:04 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:04 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:04 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:04 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:04 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:04 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:04 	... 63 more
06:38:04 
06:38:05 
06:38:05 @jobsIntegrationBase @env_docker_base
06:38:05 Scenario: Adding "Device Connect" Schedule With Non-Unique Start Date Parameter                # features/jobScheduling/TriggerServiceI9n.feature:137
06:38:05 10:38:05.007 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 10:38:05.009 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:05 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 common frames omitted
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 common frames omitted
06:38:05 
06:38:05     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 
06:38:05   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:05       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:143)
06:38:05 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	... 51 more
06:38:05 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:05 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:05 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	... 53 more
06:38:05 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	... 57 more
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 more
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 more
06:38:05 
06:38:05   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:05   When I find scheduler properties with name "Device Connect"                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:05   And A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:05   And The trigger is set to start on "12-12-2020" at "10:10"                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:05   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:05   And A regular trigger creator with the name "schedule1" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:05   And The trigger is set to start on "12-12-2020" at "10:10"                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:05   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:05   And I logout                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:05 10:38:05.043 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:05 10:38:05.043 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:05 10:38:05.043 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:05 10:38:05.046 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:05 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:05 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:05 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:05 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:05 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 63 more
06:38:05 
06:38:05 
06:38:05 @jobsIntegrationBase @env_docker_base
06:38:05 Scenario: Adding "Device Connect" Schedule With Start Date Only                                                       # features/jobScheduling/TriggerServiceI9n.feature:154
06:38:05 10:38:05.192 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 10:38:05.194 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:05 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 common frames omitted
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 common frames omitted
06:38:05 
06:38:05     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 
06:38:05   Given I login as user with name "kapua-sys" and password "kapua-password"                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:05       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:160)
06:38:05 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	... 51 more
06:38:05 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:05 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:05 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	... 53 more
06:38:05 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	... 57 more
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 more
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 more
06:38:05 
06:38:05   And I create a job with the name "job0"                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:05   When I find scheduler properties with name "Device Connect"                                                         # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:05   And A regular trigger creator with the name "" is created                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:05   And The trigger is set to start on "12-12-2020" at "10:10"                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:05   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:05   When I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:05   And An exception was thrown                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:05   And I logout                                                                                                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:05 10:38:05.205 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:05 10:38:05.205 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:05 10:38:05.205 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:05 10:38:05.207 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:05 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:05 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:05 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:05 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:05 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 63 more
06:38:05 
06:38:05 
06:38:05 @jobsIntegrationBase @env_docker_base
06:38:05 Scenario: Adding "Device Connect" Schedule With Non-Unique End Date Parameter                   # features/jobScheduling/TriggerServiceI9n.feature:174
06:38:05 10:38:05.351 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 10:38:05.353 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:05 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 common frames omitted
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 common frames omitted
06:38:05 
06:38:05     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 
06:38:05   Given I login as user with name "kapua-sys" and password "kapua-password"                     # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:05       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:180)
06:38:05 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	... 51 more
06:38:05 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:05 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:05 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	... 53 more
06:38:05 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	... 57 more
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 more
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 more
06:38:05 
06:38:05   And I create a job with the name "job0"                                                       # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:05   When I find scheduler properties with name "Device Connect"                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:05   Then A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:05   And The trigger is set to start on "12-01-2030" at "10:10"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:05   And The trigger is set to end on "15-12-2030" at "10:10"                                      # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
06:38:05   Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:05   And A regular trigger creator with the name "schedule1" is created                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:05   And The trigger is set to start on "12-12-2030" at "10:10"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:05   And The trigger is set to end on "15-12-2030" at "10:10"                                      # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
06:38:05   And I create a new trigger from the existing creator with previously defined date properties  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:05   And I logout                                                                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:05 10:38:05.365 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:05 10:38:05.365 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:05 10:38:05.365 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:05 10:38:05.368 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:05 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:05 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:05 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:05 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:05 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 63 more
06:38:05 
06:38:05 
06:38:05 @jobsIntegrationBase @env_docker_base
06:38:05 Scenario: Adding "Device Connect" Schedule With End Date Only                                                         # features/jobScheduling/TriggerServiceI9n.feature:193
06:38:05 10:38:05.509 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 10:38:05.510 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:05 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 common frames omitted
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 common frames omitted
06:38:05 
06:38:05     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 
06:38:05   Given I login as user with name "kapua-sys" and password "kapua-password"                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:05       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:198)
06:38:05 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	... 51 more
06:38:05 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:05 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:05 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	... 53 more
06:38:05 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	... 57 more
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 more
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 more
06:38:05 
06:38:05   And I create a job with the name "job0"                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:05   When I find scheduler properties with name "Device Connect"                                                         # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:05   And A regular trigger creator with the name "" is created                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:05   And The trigger is set to end on "12-12-2020" at "10:10"                                                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
06:38:05   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:05   When I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:05   And An exception was thrown                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:05   And I logout                                                                                                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:05 10:38:05.544 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:05 10:38:05.544 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:05 10:38:05.544 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:05 10:38:05.547 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:05 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:05 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:05 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:05 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:05 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 63 more
06:38:05 
06:38:05 
06:38:05 @jobsIntegrationBase @env_docker_base
06:38:05 Scenario: Adding "Device Connect" Schedule With End Time before Start time                                                                                                                     # features/jobScheduling/TriggerServiceI9n.feature:212
06:38:05 10:38:05.677 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 10:38:05.679 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:05 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 common frames omitted
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 common frames omitted
06:38:05 
06:38:05     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 
06:38:05   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                                                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:05       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:217)
06:38:05 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	... 51 more
06:38:05 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:05 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:05 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	... 53 more
06:38:05 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	... 57 more
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 more
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 more
06:38:05 
06:38:05   And I create a job with the name "job0"                                                                                                                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:05   When I find scheduler properties with name "Device Connect"                                                                                                                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:05   And A regular trigger creator with the name "schedule0" is created                                                                                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:05   And The trigger is set to start on "12-12-2020" at "11:00"                                                                                                                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:05   And The trigger is set to end on "12-12-2020" at "10:00"                                                                                                                                     # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
06:38:05   When I expect the exception "TriggerInvalidDatesException" with the text "Trigger with startsOn 12/12/20, 11:00 AM, endsOn 12/12/20, 10:00 AM will never fire according to the current date" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:05   And I create a new trigger from the existing creator with previously defined date properties                                                                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:05   And An exception was thrown                                                                                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:05   And I logout                                                                                                                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:05 10:38:05.689 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:05 10:38:05.689 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:05 10:38:05.689 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:05 10:38:05.692 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:05 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:05 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:05 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:05 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:05 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 63 more
06:38:05 
06:38:05 
06:38:05 @jobsIntegrationBase @env_docker_base
06:38:05 Scenario: Adding "Device Connect" Schedule With the same Start and End time                                                                                                                    # features/jobScheduling/TriggerServiceI9n.feature:228
06:38:05 10:38:05.841 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 10:38:05.843 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:05 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 common frames omitted
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 common frames omitted
06:38:05 
06:38:05     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 
06:38:05   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                                                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:05       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:233)
06:38:05 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	... 51 more
06:38:05 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:05 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:05 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:05 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	... 53 more
06:38:05 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	... 57 more
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:05 	... 65 more
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:05 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:05 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:05 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:05 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:05 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 86 more
06:38:05 
06:38:05   And I create a job with the name "job0"                                                                                                                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:05   When I find scheduler properties with name "Device Connect"                                                                                                                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:05   And A regular trigger creator with the name "schedule0" is created                                                                                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:05   And The trigger is set to start on "12-12-2020" at "10:00"                                                                                                                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:05   And The trigger is set to end on "12-12-2020" at "10:00"                                                                                                                                     # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
06:38:05   When I expect the exception "TriggerInvalidDatesException" with the text "Trigger with startsOn 12/12/20, 10:00 AM, endsOn 12/12/20, 10:00 AM will never fire according to the current date" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:05   And I create a new trigger from the existing creator with previously defined date properties                                                                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:05   And An exception was thrown                                                                                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:05   And I logout                                                                                                                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:05 10:38:05.853 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:05 10:38:05.853 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:05 10:38:05.853 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:05 10:38:05.856 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 
06:38:05 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05 ")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:05 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:05 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:05 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:05 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:05 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:05 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:05 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:05 /*******************************************************************************
06:38:05  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:05  *
06:38:05  * This program and the accompanying materials are made
06:38:05  * available under the terms of the Eclipse Public License 2.0
06:38:05  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:05  *
06:38:05  * SPDX-License-Identifier: EPL-2.0
06:38:05  *
06:38:05  * Contributors:
06:38:05  *     Eurotech - initial API and implementation
06:38:05  *******************************************************************************/
06:38:05 
06:38:05 UPDATE act_account SET scope_id = null;
06:38:05 
06:38:05 DELETE
06:38:05 FROM act_account
06:38:05 WHERE id NOT IN (1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_credential
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_access_token;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_mfa_option;
06:38:05 
06:38:05 DELETE
06:38:05 FROM atht_scratch_code;
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_role_permission
06:38:05 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_connection;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device;
06:38:05 
06:38:05 DELETE
06:38:05 FROM dvc_device_event;
06:38:05 
06:38:05 DELETE
06:38:05 FROM sys_configuration
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:05 
06:38:05 DELETE
06:38:05 FROM usr_user
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_info
06:38:05 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_permission
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_access_role
06:38:05 WHERE NOT (scope_id = 1 AND id = 1);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain_actions
06:38:05 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_domain
06:38:05 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:05 
06:38:05 DELETE
06:38:05 FROM athz_group;
06:38:05 
06:38:05 DELETE
06:38:05 FROM tag_tag;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_execution;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition
06:38:05 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_definition_properties
06:38:05 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_step_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM job_job_target;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger;
06:38:05 
06:38:05 DELETE
06:38:05 FROM schdl_trigger_properties;
06:38:05 
06:38:05 DELETE
06:38:05 FROM endp_endpoint_info;
06:38:05  [42102-200]
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:05 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:05 	at org.h2.message.DbException.get(DbException.java:205)
06:38:05 	at org.h2.message.DbException.get(DbException.java:181)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:05 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:05 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:05 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:05 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:05 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:05 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:05 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:05 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:05 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:05 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:05 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:05 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:05 	... 63 more
06:38:05 
06:38:05 
06:38:05 @jobsIntegrationBase @env_docker_base
06:38:05 Scenario: Adding "Interval Job" Schedule With All Valid Parameters                             # features/jobScheduling/TriggerServiceI9n.feature:248
06:38:05 10:38:05.975 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 10:38:05.977 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:05 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:05 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:05 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:05 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:05 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:05 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:05 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:05 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:05 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:05 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:05 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:05 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:05 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:05 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:05 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:05 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:05 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:05 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:05 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:05 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:05 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:05 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:05 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:05 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:05 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:05 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:05 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:05 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:05 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:05 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:05 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:05 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:05 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:05 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:05 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:05 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:05 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:05 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:05 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:05 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:05 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:05 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:05 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:05 Error Code: 42102
06:38:05 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:05 	bind => [1 parameter bound]
06:38:05 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:05 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:05 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:05 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:05 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:05 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:05 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:05 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:05 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:05 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:05 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:05 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:05 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 65 common frames omitted
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 86 common frames omitted
06:38:06 
06:38:06     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 
06:38:06   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:06       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:253)
06:38:06 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	... 51 more
06:38:06 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:06 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:06 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	... 53 more
06:38:06 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	... 57 more
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 65 more
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 86 more
06:38:06 
06:38:06   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:06   When I find scheduler properties with name "Interval Job"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:06   And A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:06   And The trigger is set to start today at "10:00"                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:06   And I set retry interval to 1                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:06   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:06   And I logout                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:06   Then No exception was thrown                                                                 # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:38:06 10:38:05.986 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:06 10:38:05.986 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:06 10:38:05.986 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:06 10:38:05.989 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:06 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:06 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:06 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:06 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:06 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 63 more
06:38:06 
06:38:06 
06:38:06 @jobsIntegrationBase @env_docker_base
06:38:06 Scenario: Adding "Interval Job" Schedule Without a Name                                                              # features/jobScheduling/TriggerServiceI9n.feature:267
06:38:06 10:38:06.128 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 10:38:06.130 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:06 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 65 common frames omitted
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 86 common frames omitted
06:38:06 
06:38:06     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 
06:38:06   Given I login as user with name "kapua-sys" and password "kapua-password"                                          # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:06       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:273)
06:38:06 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	... 51 more
06:38:06 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:06 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:06 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	... 53 more
06:38:06 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	... 57 more
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 65 more
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 86 more
06:38:06 
06:38:06   And I create a job with the name "job0"                                                                            # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:06   When I find scheduler properties with name "Interval Job"                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:06   And A regular trigger creator with the name "" is created                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:06   And The trigger is set to start today at "10:00"                                                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:06   And I set retry interval to 1                                                                                      # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:06   When I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:06   And I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:06   Then An exception was thrown                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:06   And I logout                                                                                                       # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:06 10:38:06.147 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:06 10:38:06.147 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:06 10:38:06.147 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:06 10:38:06.149 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:06 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:06 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:06 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:06 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:06 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 63 more
06:38:06 
06:38:06 
06:38:06 @jobsIntegrationBase @env_docker_base
06:38:06 Scenario: Adding "Interval Job" Schedule With Name Only                                                              # features/jobScheduling/TriggerServiceI9n.feature:284
06:38:06 10:38:06.292 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 10:38:06.294 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:06 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 65 common frames omitted
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 86 common frames omitted
06:38:06 
06:38:06     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 
06:38:06   Given I login as user with name "kapua-sys" and password "kapua-password"                                          # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:06       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:289)
06:38:06 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	... 51 more
06:38:06 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:06 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:06 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	... 53 more
06:38:06 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	... 57 more
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 65 more
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 86 more
06:38:06 
06:38:06   And I create a job with the name "job0"                                                                            # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:06   When I find scheduler properties with name "Interval Job"                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:06   And A regular trigger creator with the name "schedule0" is created                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:06   And I set retry interval to 1                                                                                      # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:06   When I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:06   And I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:06   Then An exception was thrown                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:06   And I logout                                                                                                       # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:06 10:38:06.305 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:06 10:38:06.305 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:06 10:38:06.305 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:06 10:38:06.307 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:06 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
06:38:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:06 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:06 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:06 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:06 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 63 more
06:38:06 
06:38:06 
06:38:06 @jobsIntegrationBase @env_docker_base
06:38:06 Scenario: Adding "Interval Job" Schedule With Non-Unique Name                                                                     # features/jobScheduling/TriggerServiceI9n.feature:299
06:38:06 10:38:06.424 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 10:38:06.426 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:06 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 64 common frames omitted
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 85 common frames omitted
06:38:06 
06:38:06     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 
06:38:06   Given I login as user with name "kapua-sys" and password "kapua-password"                                                       # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:06       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:305)
06:38:06 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	... 50 more
06:38:06 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:06 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:06 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	... 52 more
06:38:06 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	... 56 more
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 64 more
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 85 more
06:38:06 
06:38:06   And I create a job with the name "job0"                                                                                         # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:06   When I find scheduler properties with name "Interval Job"                                                                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:06   And A regular trigger creator with the name "schedule1" is created                                                              # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:06   And The trigger is set to start today at "10:00"                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:06   And I set retry interval to 1                                                                                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:06   And I create a new trigger from the existing creator with previously defined date properties                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:06   And A regular trigger creator with the name "schedule1" is created                                                              # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:06   And The trigger is set to start today at "12:00"                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:06   And I set retry interval to 1                                                                                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:06   When I expect the exception "KapuaDuplicateNameException" with the text "An entity with the same name schedule1 already exists" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:06   And I create a new trigger from the existing creator with previously defined date properties                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:06   Then An exception was thrown                                                                                                    # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:06   And I logout                                                                                                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:06 10:38:06.443 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:06 10:38:06.444 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:06 10:38:06.444 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:06 10:38:06.446 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:06 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:06 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:06 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:06 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:06 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 62 more
06:38:06 
06:38:06 
06:38:06 @jobsIntegrationBase @env_docker_base
06:38:06 Scenario: Adding "Interval Job" Schedule With Max Length Name                                                                                                                                                                                                                                                              # features/jobScheduling/TriggerServiceI9n.feature:320
06:38:06 10:38:06.550 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 10:38:06.552 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:06 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 64 common frames omitted
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 85 common frames omitted
06:38:06 
06:38:06     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 
06:38:06   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                                                                                                                                                                                                # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:06       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:325)
06:38:06 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	... 50 more
06:38:06 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:06 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:06 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	... 52 more
06:38:06 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	... 56 more
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 64 more
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 85 more
06:38:06 
06:38:06   And I create a job with the name "job0"                                                                                                                                                                                                                                                                                  # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:06   When I find scheduler properties with name "Interval Job"                                                                                                                                                                                                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:06   And A regular trigger creator with the name "wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:06   And The trigger is set to start today at "10:00"                                                                                                                                                                                                                                                                         # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:06   And I set retry interval to 1                                                                                                                                                                                                                                                                                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:06   And I create a new trigger from the existing creator with previously defined date properties                                                                                                                                                                                                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:06   And I logout                                                                                                                                                                                                                                                                                                             # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:06   Then No exception was thrown                                                                                                                                                                                                                                                                                             # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:38:06 10:38:06.561 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:06 10:38:06.561 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:06 10:38:06.561 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:06 10:38:06.563 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:06 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:06 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:06 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:06 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:06 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 62 more
06:38:06 
06:38:06 
06:38:06 @jobsIntegrationBase @env_docker_base
06:38:06 Scenario: Interval Job" Schedule With Too Long Name                                                                                                                                                                                                                                                                         # features/jobScheduling/TriggerServiceI9n.feature:335
06:38:06 10:38:06.686 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 10:38:06.688 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:06 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 64 common frames omitted
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 85 common frames omitted
06:38:06 
06:38:06     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 
06:38:06   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                                                                                                                                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:06       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:340)
06:38:06 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	... 50 more
06:38:06 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:06 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:06 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	... 52 more
06:38:06 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	... 56 more
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 64 more
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 85 more
06:38:06 
06:38:06   And I create a job with the name "job0"                                                                                                                                                                                                                                                                                   # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:06   When I find scheduler properties with name "Interval Job"                                                                                                                                                                                                                                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:06   And A regular trigger creator with the name "wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:06   And The trigger is set to start today at "10:00"                                                                                                                                                                                                                                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:06   And I set retry interval to 1                                                                                                                                                                                                                                                                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:06   Given I expect the exception "KapuaIllegalArgumentException" with the text " Value over than allowed max length. Max length is: 255."                                                                                                                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:06   And I create a new trigger from the existing creator with previously defined date properties                                                                                                                                                                                                                              # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:06   And An exception was thrown                                                                                                                                                                                                                                                                                               # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:06   And I logout                                                                                                                                                                                                                                                                                                              # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:06 10:38:06.697 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:06 10:38:06.697 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:06 10:38:06.698 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:06 10:38:06.700 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:06 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:06 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:06 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:06 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:06 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 62 more
06:38:06 
06:38:06 
06:38:06 @jobsIntegrationBase @env_docker_base
06:38:06 Scenario: Adding "Interval Job" Schedule With Min Length Name                                  # features/jobScheduling/TriggerServiceI9n.feature:351
06:38:06 10:38:06.818 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 10:38:06.819 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:06 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 64 common frames omitted
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 85 common frames omitted
06:38:06 
06:38:06     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 
06:38:06   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:06       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:356)
06:38:06 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	... 50 more
06:38:06 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:06 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:06 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	... 52 more
06:38:06 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	... 56 more
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 64 more
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 85 more
06:38:06 
06:38:06   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:06   When I find scheduler properties with name "Interval Job"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:06   And A regular trigger creator with the name "www" is created                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:06   And The trigger is set to start today at "10:00"                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:06   And I set retry interval to 1                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:06   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:06   And I logout                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:06   Then No exception was thrown                                                                 # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:38:06 10:38:06.843 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:06 10:38:06.843 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:06 10:38:06.844 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:06 10:38:06.846 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:06 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:06 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:06 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:06 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:06 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 62 more
06:38:06 
06:38:06 
06:38:06 @jobsIntegrationBase @env_docker_base
06:38:06 Scenario: Adding "Interval Job" Schedule Without The Start Date Parameter                                             # features/jobScheduling/TriggerServiceI9n.feature:370
06:38:06 10:38:06.968 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 10:38:06.969 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:06 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 64 common frames omitted
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 85 common frames omitted
06:38:06 
06:38:06     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 
06:38:06   Given I login as user with name "kapua-sys" and password "kapua-password"                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:06       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:375)
06:38:06 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:06 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:06 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:06 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:06 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:06 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:06 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:06 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:06 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:06 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:06 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:06 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:06 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:06 	... 50 more
06:38:06 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:06 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:06 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:06 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:06 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:06 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:06 	... 52 more
06:38:06 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:06 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:06 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:06 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:06 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:06 	... 56 more
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:06 	bind => [1 parameter bound]
06:38:06 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:06 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:06 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:06 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:06 	... 64 more
06:38:06 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:06 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:06 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:06 	at org.h2.message.DbException.get(DbException.java:205)
06:38:06 	at org.h2.message.DbException.get(DbException.java:181)
06:38:06 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:06 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:06 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:06 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:06 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:06 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:06 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:06 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:06 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:06 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:06 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:06 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:06 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:06 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:06 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:06 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:06 	... 85 more
06:38:06 
06:38:06   And I create a job with the name "job0"                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:06   When I find scheduler properties with name "Interval Job"                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:06   And A regular trigger creator with the name "schedule0" is created                                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:06   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:06   When I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:06   And An exception was thrown                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:06   And I logout                                                                                                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:06 10:38:06.977 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:06 10:38:06.977 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:06 10:38:06.978 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:06 10:38:06.980 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:06 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:06 /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06  [42102-200]
06:38:06 Error Code: 42102
06:38:06 Call: /*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 
06:38:06 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:06  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:06  *
06:38:06  * This program and the accompanying materials are made
06:38:06  * available under the terms of the Eclipse Public License 2.0
06:38:06  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:06  *
06:38:06  * SPDX-License-Identifier: EPL-2.0
06:38:06  *
06:38:06  * Contributors:
06:38:06  *     Eurotech - initial API and implementation
06:38:06  *******************************************************************************/
06:38:06 
06:38:06 UPDATE act_account SET scope_id = null;
06:38:06 
06:38:06 DELETE
06:38:06 FROM act_account
06:38:06 WHERE id NOT IN (1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_credential
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_access_token;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_mfa_option;
06:38:06 
06:38:06 DELETE
06:38:06 FROM atht_scratch_code;
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_role_permission
06:38:06 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_connection;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device;
06:38:06 
06:38:06 DELETE
06:38:06 FROM dvc_device_event;
06:38:06 
06:38:06 DELETE
06:38:06 FROM sys_configuration
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:06 
06:38:06 DELETE
06:38:06 FROM usr_user
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_info
06:38:06 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_permission
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_access_role
06:38:06 WHERE NOT (scope_id = 1 AND id = 1);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain_actions
06:38:06 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_domain
06:38:06 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:06 
06:38:06 DELETE
06:38:06 FROM athz_group;
06:38:06 
06:38:06 DELETE
06:38:06 FROM tag_tag;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_execution;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition
06:38:06 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_definition_properties
06:38:06 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_step_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM job_job_target;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger;
06:38:06 
06:38:06 DELETE
06:38:06 FROM schdl_trigger_properties;
06:38:06 
06:38:06 DELETE
06:38:06 FROM endp_endpoint_info;
06:38:06 ")
06:38:06 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:06 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:06 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:06 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:06 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:06 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:06 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:06 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:06 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:06 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:06 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:06 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:06 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:06 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:06 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:06 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:06 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:06 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:06 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:06 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:06 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:06 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:06 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:06 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:06 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:06 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:06 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:07 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:07 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 62 more
06:38:07 
06:38:07 
06:38:07 @jobsIntegrationBase @env_docker_base
06:38:07 Scenario: Adding "Interval Job" Schedule With Non-Unique Start Date Parameter                  # features/jobScheduling/TriggerServiceI9n.feature:384
06:38:07 10:38:07.099 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 10:38:07.101 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:07 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 common frames omitted
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 common frames omitted
06:38:07 
06:38:07     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 
06:38:07   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:07       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:390)
06:38:07 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	... 50 more
06:38:07 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:07 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:07 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	... 52 more
06:38:07 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	... 56 more
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 more
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 more
06:38:07 
06:38:07   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:07   When I find scheduler properties with name "Interval Job"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:07   And A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:07   And The trigger is set to start on "12-12-2020" at "10:10"                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:07   And I set retry interval to 1                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:07   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:07   When I find scheduler properties with name "Interval Job"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:07   And A regular trigger creator with the name "schedule1" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:07   And The trigger is set to start on "12-12-2020" at "10:10"                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:07   And I set retry interval to 1                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:07   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:07   And I logout                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:07   Then No exception was thrown                                                                 # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:38:07 10:38:07.111 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:07 10:38:07.111 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:07 10:38:07.111 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:07 10:38:07.113 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:07 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:07 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:07 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:07 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:07 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 62 more
06:38:07 
06:38:07 
06:38:07 @jobsIntegrationBase @env_docker_base
06:38:07 Scenario: Adding "Interval Job" Schedule With Start Date Only                                                         # features/jobScheduling/TriggerServiceI9n.feature:405
06:38:07 10:38:07.250 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 10:38:07.251 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:07 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 common frames omitted
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 common frames omitted
06:38:07 
06:38:07     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 
06:38:07   Given I login as user with name "kapua-sys" and password "kapua-password"                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:07       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:410)
06:38:07 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	... 50 more
06:38:07 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:07 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:07 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	... 52 more
06:38:07 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	... 56 more
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 more
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 more
06:38:07 
06:38:07   And I create a job with the name "job0"                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:07   When I find scheduler properties with name "Interval Job"                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:07   And A regular trigger creator with the name "" is created                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:07   And The trigger is set to start on "12-12-2020" at "10:10"                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:07   And I set retry interval to 1                                                                                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:07   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:07   When I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:07   And An exception was thrown                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:07   And I logout                                                                                                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:07 10:38:07.259 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:07 10:38:07.260 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:07 10:38:07.260 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:07 10:38:07.262 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:07 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:07 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:07 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:07 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:07 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 62 more
06:38:07 
06:38:07 
06:38:07 @jobsIntegrationBase @env_docker_base
06:38:07 Scenario: Adding "Interval Job" Schedule With Non-Unique End Date Parameter                     # features/jobScheduling/TriggerServiceI9n.feature:425
06:38:07 10:38:07.359 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 10:38:07.361 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:07 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 common frames omitted
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 common frames omitted
06:38:07 
06:38:07     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 
06:38:07   Given I login as user with name "kapua-sys" and password "kapua-password"                     # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:07       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:431)
06:38:07 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	... 50 more
06:38:07 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:07 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:07 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	... 52 more
06:38:07 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	... 56 more
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 more
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 more
06:38:07 
06:38:07   And I create a job with the name "job0"                                                       # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:07   When I find scheduler properties with name "Interval Job"                                     # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:07   Then A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:07   And The trigger is set to start on "12-01-2030" at "10:10"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:07   And The trigger is set to end on "15-12-2030" at "10:10"                                      # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
06:38:07   And I set retry interval to 1                                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:07   Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:07   And A regular trigger creator with the name "schedule1" is created                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:07   And The trigger is set to start on "12-12-2030" at "10:10"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:07   And The trigger is set to end on "15-12-2030" at "10:10"                                      # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
06:38:07   And I set retry interval to 1                                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:07   And I create a new trigger from the existing creator with previously defined date properties  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:07   And I logout                                                                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:07   Then No exception was thrown                                                                  # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:38:07 10:38:07.370 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:07 10:38:07.370 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:07 10:38:07.370 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:07 10:38:07.372 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:07 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:07 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:07 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:07 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:07 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 62 more
06:38:07 
06:38:07 
06:38:07 @jobsIntegrationBase @env_docker_base
06:38:07 Scenario: Adding "Interval Job" Schedule With End Date Only                                                           # features/jobScheduling/TriggerServiceI9n.feature:447
06:38:07 10:38:07.482 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 10:38:07.483 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:07 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 common frames omitted
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 common frames omitted
06:38:07 
06:38:07     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 
06:38:07   Given I login as user with name "kapua-sys" and password "kapua-password"                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:07       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:452)
06:38:07 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	... 50 more
06:38:07 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:07 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:07 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	... 52 more
06:38:07 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	... 56 more
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 more
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 more
06:38:07 
06:38:07   And I create a job with the name "job0"                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:07   When I find scheduler properties with name "Interval Job"                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:07   And A regular trigger creator with the name "" is created                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:07   And The trigger is set to end on "12-12-2020" at "10:10"                                                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
06:38:07   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:07   When I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:07   And An exception was thrown                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:07   And I logout                                                                                                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:07 10:38:07.490 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:07 10:38:07.491 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:07 10:38:07.491 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:07 10:38:07.493 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:07 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:07 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:07 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:07 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:07 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 62 more
06:38:07 
06:38:07 
06:38:07 @jobsIntegrationBase @env_docker_base
06:38:07 Scenario: Adding "Interval Job" Schedule With End Time before Start time                                                                                                                       # features/jobScheduling/TriggerServiceI9n.feature:466
06:38:07 10:38:07.616 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 10:38:07.618 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:07 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 common frames omitted
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 common frames omitted
06:38:07 
06:38:07     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 
06:38:07   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                                                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:07       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:471)
06:38:07 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	... 50 more
06:38:07 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:07 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:07 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	... 52 more
06:38:07 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	... 56 more
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 more
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 more
06:38:07 
06:38:07   And I create a job with the name "job0"                                                                                                                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:07   When I find scheduler properties with name "Interval Job"                                                                                                                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:07   And A regular trigger creator with the name "schedule0" is created                                                                                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:07   And The trigger is set to start on "12-12-2020" at "11:00"                                                                                                                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:07   And The trigger is set to end on "12-12-2020" at "10:00"                                                                                                                                     # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
06:38:07   Then I set retry interval to 1                                                                                                                                                               # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:07   When I expect the exception "TriggerInvalidDatesException" with the text "Trigger with startsOn 12/12/20, 11:00 AM, endsOn 12/12/20, 10:00 AM will never fire according to the current date" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:07   And I create a new trigger from the existing creator with previously defined date properties                                                                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:07   And An exception was thrown                                                                                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:07   And I logout                                                                                                                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:07 10:38:07.626 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:07 10:38:07.626 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:07 10:38:07.626 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:07 10:38:07.628 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:07 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:07 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:07 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:07 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:07 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 62 more
06:38:07 
06:38:07 
06:38:07 @jobsIntegrationBase @env_docker_base
06:38:07 Scenario: Adding "Interval Job" Schedule With the same Start and End time                                                                                                                      # features/jobScheduling/TriggerServiceI9n.feature:483
06:38:07 10:38:07.741 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 10:38:07.743 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:07 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 common frames omitted
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 common frames omitted
06:38:07 
06:38:07     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 
06:38:07   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                                                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:07       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:488)
06:38:07 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	... 50 more
06:38:07 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:07 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:07 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	... 52 more
06:38:07 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	... 56 more
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 more
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 more
06:38:07 
06:38:07   And I create a job with the name "job0"                                                                                                                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:07   When I find scheduler properties with name "Interval Job"                                                                                                                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:07   And A regular trigger creator with the name "schedule0" is created                                                                                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:07   And The trigger is set to start on "12-12-2020" at "10:00"                                                                                                                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:38:07   And The trigger is set to end on "12-12-2020" at "10:00"                                                                                                                                     # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
06:38:07   Then I set retry interval to 1                                                                                                                                                               # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
06:38:07   When I expect the exception "TriggerInvalidDatesException" with the text "Trigger with startsOn 12/12/20, 10:00 AM, endsOn 12/12/20, 10:00 AM will never fire according to the current date" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:07   And I create a new trigger from the existing creator with previously defined date properties                                                                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:07   And An exception was thrown                                                                                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:07   And I logout                                                                                                                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:07 10:38:07.751 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:07 10:38:07.751 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:07 10:38:07.751 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:07 10:38:07.753 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:07 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:07 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:07 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:07 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:07 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 62 more
06:38:07 
06:38:07 
06:38:07 @jobsIntegrationBase @env_docker_base
06:38:07 Scenario: Adding "Interval Job" Schedule With Null Interval Number                                                                             # features/jobScheduling/TriggerServiceI9n.feature:504
06:38:07 10:38:07.858 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 10:38:07.860 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:07 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 common frames omitted
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 common frames omitted
06:38:07 
06:38:07     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 
06:38:07   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:07       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:509)
06:38:07 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:07 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:07 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:07 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:07 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:07 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:07 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:07 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:07 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:07 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:07 	... 50 more
06:38:07 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:07 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:07 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:07 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:07 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:07 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:07 	... 52 more
06:38:07 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:07 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:07 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:07 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:07 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:07 	... 56 more
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:07 	bind => [1 parameter bound]
06:38:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:07 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:07 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:07 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:07 	... 64 more
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:07 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:07 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:07 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:07 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:07 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:07 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 85 more
06:38:07 
06:38:07   And I create a job with the name "job0"                                                                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:07   When I find scheduler properties with name "Interval Job"                                                                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:07   And A regular trigger creator with the name "schedule0" is created                                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:07   And The trigger is set to start today at "0:00"                                                                                              # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:07   And The trigger is set to end tomorrow at "10:00"                                                                                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerEndDate(java.lang.String)
06:38:07   Then I set retry interval to null                                                                                                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalToNull()
06:38:07   When I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided for the argument interval" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:07   And I create a new trigger from the existing creator with previously defined date properties                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:07   And An exception was thrown                                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:07   And I logout                                                                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:07 10:38:07.867 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:07 10:38:07.867 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:07 10:38:07.868 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:07 10:38:07.870 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:07 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 Error Code: 42102
06:38:07 Call: /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 
06:38:07 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07 ")
06:38:07 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:07 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:07 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:07 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:07 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:07 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:07 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:07 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:07 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:07 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:07 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:07 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:07 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:07 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:07 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:07 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:07 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:07 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:07 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:07 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:07 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:07 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:07 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:07 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:07 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:07 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:07 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:07 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:07 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:07 /*******************************************************************************
06:38:07  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:07  *
06:38:07  * This program and the accompanying materials are made
06:38:07  * available under the terms of the Eclipse Public License 2.0
06:38:07  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:07  *
06:38:07  * SPDX-License-Identifier: EPL-2.0
06:38:07  *
06:38:07  * Contributors:
06:38:07  *     Eurotech - initial API and implementation
06:38:07  *******************************************************************************/
06:38:07 
06:38:07 UPDATE act_account SET scope_id = null;
06:38:07 
06:38:07 DELETE
06:38:07 FROM act_account
06:38:07 WHERE id NOT IN (1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_credential
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_access_token;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_mfa_option;
06:38:07 
06:38:07 DELETE
06:38:07 FROM atht_scratch_code;
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_role_permission
06:38:07 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_connection;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device;
06:38:07 
06:38:07 DELETE
06:38:07 FROM dvc_device_event;
06:38:07 
06:38:07 DELETE
06:38:07 FROM sys_configuration
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:07 
06:38:07 DELETE
06:38:07 FROM usr_user
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_info
06:38:07 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_permission
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_access_role
06:38:07 WHERE NOT (scope_id = 1 AND id = 1);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain_actions
06:38:07 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_domain
06:38:07 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:07 
06:38:07 DELETE
06:38:07 FROM athz_group;
06:38:07 
06:38:07 DELETE
06:38:07 FROM tag_tag;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_execution;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition
06:38:07 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_definition_properties
06:38:07 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_step_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM job_job_target;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger;
06:38:07 
06:38:07 DELETE
06:38:07 FROM schdl_trigger_properties;
06:38:07 
06:38:07 DELETE
06:38:07 FROM endp_endpoint_info;
06:38:07  [42102-200]
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:07 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:07 	at org.h2.message.DbException.get(DbException.java:205)
06:38:07 	at org.h2.message.DbException.get(DbException.java:181)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:07 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:07 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:07 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:07 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:07 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:07 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:07 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:07 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:07 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:07 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:07 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:07 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:07 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:07 	... 62 more
06:38:07 
06:38:08 
06:38:08 @jobsIntegrationBase @env_docker_base
06:38:08 Scenario: Adding "Interval Job" Schedule Without Interval Number                                                                               # features/jobScheduling/TriggerServiceI9n.feature:521
06:38:08 10:38:07.997 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:08 	bind => [1 parameter bound]
06:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:08 10:38:07.999 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:08 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:08 	bind => [1 parameter bound]
06:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:08 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:08 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:08 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:08 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:08 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:08 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:08 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:08 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:08 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:08 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:08 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:08 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:08 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:08 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:08 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:08 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:08 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:08 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:08 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:08 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:08 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:08 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:08 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:08 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:08 	bind => [1 parameter bound]
06:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:08 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:08 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:08 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:08 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:08 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:08 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:08 	... 64 common frames omitted
06:38:08 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:08 	at org.h2.message.DbException.get(DbException.java:205)
06:38:08 	at org.h2.message.DbException.get(DbException.java:181)
06:38:08 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:08 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:08 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:08 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:08 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:08 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:08 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:08 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:08 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:08 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:08 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:08 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:08 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:08 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:08 	... 85 common frames omitted
06:38:08 
06:38:08     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:08 
06:38:08   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:08       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:08 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:08 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:08 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:526)
06:38:08 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:08 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:08 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:08 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:08 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:08 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:08 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:08 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:08 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:08 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:08 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:08 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:08 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:08 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:08 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:08 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:08 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:08 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:08 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:08 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:08 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:08 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:08 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:08 	... 50 more
06:38:08 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:08 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:08 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:08 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:08 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:08 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:08 	... 52 more
06:38:08 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:08 	bind => [1 parameter bound]
06:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:08 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:08 	... 56 more
06:38:08 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:08 	bind => [1 parameter bound]
06:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:08 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:08 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:08 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:08 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:08 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:08 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:08 	... 64 more
06:38:08 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:08 	at org.h2.message.DbException.get(DbException.java:205)
06:38:08 	at org.h2.message.DbException.get(DbException.java:181)
06:38:08 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:08 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:08 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:08 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:08 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:08 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:08 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:08 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:08 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:08 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:08 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:08 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:08 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:08 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:08 	... 85 more
06:38:08 
06:38:08   And I create a job with the name "job0"                                                                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:08   When I find scheduler properties with name "Interval Job"                                                                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:08   And A regular trigger creator with the name "schedule0" is created                                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:08   And The trigger is set to start today at "0:00"                                                                                              # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:08   And The trigger is set to end tomorrow at "10:00"                                                                                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerEndDate(java.lang.String)
06:38:08   When I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided for the argument interval" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:38:08   And I create a new trigger from the existing creator with previously defined date properties                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:08   And An exception was thrown                                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:38:08   And I logout                                                                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:08 10:38:08.007 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:08 10:38:08.007 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:08 10:38:08.007 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:08 10:38:08.009 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:08 /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08  [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 
06:38:08 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 ")
06:38:08       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:08 /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08  [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 
06:38:08 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 ")
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:08 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:08 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:08 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:08 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:08 /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08  [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 
06:38:08 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 ")
06:38:08 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:08 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:08 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:08 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:08 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:08 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:08 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:08 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:08 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:08 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:08 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:08 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:08 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:08 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:08 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:08 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:08 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:08 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:08 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:08 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:08 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:08 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:08 /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08  [42102-200]
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:08 	at org.h2.message.DbException.get(DbException.java:205)
06:38:08 	at org.h2.message.DbException.get(DbException.java:181)
06:38:08 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:08 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:08 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:08 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:08 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:08 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:08 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:08 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:08 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:08 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:08 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:08 	... 62 more
06:38:08 
06:38:08 
06:38:08 @jobsIntegrationBase @env_docker_base
06:38:08 Scenario: Adding "Cron Job" Schedule With All Valid Parameters                                 # features/jobScheduling/TriggerServiceI9n.feature:541
06:38:08 10:38:08.156 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:08 	bind => [1 parameter bound]
06:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:08 10:38:08.157 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:38:08 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:08 	bind => [1 parameter bound]
06:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:08 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:08 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:08 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:08 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:08 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:08 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:08 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:08 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:08 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:08 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:08 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:08 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:08 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:08 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:08 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:08 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:08 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:08 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:08 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:08 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:08 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:08 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:08 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:08 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:08 	bind => [1 parameter bound]
06:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:08 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:08 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:08 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:08 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:08 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:08 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:08 	... 64 common frames omitted
06:38:08 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:08 	at org.h2.message.DbException.get(DbException.java:205)
06:38:08 	at org.h2.message.DbException.get(DbException.java:181)
06:38:08 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:08 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:08 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:08 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:08 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:08 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:08 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:08 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:08 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:08 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:08 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:08 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:08 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:08 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:08 	... 85 common frames omitted
06:38:08 
06:38:08     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:08 
06:38:08   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:38:08       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:38:08 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:38:08 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:08 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:546)
06:38:08 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:38:08 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:38:08 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:38:08 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:38:08 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:38:08 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:38:08 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:38:08 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:38:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:08 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:08 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:08 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:08 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:38:08 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:38:08 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:38:08 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:08 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:08 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:08 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:38:08 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:38:08 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:08 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:08 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:38:08 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:38:08 	... 50 more
06:38:08 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:38:08 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:38:08 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:38:08 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:38:08 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:38:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:38:08 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:38:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:38:08 	... 52 more
06:38:08 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:08 	bind => [1 parameter bound]
06:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:38:08 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:38:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:38:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:38:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:38:08 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:38:08 	... 56 more
06:38:08 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:08 	bind => [1 parameter bound]
06:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:38:08 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:08 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:38:08 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:38:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:38:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:38:08 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:38:08 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:38:08 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:38:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:38:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:38:08 	... 64 more
06:38:08 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
06:38:08 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:08 	at org.h2.message.DbException.get(DbException.java:205)
06:38:08 	at org.h2.message.DbException.get(DbException.java:181)
06:38:08 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:08 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
06:38:08 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
06:38:08 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
06:38:08 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
06:38:08 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
06:38:08 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
06:38:08 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:08 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:08 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:08 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:08 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:08 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:08 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:08 	... 85 more
06:38:08 
06:38:08   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:38:08   When I find scheduler properties with name "Cron Job"                                        # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:38:08   And A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:38:08   And The trigger is set to start today at "10:00"                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:38:08   Then I set cron expression to "0 15 10 * * ?"                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
06:38:08   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:38:08   And I logout                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:38:08   Then No exception was thrown                                                                 # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:38:08 10:38:08.165 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:38:08 10:38:08.165 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:38:08 10:38:08.165 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:38:08 10:38:08.168 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:08 /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08  [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 
06:38:08 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 ")
06:38:08       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:08 /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08  [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 
06:38:08 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 ")
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:38:08 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:08 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:08 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:08 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:08 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:08 /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08  [42102-200]
06:38:08 Error Code: 42102
06:38:08 Call: /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 
06:38:08 Query: DataModifyQuery(sql="/*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08 ")
06:38:08 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:38:08 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:38:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:38:08 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:38:08 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:38:08 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:38:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:38:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:38:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:38:08 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:38:08 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:38:08 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:38:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:38:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:38:08 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:38:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:38:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:38:08 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:38:08 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:38:08 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:38:08 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:38:08 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:38:08 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:38:08 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:38:08 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:38:08 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:38:08 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:38:08 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:38:08 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:38:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:38:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:38:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:38:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:38:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:38:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:38:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:38:08 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:38:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:38:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:38:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:38:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:38:08 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
06:38:08 /*******************************************************************************
06:38:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:38:08  *
06:38:08  * This program and the accompanying materials are made
06:38:08  * available under the terms of the Eclipse Public License 2.0
06:38:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:38:08  *
06:38:08  * SPDX-License-Identifier: EPL-2.0
06:38:08  *
06:38:08  * Contributors:
06:38:08  *     Eurotech - initial API and implementation
06:38:08  *******************************************************************************/
06:38:08 
06:38:08 UPDATE act_account SET scope_id = null;
06:38:08 
06:38:08 DELETE
06:38:08 FROM act_account
06:38:08 WHERE id NOT IN (1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_credential
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_access_token;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_mfa_option;
06:38:08 
06:38:08 DELETE
06:38:08 FROM atht_scratch_code;
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_role_permission
06:38:08 WHERE NOT (scope_id = 1 AND role_id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_connection;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device;
06:38:08 
06:38:08 DELETE
06:38:08 FROM dvc_device_event;
06:38:08 
06:38:08 DELETE
06:38:08 FROM sys_configuration
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:38:08 
06:38:08 DELETE
06:38:08 FROM usr_user
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_info
06:38:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_permission
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_access_role
06:38:08 WHERE NOT (scope_id = 1 AND id = 1);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain_actions
06:38:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_domain
06:38:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:38:08 
06:38:08 DELETE
06:38:08 FROM athz_group;
06:38:08 
06:38:08 DELETE
06:38:08 FROM tag_tag;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_execution;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition
06:38:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_definition_properties
06:38:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_step_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM job_job_target;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger;
06:38:08 
06:38:08 DELETE
06:38:08 FROM schdl_trigger_properties;
06:38:08 
06:38:08 DELETE
06:38:08 FROM endp_endpoint_info;
06:38:08  [42102-200]
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
06:38:08 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
06:38:08 	at org.h2.message.DbException.get(DbException.java:205)
06:38:08 	at org.h2.message.DbException.get(DbException.java:181)
06:38:08 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
06:38:08 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
06:38:08 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
06:38:08 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
06:38:08 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:843)
06:38:08 	at org.h2.command.Parser.parse(Parser.java:815)
06:38:08 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
06:38:08 	at org.h2.engine.Session.prepareLocal(Session.java:657)
06:38:08 	at org.h2.engine.Session.prepareCommand(Session.java:595)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
06:38:08 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
06:38:08 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
06:38:08 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
06:38:08 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
06:38:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
06:38:08 	... 62 more
06:38:08 
06:38:08 
06:38:08 @jobsIntegrationBase @env_docker_base
06:38:08 Scenario: Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format                                            # features/jobScheduling/TriggerServiceI9n.feature:556
06:38:38 10:38:38.279 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:38:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
06:38:38 Error Code: 0
06:38:38 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:38:38 	bind => [1 parameter bound]
06:38:38 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:39:08 10:39:08.281 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:39:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:39:08 Error Code: 0
06:39:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:39:08 	bind => [1 parameter bound]
06:39:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:39:43 10:39:43.283 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:39:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:39:43 Error Code: 0
06:39:43 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:39:43 	bind => [1 parameter bound]
06:39:43 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:40:18 10:40:18.286 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:40:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:40:18 Error Code: 0
06:40:18 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:40:18 	bind => [1 parameter bound]
06:40:18 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:40:18 10:40:18.288 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:40:18 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:40:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:40:18 Error Code: 0
06:40:18 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:40:18 	bind => [1 parameter bound]
06:40:18 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:40:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:40:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:40:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:40:18 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:40:18 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:40:18 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:40:18 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:40:18 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:40:18 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:40:18 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:40:18 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:40:18 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:40:18 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:40:18 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:40:18 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:40:18 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:40:18 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:40:18 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:40:18 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:40:18 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:40:18 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:40:18 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:40:18 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:40:18 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:40:18 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:40:18 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:40:18 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:40:18 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:40:18 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:40:18 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:40:18 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:40:18 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:40:18 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:40:18 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:40:18 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:40:18 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:40:18 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:40:18 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:40:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:40:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:40:18 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:40:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:40:18 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:40:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:40:18 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:40:18 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:40:18 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:40:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:40:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:40:18 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:40:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:40:18 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:40:18 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:40:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:40:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:40:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:40:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:40:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:40:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:40:18 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:40:18 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:40:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:40:18 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:40:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:40:18 Error Code: 0
06:40:18 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:40:18 	bind => [1 parameter bound]
06:40:18 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:40:18 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:40:18 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:40:18 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:40:18 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:40:18 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:40:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:40:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:40:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:40:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:40:18 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:40:18 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:40:18 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:40:18 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:40:18 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:40:18 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:40:18 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:40:18 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:40:18 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:40:18 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:40:18 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:40:18 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:40:18 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:40:18 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:40:18 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:40:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:40:18 	... 64 common frames omitted
06:40:18 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:40:18 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:40:18 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:40:18 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:40:18 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:40:18 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:40:18 	... 104 common frames omitted
06:40:18 
06:40:18     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:40:18 
06:40:18   Given I login as user with name "kapua-sys" and password "kapua-password"                                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:40:18       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:40:18 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:40:18 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:40:18 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:561)
06:40:18 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:40:18 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:40:18 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:40:18 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:40:18 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:40:18 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:40:18 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:40:18 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:40:18 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:40:18 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:40:18 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:40:18 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:40:18 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:40:18 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:40:18 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:40:18 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:40:18 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:40:18 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:40:18 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:40:18 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:40:18 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:40:18 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:40:18 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:40:18 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:40:18 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:40:18 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:40:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:40:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:40:18 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:40:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:40:18 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:40:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:40:18 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:40:18 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:40:18 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:40:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:40:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:40:18 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:40:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:40:18 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:40:18 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:40:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:40:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:40:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:40:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:40:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:40:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:40:18 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:40:18 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:40:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:40:18 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:40:18 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:40:18 	... 50 more
06:40:18 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:40:18 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:40:18 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:40:18 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:40:18 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:40:18 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:40:18 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:40:18 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:40:18 	... 52 more
06:40:18 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:40:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:40:18 Error Code: 0
06:40:18 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:40:18 	bind => [1 parameter bound]
06:40:18 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:40:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:40:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:40:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:40:18 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:40:18 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:40:18 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:40:18 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:40:18 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:40:18 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:40:18 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:40:18 	... 56 more
06:40:18 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:40:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:40:18 Error Code: 0
06:40:18 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:40:18 	bind => [1 parameter bound]
06:40:18 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:40:18 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:40:18 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:40:18 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
06:40:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:40:18 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:40:18 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:40:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:40:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:40:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:40:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:40:18 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:40:18 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:40:18 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:40:18 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:40:18 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:40:18 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:40:18 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:40:18 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:40:18 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:40:18 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:40:18 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:40:18 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:40:18 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:40:18 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:40:18 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:40:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:40:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:40:18 	... 64 more
06:40:18 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:40:18 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:40:18 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:40:18 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:40:18 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:40:18 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:40:18 	... 104 more
06:40:18 
06:40:18   And I create a job with the name "job0"                                                                                    # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:40:18   When I find scheduler properties with name "Cron Job"                                                                      # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:40:18   And A regular trigger creator with the name "schedule0" is created                                                         # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:40:18   And The trigger is set to start today at "10:00"                                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:40:18   Then I set cron expression to "1"                                                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
06:40:18   And I expect the exception "KapuaException" with the text "An internal error occurred: Error during Persistence Operation" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:40:18   And I create a new trigger from the existing creator with previously defined date properties                               # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:40:18   And An exception was thrown                                                                                                # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:40:18   And I logout                                                                                                               # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:40:18 10:40:18.296 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:40:18 10:40:18.296 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:40:18 10:40:18.296 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:40:48 10:40:48.298 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:40:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:40:48 Error Code: 0.
06:42:18 10:42:18.302 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:42:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:42:18 Error Code: 0
06:42:18       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:42:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:42:18 Error Code: 0
06:42:18 Query: DataModifyQuery(sql="/*******************************************************************************
06:42:18  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:42:18  *
06:42:18  * This program and the accompanying materials are made
06:42:18  * available under the terms of the Eclipse Public License 2.0
06:42:18  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:42:18  *
06:42:18  * SPDX-License-Identifier: EPL-2.0
06:42:18  *
06:42:18  * Contributors:
06:42:18  *     Eurotech - initial API and implementation
06:42:18  *******************************************************************************/
06:42:18 
06:42:18 UPDATE act_account SET scope_id = null;
06:42:18 
06:42:18 DELETE
06:42:18 FROM act_account
06:42:18 WHERE id NOT IN (1);
06:42:18 
06:42:18 DELETE
06:42:18 FROM atht_credential
06:42:18 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:42:18 
06:42:18 DELETE
06:42:18 FROM atht_access_token;
06:42:18 
06:42:18 DELETE
06:42:18 FROM atht_mfa_option;
06:42:18 
06:42:18 DELETE
06:42:18 FROM atht_scratch_code;
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_role
06:42:18 WHERE NOT (scope_id = 1 AND id = 1);
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_role_permission
06:42:18 WHERE NOT (scope_id = 1 AND role_id = 1);
06:42:18 
06:42:18 DELETE
06:42:18 FROM dvc_device_connection;
06:42:18 
06:42:18 DELETE
06:42:18 FROM dvc_device;
06:42:18 
06:42:18 DELETE
06:42:18 FROM dvc_device_event;
06:42:18 
06:42:18 DELETE
06:42:18 FROM sys_configuration
06:42:18 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:42:18 
06:42:18 DELETE
06:42:18 FROM usr_user
06:42:18 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_access_info
06:42:18 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_access_permission
06:42:18 WHERE NOT (scope_id = 1 AND id = 1);
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_access_role
06:42:18 WHERE NOT (scope_id = 1 AND id = 1);
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_domain_actions
06:42:18 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_domain
06:42:18 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_group;
06:42:18 
06:42:18 DELETE
06:42:18 FROM tag_tag;
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job;
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_execution;
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_step;
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_step_definition
06:42:18 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_step_definition_properties
06:42:18 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_step_properties;
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_target;
06:42:18 
06:42:18 DELETE
06:42:18 FROM schdl_trigger;
06:42:18 
06:42:18 DELETE
06:42:18 FROM schdl_trigger_properties;
06:42:18 
06:42:18 DELETE
06:42:18 FROM endp_endpoint_info;
06:42:18 ")
06:42:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:42:18 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:42:18 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:42:18 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:42:18 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:42:18 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:42:18 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:42:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:42:18 Error Code: 0
06:42:18 Query: DataModifyQuery(sql="/*******************************************************************************
06:42:18  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:42:18  *
06:42:18  * This program and the accompanying materials are made
06:42:18  * available under the terms of the Eclipse Public License 2.0
06:42:18  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:42:18  *
06:42:18  * SPDX-License-Identifier: EPL-2.0
06:42:18  *
06:42:18  * Contributors:
06:42:18  *     Eurotech - initial API and implementation
06:42:18  *******************************************************************************/
06:42:18 
06:42:18 UPDATE act_account SET scope_id = null;
06:42:18 
06:42:18 DELETE
06:42:18 FROM act_account
06:42:18 WHERE id NOT IN (1);
06:42:18 
06:42:18 DELETE
06:42:18 FROM atht_credential
06:42:18 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:42:18 
06:42:18 DELETE
06:42:18 FROM atht_access_token;
06:42:18 
06:42:18 DELETE
06:42:18 FROM atht_mfa_option;
06:42:18 
06:42:18 DELETE
06:42:18 FROM atht_scratch_code;
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_role
06:42:18 WHERE NOT (scope_id = 1 AND id = 1);
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_role_permission
06:42:18 WHERE NOT (scope_id = 1 AND role_id = 1);
06:42:18 
06:42:18 DELETE
06:42:18 FROM dvc_device_connection;
06:42:18 
06:42:18 DELETE
06:42:18 FROM dvc_device;
06:42:18 
06:42:18 DELETE
06:42:18 FROM dvc_device_event;
06:42:18 
06:42:18 DELETE
06:42:18 FROM sys_configuration
06:42:18 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:42:18 
06:42:18 DELETE
06:42:18 FROM usr_user
06:42:18 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_access_info
06:42:18 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_access_permission
06:42:18 WHERE NOT (scope_id = 1 AND id = 1);
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_access_role
06:42:18 WHERE NOT (scope_id = 1 AND id = 1);
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_domain_actions
06:42:18 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_domain
06:42:18 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:42:18 
06:42:18 DELETE
06:42:18 FROM athz_group;
06:42:18 
06:42:18 DELETE
06:42:18 FROM tag_tag;
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job;
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_execution;
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_step;
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_step_definition
06:42:18 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_step_definition_properties
06:42:18 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_step_properties;
06:42:18 
06:42:18 DELETE
06:42:18 FROM job_job_target;
06:42:18 
06:42:18 DELETE
06:42:18 FROM schdl_trigger;
06:42:18 
06:42:18 DELETE
06:42:18 FROM schdl_trigger_properties;
06:42:18 
06:42:18 DELETE
06:42:18 FROM endp_endpoint_info;
06:42:18 ")
06:42:18 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:42:18 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:42:18 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:42:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:42:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:42:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:42:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:42:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:42:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
06:42:18 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
06:42:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
06:42:18 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
06:42:18 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
06:42:18 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
06:42:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:42:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:42:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:42:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:42:18 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:42:18 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:42:18 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:42:18 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:42:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:42:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:42:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:42:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:42:18 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:42:18 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:42:18 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:42:18 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:42:18 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:42:18 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:42:18 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:42:18 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:42:18 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:42:18 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:42:18 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:42:18 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:42:18 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:42:18 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:42:18 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:42:18 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:42:18 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:42:18 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:42:18 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:42:18 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:42:18 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:42:18 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:42:18 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:42:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:42:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:42:18 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:42:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:42:18 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:42:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:42:18 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:42:18 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:42:18 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:42:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:42:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:42:18 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:42:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:42:18 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:42:18 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:42:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:42:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:42:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:42:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:42:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:42:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:42:18 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:42:18 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:42:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:42:18 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:42:18 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:42:18 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:42:18 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:42:18 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:42:18 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:42:18 	... 71 more
06:42:18 
06:42:18 
06:42:18 @jobsIntegrationBase @env_docker_base
06:42:18 Scenario: Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value                                                                  # features/jobScheduling/TriggerServiceI9n.feature:572
06:42:48 10:42:48.391 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:42:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:42:48 Error Code: 0
06:42:48 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:42:48 	bind => [1 parameter bound]
06:42:48 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:43:18 10:43:18.393 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:43:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:43:18 Error Code: 0
06:43:18 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:43:18 	bind => [1 parameter bound]
06:43:18 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:43:53 10:43:53.395 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:43:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:43:53 Error Code: 0
06:43:53 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:43:53 	bind => [1 parameter bound]
06:43:53 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:44:28 10:44:28.397 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:44:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:44:28 Error Code: 0
06:44:28 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:44:28 	bind => [1 parameter bound]
06:44:28 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:44:28 10:44:28.399 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:44:28 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:44:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:44:28 Error Code: 0
06:44:28 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:44:28 	bind => [1 parameter bound]
06:44:28 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:44:28 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:44:28 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:44:28 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:44:28 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:44:28 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:44:28 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:44:28 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:44:28 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:44:28 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:44:28 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:44:28 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:44:28 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:44:28 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:44:28 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:44:28 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:44:28 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:44:28 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:44:28 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:44:28 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:44:28 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:44:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:44:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:44:28 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:44:28 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:44:28 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:44:28 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:44:28 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:44:28 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:44:28 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:44:28 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:44:28 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:44:28 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:44:28 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:44:28 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:44:28 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:44:28 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:44:28 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:44:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:44:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:44:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:44:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:44:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:44:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:44:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:44:28 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:44:28 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:44:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:44:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:44:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:44:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:44:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:44:28 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:44:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:44:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:44:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:44:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:44:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:44:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:44:28 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:44:28 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:44:28 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:44:28 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:44:28 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:44:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:44:28 Error Code: 0
06:44:28 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:44:28 	bind => [1 parameter bound]
06:44:28 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:44:28 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:44:28 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:44:28 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:44:28 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:44:28 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:44:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:44:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:44:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:44:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:44:28 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:44:28 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:44:28 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:44:28 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:44:28 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:44:28 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:44:28 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:44:28 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:44:28 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:44:28 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:44:28 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:44:28 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:44:28 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:44:28 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:44:28 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:44:28 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:44:28 	... 64 common frames omitted
06:44:28 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:44:28 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:44:28 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:44:28 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:44:28 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:44:28 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:44:28 	... 104 common frames omitted
06:44:28 
06:44:28     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:44:28 
06:44:28   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                         # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:44:28       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:44:28 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:44:28 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:44:28 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:577)
06:44:28 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:44:28 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:44:28 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:44:28 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:44:28 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:44:28 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:44:28 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:44:28 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:44:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:44:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:44:28 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:44:28 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:44:28 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:44:28 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:44:28 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:44:28 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:44:28 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:44:28 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:44:28 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:44:28 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:44:28 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:44:28 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:44:28 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:44:28 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:44:28 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:44:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:44:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:44:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:44:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:44:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:44:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:44:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:44:28 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:44:28 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:44:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:44:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:44:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:44:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:44:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:44:28 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:44:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:44:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:44:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:44:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:44:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:44:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:44:28 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:44:28 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:44:28 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:44:28 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:44:28 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:44:28 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:44:28 	... 50 more
06:44:28 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:44:28 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:44:28 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:44:28 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:44:28 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:44:28 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:44:28 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:44:28 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:44:28 	... 52 more
06:44:28 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:44:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:44:28 Error Code: 0
06:44:28 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:44:28 	bind => [1 parameter bound]
06:44:28 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:44:28 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:44:28 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:44:28 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:44:28 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:44:28 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:44:28 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:44:28 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:44:28 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:44:28 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:44:28 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:44:28 	... 56 more
06:44:28 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:44:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:44:28 Error Code: 0
06:44:28 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:44:28 	bind => [1 parameter bound]
06:44:28 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:44:28 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:44:28 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:44:28 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
06:44:28 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:44:28 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:44:28 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:44:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:44:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:44:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:44:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:44:28 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:44:28 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:44:28 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:44:28 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:44:28 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:44:28 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:44:28 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:44:28 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:44:28 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:44:28 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:44:28 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:44:28 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:44:28 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:44:28 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:44:28 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:44:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:44:28 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:44:28 	... 64 more
06:44:28 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:44:28 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:44:28 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:44:28 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:44:28 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:44:28 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:44:28 	... 104 more
06:44:28 
06:44:28   And I create a job with the name "job0"                                                                                                           # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:44:28   When I find scheduler properties with name "Cron Job"                                                                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:44:28   And A regular trigger creator with the name "schedule0" is created                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:44:28   And The trigger is set to start today at "10:00"                                                                                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
06:44:28   And I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided for the argument cronExpression" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:44:28   And I create a new trigger from the existing creator with previously defined date properties                                                      # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:44:28   And An exception was thrown                                                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:44:28   And I logout                                                                                                                                      # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:44:28 10:44:28.408 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:44:28 10:44:28.408 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:44:28 10:44:28.408 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:44:58 10:44:58.411 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:44:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:44:58 Error Code: 0.
06:46:28 10:46:28.414 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:46:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:46:28 Error Code: 0
06:46:28       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:46:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:46:28 Error Code: 0
06:46:28 Query: DataModifyQuery(sql="/*******************************************************************************
06:46:28  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:46:28  *
06:46:28  * This program and the accompanying materials are made
06:46:28  * available under the terms of the Eclipse Public License 2.0
06:46:28  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:46:28  *
06:46:28  * SPDX-License-Identifier: EPL-2.0
06:46:28  *
06:46:28  * Contributors:
06:46:28  *     Eurotech - initial API and implementation
06:46:28  *******************************************************************************/
06:46:28 
06:46:28 UPDATE act_account SET scope_id = null;
06:46:28 
06:46:28 DELETE
06:46:28 FROM act_account
06:46:28 WHERE id NOT IN (1);
06:46:28 
06:46:28 DELETE
06:46:28 FROM atht_credential
06:46:28 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:46:28 
06:46:28 DELETE
06:46:28 FROM atht_access_token;
06:46:28 
06:46:28 DELETE
06:46:28 FROM atht_mfa_option;
06:46:28 
06:46:28 DELETE
06:46:28 FROM atht_scratch_code;
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_role
06:46:28 WHERE NOT (scope_id = 1 AND id = 1);
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_role_permission
06:46:28 WHERE NOT (scope_id = 1 AND role_id = 1);
06:46:28 
06:46:28 DELETE
06:46:28 FROM dvc_device_connection;
06:46:28 
06:46:28 DELETE
06:46:28 FROM dvc_device;
06:46:28 
06:46:28 DELETE
06:46:28 FROM dvc_device_event;
06:46:28 
06:46:28 DELETE
06:46:28 FROM sys_configuration
06:46:28 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:46:28 
06:46:28 DELETE
06:46:28 FROM usr_user
06:46:28 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_access_info
06:46:28 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_access_permission
06:46:28 WHERE NOT (scope_id = 1 AND id = 1);
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_access_role
06:46:28 WHERE NOT (scope_id = 1 AND id = 1);
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_domain_actions
06:46:28 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_domain
06:46:28 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_group;
06:46:28 
06:46:28 DELETE
06:46:28 FROM tag_tag;
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job;
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_execution;
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_step;
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_step_definition
06:46:28 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_step_definition_properties
06:46:28 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_step_properties;
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_target;
06:46:28 
06:46:28 DELETE
06:46:28 FROM schdl_trigger;
06:46:28 
06:46:28 DELETE
06:46:28 FROM schdl_trigger_properties;
06:46:28 
06:46:28 DELETE
06:46:28 FROM endp_endpoint_info;
06:46:28 ")
06:46:28 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:46:28 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:46:28 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:46:28 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:46:28 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:46:28 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:46:28 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:46:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:46:28 Error Code: 0
06:46:28 Query: DataModifyQuery(sql="/*******************************************************************************
06:46:28  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:46:28  *
06:46:28  * This program and the accompanying materials are made
06:46:28  * available under the terms of the Eclipse Public License 2.0
06:46:28  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:46:28  *
06:46:28  * SPDX-License-Identifier: EPL-2.0
06:46:28  *
06:46:28  * Contributors:
06:46:28  *     Eurotech - initial API and implementation
06:46:28  *******************************************************************************/
06:46:28 
06:46:28 UPDATE act_account SET scope_id = null;
06:46:28 
06:46:28 DELETE
06:46:28 FROM act_account
06:46:28 WHERE id NOT IN (1);
06:46:28 
06:46:28 DELETE
06:46:28 FROM atht_credential
06:46:28 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:46:28 
06:46:28 DELETE
06:46:28 FROM atht_access_token;
06:46:28 
06:46:28 DELETE
06:46:28 FROM atht_mfa_option;
06:46:28 
06:46:28 DELETE
06:46:28 FROM atht_scratch_code;
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_role
06:46:28 WHERE NOT (scope_id = 1 AND id = 1);
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_role_permission
06:46:28 WHERE NOT (scope_id = 1 AND role_id = 1);
06:46:28 
06:46:28 DELETE
06:46:28 FROM dvc_device_connection;
06:46:28 
06:46:28 DELETE
06:46:28 FROM dvc_device;
06:46:28 
06:46:28 DELETE
06:46:28 FROM dvc_device_event;
06:46:28 
06:46:28 DELETE
06:46:28 FROM sys_configuration
06:46:28 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:46:28 
06:46:28 DELETE
06:46:28 FROM usr_user
06:46:28 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_access_info
06:46:28 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_access_permission
06:46:28 WHERE NOT (scope_id = 1 AND id = 1);
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_access_role
06:46:28 WHERE NOT (scope_id = 1 AND id = 1);
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_domain_actions
06:46:28 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_domain
06:46:28 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:46:28 
06:46:28 DELETE
06:46:28 FROM athz_group;
06:46:28 
06:46:28 DELETE
06:46:28 FROM tag_tag;
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job;
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_execution;
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_step;
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_step_definition
06:46:28 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_step_definition_properties
06:46:28 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_step_properties;
06:46:28 
06:46:28 DELETE
06:46:28 FROM job_job_target;
06:46:28 
06:46:28 DELETE
06:46:28 FROM schdl_trigger;
06:46:28 
06:46:28 DELETE
06:46:28 FROM schdl_trigger_properties;
06:46:28 
06:46:28 DELETE
06:46:28 FROM endp_endpoint_info;
06:46:28 ")
06:46:28 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:46:28 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:46:28 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:46:28 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:46:28 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:46:28 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:46:28 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:46:28 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:46:28 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
06:46:28 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
06:46:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
06:46:28 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
06:46:28 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
06:46:28 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
06:46:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:46:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:46:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:46:28 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:46:28 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:46:28 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:46:28 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:46:28 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:46:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:46:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:46:28 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:46:28 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:46:28 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:46:28 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:46:28 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:46:28 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:46:28 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:46:28 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:46:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:46:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:46:28 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:46:28 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:46:28 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:46:28 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:46:28 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:46:28 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:46:28 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:46:28 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:46:28 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:46:28 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:46:28 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:46:28 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:46:28 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:46:28 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:46:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:46:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:46:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:46:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:46:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:46:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:46:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:46:28 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:46:28 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:46:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:46:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:46:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:46:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:46:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:46:28 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:46:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:46:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:46:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:46:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:46:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:46:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:46:28 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:46:28 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:46:28 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:46:28 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:46:28 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:46:28 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:46:28 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:46:28 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:46:28 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:46:28 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:46:28 	... 71 more
06:46:28 
06:46:28 
06:46:28 @jobsIntegrationBase @env_docker_base
06:46:28 Scenario: Adding "Cron Job" Schedule Without The Start Date Parameter                                                 # features/jobScheduling/TriggerServiceI9n.feature:591
06:46:58 10:46:58.497 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:46:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:46:58 Error Code: 0
06:46:58 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:46:58 	bind => [1 parameter bound]
06:46:58 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:47:28 10:47:28.499 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:47:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:47:28 Error Code: 0
06:47:28 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:47:28 	bind => [1 parameter bound]
06:47:28 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:48:03 10:48:03.501 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:48:03 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:48:03 Error Code: 0
06:48:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:48:03 	bind => [1 parameter bound]
06:48:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:48:38 10:48:38.503 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:48:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:48:38 Error Code: 0
06:48:38 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:48:38 	bind => [1 parameter bound]
06:48:38 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:48:38 10:48:38.505 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:48:38 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:48:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:48:38 Error Code: 0
06:48:38 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:48:38 	bind => [1 parameter bound]
06:48:38 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:48:38 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:48:38 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:48:38 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:48:38 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:48:38 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:48:38 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:48:38 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:48:38 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:48:38 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:48:38 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:48:38 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:48:38 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:48:38 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:48:38 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:48:38 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:48:38 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:48:38 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:48:38 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:48:38 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:48:38 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:48:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:48:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:48:38 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:48:38 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:48:38 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:48:38 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:48:38 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:48:38 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:48:38 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:48:38 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:48:38 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:48:38 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:48:38 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:48:38 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:48:38 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:48:38 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:48:38 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:48:38 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:48:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:48:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:48:38 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:48:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:48:38 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:48:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:48:38 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:48:38 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:48:38 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:48:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:48:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:48:38 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:48:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:48:38 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:48:38 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:48:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:48:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:48:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:48:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:48:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:48:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:48:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:48:38 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:48:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:48:38 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:48:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:48:38 Error Code: 0
06:48:38 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:48:38 	bind => [1 parameter bound]
06:48:38 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:48:38 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:48:38 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:48:38 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:48:38 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:48:38 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:48:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:48:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:48:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:48:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:48:38 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:48:38 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:48:38 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:48:38 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:48:38 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:48:38 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:48:38 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:48:38 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:48:38 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:48:38 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:48:38 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:48:38 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:48:38 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:48:38 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:48:38 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:48:38 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:48:38 	... 64 common frames omitted
06:48:38 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:48:38 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:48:38 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:48:38 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:48:38 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:48:38 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:48:38 	... 104 common frames omitted
06:48:38 
06:48:38     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:48:38 
06:48:38   Given I login as user with name "kapua-sys" and password "kapua-password"                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:48:38       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:48:38 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:48:38 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:48:38 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:596)
06:48:38 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:48:38 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:48:38 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:48:38 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:48:38 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:48:38 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:48:38 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:48:38 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:48:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:48:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:48:38 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:48:38 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:48:38 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:48:38 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:48:38 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:48:38 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:48:38 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:48:38 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:48:38 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:48:38 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:48:38 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:48:38 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:48:38 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:48:38 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:48:38 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:48:38 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:48:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:48:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:48:38 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:48:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:48:38 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:48:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:48:38 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:48:38 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:48:38 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:48:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:48:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:48:38 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:48:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:48:38 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:48:38 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:48:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:48:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:48:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:48:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:48:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:48:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:48:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:48:38 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:48:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:48:38 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:48:38 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:48:38 	... 50 more
06:48:38 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:48:38 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:48:38 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:48:38 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:48:38 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:48:38 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:48:38 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:48:38 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:48:38 	... 52 more
06:48:38 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:48:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:48:38 Error Code: 0
06:48:38 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:48:38 	bind => [1 parameter bound]
06:48:38 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:48:38 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:48:38 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:48:38 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:48:38 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:48:38 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:48:38 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:48:38 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:48:38 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:48:38 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:48:38 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:48:38 	... 56 more
06:48:38 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:48:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:48:38 Error Code: 0
06:48:38 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:48:38 	bind => [1 parameter bound]
06:48:38 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:48:38 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:48:38 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:48:38 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
06:48:38 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:48:38 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:48:38 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:48:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:48:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:48:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:48:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:48:38 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:48:38 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:48:38 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:48:38 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:48:38 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:48:38 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:48:38 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:48:38 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:48:38 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:48:38 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:48:38 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:48:38 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:48:38 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:48:38 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:48:38 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:48:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:48:38 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:48:38 	... 64 more
06:48:38 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:48:38 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:48:38 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:48:38 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:48:38 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:48:38 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:48:38 	... 104 more
06:48:38 
06:48:38   And I create a job with the name "job0"                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:48:38   When I find scheduler properties with name "Cron Job"                                                               # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:48:38   And A regular trigger creator with the name "schedule0" is created                                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:48:38   Then I set cron expression to "0 15 10 * * ?"                                                                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
06:48:38   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:48:38   When I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:48:38   And An exception was thrown                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:48:38   And I logout                                                                                                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:48:38 10:48:38.512 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:48:38 10:48:38.512 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:48:38 10:48:38.512 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:49:08 10:49:08.514 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:49:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:49:08 Error Code: 0.
06:50:38 10:50:38.518 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:50:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:50:38 Error Code: 0
06:50:38       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:50:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:50:38 Error Code: 0
06:50:38 Query: DataModifyQuery(sql="/*******************************************************************************
06:50:38  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:50:38  *
06:50:38  * This program and the accompanying materials are made
06:50:38  * available under the terms of the Eclipse Public License 2.0
06:50:38  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:50:38  *
06:50:38  * SPDX-License-Identifier: EPL-2.0
06:50:38  *
06:50:38  * Contributors:
06:50:38  *     Eurotech - initial API and implementation
06:50:38  *******************************************************************************/
06:50:38 
06:50:38 UPDATE act_account SET scope_id = null;
06:50:38 
06:50:38 DELETE
06:50:38 FROM act_account
06:50:38 WHERE id NOT IN (1);
06:50:38 
06:50:38 DELETE
06:50:38 FROM atht_credential
06:50:38 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:50:38 
06:50:38 DELETE
06:50:38 FROM atht_access_token;
06:50:38 
06:50:38 DELETE
06:50:38 FROM atht_mfa_option;
06:50:38 
06:50:38 DELETE
06:50:38 FROM atht_scratch_code;
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_role
06:50:38 WHERE NOT (scope_id = 1 AND id = 1);
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_role_permission
06:50:38 WHERE NOT (scope_id = 1 AND role_id = 1);
06:50:38 
06:50:38 DELETE
06:50:38 FROM dvc_device_connection;
06:50:38 
06:50:38 DELETE
06:50:38 FROM dvc_device;
06:50:38 
06:50:38 DELETE
06:50:38 FROM dvc_device_event;
06:50:38 
06:50:38 DELETE
06:50:38 FROM sys_configuration
06:50:38 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:50:38 
06:50:38 DELETE
06:50:38 FROM usr_user
06:50:38 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_access_info
06:50:38 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_access_permission
06:50:38 WHERE NOT (scope_id = 1 AND id = 1);
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_access_role
06:50:38 WHERE NOT (scope_id = 1 AND id = 1);
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_domain_actions
06:50:38 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_domain
06:50:38 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_group;
06:50:38 
06:50:38 DELETE
06:50:38 FROM tag_tag;
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job;
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_execution;
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_step;
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_step_definition
06:50:38 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_step_definition_properties
06:50:38 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_step_properties;
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_target;
06:50:38 
06:50:38 DELETE
06:50:38 FROM schdl_trigger;
06:50:38 
06:50:38 DELETE
06:50:38 FROM schdl_trigger_properties;
06:50:38 
06:50:38 DELETE
06:50:38 FROM endp_endpoint_info;
06:50:38 ")
06:50:38 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:50:38 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:50:38 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:50:38 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:50:38 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:50:38 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:50:38 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:50:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:50:38 Error Code: 0
06:50:38 Query: DataModifyQuery(sql="/*******************************************************************************
06:50:38  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:50:38  *
06:50:38  * This program and the accompanying materials are made
06:50:38  * available under the terms of the Eclipse Public License 2.0
06:50:38  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:50:38  *
06:50:38  * SPDX-License-Identifier: EPL-2.0
06:50:38  *
06:50:38  * Contributors:
06:50:38  *     Eurotech - initial API and implementation
06:50:38  *******************************************************************************/
06:50:38 
06:50:38 UPDATE act_account SET scope_id = null;
06:50:38 
06:50:38 DELETE
06:50:38 FROM act_account
06:50:38 WHERE id NOT IN (1);
06:50:38 
06:50:38 DELETE
06:50:38 FROM atht_credential
06:50:38 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:50:38 
06:50:38 DELETE
06:50:38 FROM atht_access_token;
06:50:38 
06:50:38 DELETE
06:50:38 FROM atht_mfa_option;
06:50:38 
06:50:38 DELETE
06:50:38 FROM atht_scratch_code;
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_role
06:50:38 WHERE NOT (scope_id = 1 AND id = 1);
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_role_permission
06:50:38 WHERE NOT (scope_id = 1 AND role_id = 1);
06:50:38 
06:50:38 DELETE
06:50:38 FROM dvc_device_connection;
06:50:38 
06:50:38 DELETE
06:50:38 FROM dvc_device;
06:50:38 
06:50:38 DELETE
06:50:38 FROM dvc_device_event;
06:50:38 
06:50:38 DELETE
06:50:38 FROM sys_configuration
06:50:38 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:50:38 
06:50:38 DELETE
06:50:38 FROM usr_user
06:50:38 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_access_info
06:50:38 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_access_permission
06:50:38 WHERE NOT (scope_id = 1 AND id = 1);
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_access_role
06:50:38 WHERE NOT (scope_id = 1 AND id = 1);
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_domain_actions
06:50:38 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_domain
06:50:38 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:50:38 
06:50:38 DELETE
06:50:38 FROM athz_group;
06:50:38 
06:50:38 DELETE
06:50:38 FROM tag_tag;
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job;
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_execution;
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_step;
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_step_definition
06:50:38 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_step_definition_properties
06:50:38 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_step_properties;
06:50:38 
06:50:38 DELETE
06:50:38 FROM job_job_target;
06:50:38 
06:50:38 DELETE
06:50:38 FROM schdl_trigger;
06:50:38 
06:50:38 DELETE
06:50:38 FROM schdl_trigger_properties;
06:50:38 
06:50:38 DELETE
06:50:38 FROM endp_endpoint_info;
06:50:38 ")
06:50:38 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:50:38 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:50:38 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:50:38 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:50:38 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:50:38 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:50:38 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:50:38 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:50:38 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
06:50:38 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
06:50:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
06:50:38 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
06:50:38 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
06:50:38 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
06:50:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:50:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:50:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:50:38 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:50:38 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:50:38 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:50:38 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:50:38 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:50:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:50:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:50:38 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:50:38 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:50:38 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:50:38 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:50:38 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:50:38 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:50:38 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:50:38 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:50:38 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:50:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:50:38 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:50:38 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:50:38 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:50:38 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:50:38 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:50:38 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:50:38 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:50:38 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:50:38 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:50:38 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:50:38 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:50:38 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:50:38 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:50:38 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:50:38 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:50:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:50:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:50:38 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:50:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:50:38 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:50:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:50:38 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:50:38 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:50:38 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:50:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:50:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:50:38 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:50:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:50:38 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:50:38 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:50:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:50:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:50:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:50:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:50:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:50:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:50:38 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:50:38 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:50:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:50:38 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:50:38 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:50:38 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:50:38 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:50:38 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:50:38 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:50:38 	... 71 more
06:50:38 
06:50:38 
06:50:38 @jobsIntegrationBase @env_docker_base
06:50:38 Scenario: Adding "Cron Job" Schedule With Non-Unique Start Date Parameter                      # features/jobScheduling/TriggerServiceI9n.feature:606
06:51:08 10:51:08.617 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:51:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:51:08 Error Code: 0
06:51:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:51:08 	bind => [1 parameter bound]
06:51:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:51:38 10:51:38.619 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:51:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:51:38 Error Code: 0
06:51:38 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:51:38 	bind => [1 parameter bound]
06:51:38 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:52:13 10:52:13.621 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:52:13 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:52:13 Error Code: 0
06:52:13 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:52:13 	bind => [1 parameter bound]
06:52:13 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:52:48 10:52:48.623 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:52:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:52:48 Error Code: 0
06:52:48 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:52:48 	bind => [1 parameter bound]
06:52:48 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:52:48 10:52:48.625 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:52:48 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:52:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:52:48 Error Code: 0
06:52:48 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:52:48 	bind => [1 parameter bound]
06:52:48 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:52:48 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:52:48 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:52:48 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:52:48 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:52:48 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:52:48 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:52:48 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:52:48 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:52:48 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:52:48 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:52:48 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:52:48 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:52:48 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:52:48 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:52:48 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:52:48 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:52:48 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:52:48 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:52:48 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:52:48 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:52:48 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:52:48 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:52:48 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:52:48 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:52:48 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:52:48 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:52:48 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:52:48 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:52:48 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:52:48 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:52:48 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:52:48 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:52:48 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:52:48 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:52:48 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:52:48 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:52:48 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:52:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:52:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:52:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:52:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:52:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:52:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:52:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:52:48 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:52:48 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:52:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:52:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:52:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:52:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:52:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:52:48 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:52:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:52:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:52:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:52:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:52:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:52:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:52:48 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:52:48 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:52:48 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:52:48 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:52:48 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:52:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:52:48 Error Code: 0
06:52:48 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:52:48 	bind => [1 parameter bound]
06:52:48 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:52:48 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:52:48 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:52:48 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:52:48 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:52:48 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:52:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:52:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:52:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:52:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:52:48 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:52:48 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:52:48 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:52:48 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:52:48 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:52:48 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:52:48 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:52:48 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:52:48 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:52:48 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:52:48 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:52:48 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:52:48 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:52:48 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:52:48 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:52:48 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:52:48 	... 64 common frames omitted
06:52:48 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:52:48 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:52:48 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:52:48 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:52:48 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:52:48 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:52:48 	... 104 common frames omitted
06:52:48 
06:52:48     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:52:48 
06:52:48   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:52:48       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:52:48 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:52:48 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:52:48 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:612)
06:52:48 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:52:48 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:52:48 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:52:48 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:52:48 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:52:48 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:52:48 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:52:48 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:52:48 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:52:48 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:52:48 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:52:48 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:52:48 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:52:48 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:52:48 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:52:48 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:52:48 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:52:48 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:52:48 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:52:48 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:52:48 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:52:48 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:52:48 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:52:48 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:52:48 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:52:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:52:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:52:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:52:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:52:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:52:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:52:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:52:48 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:52:48 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:52:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:52:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:52:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:52:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:52:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:52:48 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:52:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:52:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:52:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:52:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:52:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:52:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:52:48 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:52:48 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:52:48 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:52:48 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:52:48 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:52:48 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:52:48 	... 50 more
06:52:48 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:52:48 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:52:48 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:52:48 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:52:48 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:52:48 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:52:48 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:52:48 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:52:48 	... 52 more
06:52:48 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:52:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:52:48 Error Code: 0
06:52:48 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:52:48 	bind => [1 parameter bound]
06:52:48 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:52:48 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:52:48 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:52:48 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:52:48 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:52:48 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:52:48 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:52:48 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:52:48 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:52:48 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:52:48 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:52:48 	... 56 more
06:52:48 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:52:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:52:48 Error Code: 0
06:52:48 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:52:48 	bind => [1 parameter bound]
06:52:48 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:52:48 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:52:48 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:52:48 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
06:52:48 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:52:48 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:52:48 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:52:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:52:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:52:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:52:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:52:48 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:52:48 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:52:48 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:52:48 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:52:48 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:52:48 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:52:48 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:52:48 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:52:48 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:52:48 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:52:48 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:52:48 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:52:48 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:52:48 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:52:48 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:52:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:52:48 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:52:48 	... 64 more
06:52:48 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:52:48 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:52:48 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:52:48 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:52:48 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:52:48 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:52:48 	... 104 more
06:52:48 
06:52:48   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:52:48   When I find scheduler properties with name "Cron Job"                                        # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:52:48   And A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:52:48   And The trigger is set to start on "12-12-2020" at "10:10"                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:52:48   Then I set cron expression to "0 15 10 * * ?"                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
06:52:48   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:52:48   When I find scheduler properties with name "Cron Job"                                        # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:52:48   And A regular trigger creator with the name "schedule1" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:52:48   And The trigger is set to start on "12-12-2020" at "10:10"                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:52:48   Then I set cron expression to "0 15 15 * * ?"                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
06:52:48   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:52:48   And I logout                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:52:48   Then No exception was thrown                                                                 # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
06:52:48 10:52:48.634 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:52:48 10:52:48.634 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:52:48 10:52:48.634 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:53:18 10:53:18.637 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:53:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:53:18 Error Code: 0.
06:54:48 10:54:48.640 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:54:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:54:48 Error Code: 0
06:54:48       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:54:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:54:48 Error Code: 0
06:54:48 Query: DataModifyQuery(sql="/*******************************************************************************
06:54:48  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:54:48  *
06:54:48  * This program and the accompanying materials are made
06:54:48  * available under the terms of the Eclipse Public License 2.0
06:54:48  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:54:48  *
06:54:48  * SPDX-License-Identifier: EPL-2.0
06:54:48  *
06:54:48  * Contributors:
06:54:48  *     Eurotech - initial API and implementation
06:54:48  *******************************************************************************/
06:54:48 
06:54:48 UPDATE act_account SET scope_id = null;
06:54:48 
06:54:48 DELETE
06:54:48 FROM act_account
06:54:48 WHERE id NOT IN (1);
06:54:48 
06:54:48 DELETE
06:54:48 FROM atht_credential
06:54:48 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:54:48 
06:54:48 DELETE
06:54:48 FROM atht_access_token;
06:54:48 
06:54:48 DELETE
06:54:48 FROM atht_mfa_option;
06:54:48 
06:54:48 DELETE
06:54:48 FROM atht_scratch_code;
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_role
06:54:48 WHERE NOT (scope_id = 1 AND id = 1);
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_role_permission
06:54:48 WHERE NOT (scope_id = 1 AND role_id = 1);
06:54:48 
06:54:48 DELETE
06:54:48 FROM dvc_device_connection;
06:54:48 
06:54:48 DELETE
06:54:48 FROM dvc_device;
06:54:48 
06:54:48 DELETE
06:54:48 FROM dvc_device_event;
06:54:48 
06:54:48 DELETE
06:54:48 FROM sys_configuration
06:54:48 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:54:48 
06:54:48 DELETE
06:54:48 FROM usr_user
06:54:48 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_access_info
06:54:48 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_access_permission
06:54:48 WHERE NOT (scope_id = 1 AND id = 1);
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_access_role
06:54:48 WHERE NOT (scope_id = 1 AND id = 1);
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_domain_actions
06:54:48 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_domain
06:54:48 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_group;
06:54:48 
06:54:48 DELETE
06:54:48 FROM tag_tag;
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job;
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_execution;
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_step;
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_step_definition
06:54:48 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_step_definition_properties
06:54:48 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_step_properties;
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_target;
06:54:48 
06:54:48 DELETE
06:54:48 FROM schdl_trigger;
06:54:48 
06:54:48 DELETE
06:54:48 FROM schdl_trigger_properties;
06:54:48 
06:54:48 DELETE
06:54:48 FROM endp_endpoint_info;
06:54:48 ")
06:54:48 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:54:48 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:54:48 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:54:48 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:54:48 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:54:48 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:54:48 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:54:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:54:48 Error Code: 0
06:54:48 Query: DataModifyQuery(sql="/*******************************************************************************
06:54:48  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:54:48  *
06:54:48  * This program and the accompanying materials are made
06:54:48  * available under the terms of the Eclipse Public License 2.0
06:54:48  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:54:48  *
06:54:48  * SPDX-License-Identifier: EPL-2.0
06:54:48  *
06:54:48  * Contributors:
06:54:48  *     Eurotech - initial API and implementation
06:54:48  *******************************************************************************/
06:54:48 
06:54:48 UPDATE act_account SET scope_id = null;
06:54:48 
06:54:48 DELETE
06:54:48 FROM act_account
06:54:48 WHERE id NOT IN (1);
06:54:48 
06:54:48 DELETE
06:54:48 FROM atht_credential
06:54:48 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:54:48 
06:54:48 DELETE
06:54:48 FROM atht_access_token;
06:54:48 
06:54:48 DELETE
06:54:48 FROM atht_mfa_option;
06:54:48 
06:54:48 DELETE
06:54:48 FROM atht_scratch_code;
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_role
06:54:48 WHERE NOT (scope_id = 1 AND id = 1);
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_role_permission
06:54:48 WHERE NOT (scope_id = 1 AND role_id = 1);
06:54:48 
06:54:48 DELETE
06:54:48 FROM dvc_device_connection;
06:54:48 
06:54:48 DELETE
06:54:48 FROM dvc_device;
06:54:48 
06:54:48 DELETE
06:54:48 FROM dvc_device_event;
06:54:48 
06:54:48 DELETE
06:54:48 FROM sys_configuration
06:54:48 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:54:48 
06:54:48 DELETE
06:54:48 FROM usr_user
06:54:48 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_access_info
06:54:48 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_access_permission
06:54:48 WHERE NOT (scope_id = 1 AND id = 1);
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_access_role
06:54:48 WHERE NOT (scope_id = 1 AND id = 1);
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_domain_actions
06:54:48 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_domain
06:54:48 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:54:48 
06:54:48 DELETE
06:54:48 FROM athz_group;
06:54:48 
06:54:48 DELETE
06:54:48 FROM tag_tag;
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job;
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_execution;
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_step;
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_step_definition
06:54:48 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_step_definition_properties
06:54:48 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_step_properties;
06:54:48 
06:54:48 DELETE
06:54:48 FROM job_job_target;
06:54:48 
06:54:48 DELETE
06:54:48 FROM schdl_trigger;
06:54:48 
06:54:48 DELETE
06:54:48 FROM schdl_trigger_properties;
06:54:48 
06:54:48 DELETE
06:54:48 FROM endp_endpoint_info;
06:54:48 ")
06:54:48 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:54:48 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:54:48 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:54:48 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:54:48 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:54:48 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:54:48 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:54:48 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:54:48 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
06:54:48 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
06:54:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
06:54:48 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
06:54:48 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
06:54:48 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
06:54:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:54:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:54:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:54:48 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:54:48 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:54:48 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:54:48 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:54:48 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:54:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:54:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:54:48 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:54:48 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:54:48 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:54:48 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:54:48 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:54:48 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:54:48 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:54:48 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:54:48 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:54:48 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:54:48 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:54:48 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:54:48 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:54:48 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:54:48 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:54:48 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:54:48 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:54:48 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:54:48 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:54:48 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:54:48 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:54:48 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:54:48 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:54:48 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:54:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:54:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:54:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:54:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:54:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:54:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:54:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:54:48 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:54:48 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:54:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:54:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:54:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:54:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:54:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:54:48 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:54:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:54:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:54:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:54:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:54:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:54:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:54:48 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:54:48 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:54:48 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:54:48 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:54:48 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:54:48 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:54:48 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:54:48 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:54:48 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:54:48 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:54:48 	... 71 more
06:54:48 
06:54:48 
06:54:48 @jobsIntegrationBase @env_docker_base
06:54:48 Scenario: Adding "Cron Job" Schedule With Start Date Only                                                             # features/jobScheduling/TriggerServiceI9n.feature:627
06:55:18 10:55:18.719 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:55:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:55:18 Error Code: 0
06:55:18 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:55:18 	bind => [1 parameter bound]
06:55:18 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:55:48 10:55:48.721 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:55:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:55:48 Error Code: 0
06:55:48 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:55:48 	bind => [1 parameter bound]
06:55:48 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:56:23 10:56:23.723 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:56:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:56:23 Error Code: 0
06:56:23 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:56:23 	bind => [1 parameter bound]
06:56:23 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:56:58 10:56:58.726 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:56:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
06:56:58 Error Code: 0
06:56:58 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:56:58 	bind => [1 parameter bound]
06:56:58 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:56:58 10:56:58.729 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
06:56:58 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:56:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
06:56:58 Error Code: 0
06:56:58 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:56:58 	bind => [1 parameter bound]
06:56:58 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:56:58 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:56:58 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:56:58 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:56:58 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:56:58 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:56:58 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:56:58 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:56:58 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:56:58 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:56:58 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:56:58 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:56:58 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:56:58 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:56:58 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:56:58 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:56:58 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:56:58 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:56:58 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:56:58 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:56:58 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:56:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:56:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:56:58 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:56:58 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:56:58 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:56:58 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:56:58 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:56:58 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:56:58 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:56:58 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:56:58 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:56:58 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:56:58 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:56:58 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:56:58 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:56:58 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:56:58 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:56:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:56:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:56:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:56:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:56:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:56:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:56:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:56:58 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:56:58 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:56:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:56:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:56:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:56:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:56:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:56:58 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:56:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:56:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:56:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:56:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:56:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:56:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:56:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:56:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:56:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:56:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:56:58 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
06:56:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
06:56:58 Error Code: 0
06:56:58 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:56:58 	bind => [1 parameter bound]
06:56:58 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:56:58 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:56:58 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:56:58 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:56:58 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:56:58 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:56:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:56:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:56:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:56:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:56:58 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:56:58 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:56:58 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:56:58 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:56:58 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:56:58 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:56:58 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:56:58 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:56:58 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:56:58 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:56:58 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:56:58 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:56:58 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:56:58 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:56:58 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:56:58 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:56:58 	... 64 common frames omitted
06:56:58 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
06:56:58 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:56:58 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:56:58 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:56:58 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:56:58 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:56:58 	... 104 common frames omitted
06:56:58 
06:56:58     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:56:58 
06:56:58   Given I login as user with name "kapua-sys" and password "kapua-password"                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
06:56:58       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
06:56:58 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
06:56:58 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:56:58 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:632)
06:56:58 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
06:56:58 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
06:56:58 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
06:56:58 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
06:56:58 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
06:56:58 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
06:56:58 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
06:56:58 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
06:56:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:56:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:56:58 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:56:58 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:56:58 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:56:58 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
06:56:58 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
06:56:58 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
06:56:58 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:56:58 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:56:58 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:56:58 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
06:56:58 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
06:56:58 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:56:58 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:56:58 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:56:58 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:56:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:56:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:56:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:56:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:56:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:56:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:56:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:56:58 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:56:58 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:56:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:56:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:56:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:56:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:56:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:56:58 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:56:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:56:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:56:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:56:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:56:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:56:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:56:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:56:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:56:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:56:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:56:58 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
06:56:58 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
06:56:58 	... 50 more
06:56:58 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
06:56:58 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
06:56:58 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
06:56:58 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
06:56:58 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
06:56:58 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
06:56:58 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
06:56:58 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
06:56:58 	... 52 more
06:56:58 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:56:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
06:56:58 Error Code: 0
06:56:58 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:56:58 	bind => [1 parameter bound]
06:56:58 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:56:58 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
06:56:58 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
06:56:58 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
06:56:58 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
06:56:58 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
06:56:58 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
06:56:58 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
06:56:58 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
06:56:58 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
06:56:58 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
06:56:58 	... 56 more
06:56:58 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:56:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
06:56:58 Error Code: 0
06:56:58 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:56:58 	bind => [1 parameter bound]
06:56:58 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
06:56:58 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:56:58 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:56:58 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
06:56:58 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
06:56:58 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
06:56:58 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
06:56:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:56:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:56:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
06:56:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
06:56:58 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
06:56:58 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
06:56:58 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
06:56:58 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
06:56:58 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:56:58 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
06:56:58 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
06:56:58 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
06:56:58 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:56:58 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:56:58 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:56:58 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:56:58 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
06:56:58 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
06:56:58 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:56:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:56:58 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
06:56:58 	... 64 more
06:56:58 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
06:56:58 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:56:58 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:56:58 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:56:58 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:56:58 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:56:58 	... 104 more
06:56:58 
06:56:58   And I create a job with the name "job0"                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
06:56:58   When I find scheduler properties with name "Cron Job"                                                               # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
06:56:58   And A regular trigger creator with the name "" is created                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
06:56:58   And The trigger is set to start on "12-12-2020" at "10:10"                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
06:56:58   Then I set cron expression to "0 15 15 * * ?"                                                                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
06:56:58   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
06:56:58   When I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
06:56:58   And An exception was thrown                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
06:56:58   And I logout                                                                                                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
06:56:58 10:56:58.739 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
06:56:58 10:56:58.739 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
06:56:58 10:56:58.739 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
06:57:28 10:57:28.742 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:57:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:57:28 Error Code: 0.
06:58:58 10:58:58.746 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:58:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:58:58 Error Code: 0
06:58:58       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:58:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:58:58 Error Code: 0
06:58:58 Query: DataModifyQuery(sql="/*******************************************************************************
06:58:58  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:58:58  *
06:58:58  * This program and the accompanying materials are made
06:58:58  * available under the terms of the Eclipse Public License 2.0
06:58:58  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:58:58  *
06:58:58  * SPDX-License-Identifier: EPL-2.0
06:58:58  *
06:58:58  * Contributors:
06:58:58  *     Eurotech - initial API and implementation
06:58:58  *******************************************************************************/
06:58:58 
06:58:58 UPDATE act_account SET scope_id = null;
06:58:58 
06:58:58 DELETE
06:58:58 FROM act_account
06:58:58 WHERE id NOT IN (1);
06:58:58 
06:58:58 DELETE
06:58:58 FROM atht_credential
06:58:58 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:58:58 
06:58:58 DELETE
06:58:58 FROM atht_access_token;
06:58:58 
06:58:58 DELETE
06:58:58 FROM atht_mfa_option;
06:58:58 
06:58:58 DELETE
06:58:58 FROM atht_scratch_code;
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_role
06:58:58 WHERE NOT (scope_id = 1 AND id = 1);
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_role_permission
06:58:58 WHERE NOT (scope_id = 1 AND role_id = 1);
06:58:58 
06:58:58 DELETE
06:58:58 FROM dvc_device_connection;
06:58:58 
06:58:58 DELETE
06:58:58 FROM dvc_device;
06:58:58 
06:58:58 DELETE
06:58:58 FROM dvc_device_event;
06:58:58 
06:58:58 DELETE
06:58:58 FROM sys_configuration
06:58:58 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:58:58 
06:58:58 DELETE
06:58:58 FROM usr_user
06:58:58 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_access_info
06:58:58 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_access_permission
06:58:58 WHERE NOT (scope_id = 1 AND id = 1);
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_access_role
06:58:58 WHERE NOT (scope_id = 1 AND id = 1);
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_domain_actions
06:58:58 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_domain
06:58:58 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_group;
06:58:58 
06:58:58 DELETE
06:58:58 FROM tag_tag;
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job;
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_execution;
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_step;
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_step_definition
06:58:58 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_step_definition_properties
06:58:58 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_step_properties;
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_target;
06:58:58 
06:58:58 DELETE
06:58:58 FROM schdl_trigger;
06:58:58 
06:58:58 DELETE
06:58:58 FROM schdl_trigger_properties;
06:58:58 
06:58:58 DELETE
06:58:58 FROM endp_endpoint_info;
06:58:58 ")
06:58:58 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
06:58:58 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:58:58 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:58:58 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:58:58 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:58:58 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:58:58 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:58:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:58:58 Error Code: 0
06:58:58 Query: DataModifyQuery(sql="/*******************************************************************************
06:58:58  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
06:58:58  *
06:58:58  * This program and the accompanying materials are made
06:58:58  * available under the terms of the Eclipse Public License 2.0
06:58:58  * which is available at https://www.eclipse.org/legal/epl-2.0/
06:58:58  *
06:58:58  * SPDX-License-Identifier: EPL-2.0
06:58:58  *
06:58:58  * Contributors:
06:58:58  *     Eurotech - initial API and implementation
06:58:58  *******************************************************************************/
06:58:58 
06:58:58 UPDATE act_account SET scope_id = null;
06:58:58 
06:58:58 DELETE
06:58:58 FROM act_account
06:58:58 WHERE id NOT IN (1);
06:58:58 
06:58:58 DELETE
06:58:58 FROM atht_credential
06:58:58 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
06:58:58 
06:58:58 DELETE
06:58:58 FROM atht_access_token;
06:58:58 
06:58:58 DELETE
06:58:58 FROM atht_mfa_option;
06:58:58 
06:58:58 DELETE
06:58:58 FROM atht_scratch_code;
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_role
06:58:58 WHERE NOT (scope_id = 1 AND id = 1);
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_role_permission
06:58:58 WHERE NOT (scope_id = 1 AND role_id = 1);
06:58:58 
06:58:58 DELETE
06:58:58 FROM dvc_device_connection;
06:58:58 
06:58:58 DELETE
06:58:58 FROM dvc_device;
06:58:58 
06:58:58 DELETE
06:58:58 FROM dvc_device_event;
06:58:58 
06:58:58 DELETE
06:58:58 FROM sys_configuration
06:58:58 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
06:58:58 
06:58:58 DELETE
06:58:58 FROM usr_user
06:58:58 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_access_info
06:58:58 WHERE NOT (scope_id = 1 AND id IN (1, 2));
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_access_permission
06:58:58 WHERE NOT (scope_id = 1 AND id = 1);
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_access_role
06:58:58 WHERE NOT (scope_id = 1 AND id = 1);
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_domain_actions
06:58:58 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_domain
06:58:58 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
06:58:58 
06:58:58 DELETE
06:58:58 FROM athz_group;
06:58:58 
06:58:58 DELETE
06:58:58 FROM tag_tag;
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job;
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_execution;
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_step;
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_step_definition
06:58:58 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_step_definition_properties
06:58:58 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_step_properties;
06:58:58 
06:58:58 DELETE
06:58:58 FROM job_job_target;
06:58:58 
06:58:58 DELETE
06:58:58 FROM schdl_trigger;
06:58:58 
06:58:58 DELETE
06:58:58 FROM schdl_trigger_properties;
06:58:58 
06:58:58 DELETE
06:58:58 FROM endp_endpoint_info;
06:58:58 ")
06:58:58 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
06:58:58 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
06:58:58 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
06:58:58 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
06:58:58 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
06:58:58 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
06:58:58 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
06:58:58 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
06:58:58 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
06:58:58 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
06:58:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
06:58:58 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
06:58:58 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
06:58:58 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
06:58:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
06:58:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
06:58:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
06:58:58 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
06:58:58 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
06:58:58 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
06:58:58 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
06:58:58 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
06:58:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
06:58:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
06:58:58 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
06:58:58 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
06:58:58 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
06:58:58 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
06:58:58 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
06:58:58 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
06:58:58 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
06:58:58 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
06:58:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
06:58:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
06:58:58 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
06:58:58 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
06:58:58 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
06:58:58 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
06:58:58 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
06:58:58 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
06:58:58 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
06:58:58 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
06:58:58 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
06:58:58 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
06:58:58 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
06:58:58 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
06:58:58 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
06:58:58 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
06:58:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:58:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:58:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:58:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:58:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:58:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:58:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:58:58 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
06:58:58 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
06:58:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
06:58:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
06:58:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
06:58:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
06:58:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
06:58:58 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
06:58:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
06:58:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
06:58:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
06:58:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
06:58:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
06:58:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
06:58:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
06:58:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
06:58:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
06:58:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
06:58:58 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:58:58 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
06:58:58 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
06:58:58 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
06:58:58 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
06:58:58 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
06:58:58 	... 71 more
06:58:58 
06:58:58 
06:58:58 @jobsIntegrationBase @env_docker_base
06:58:58 Scenario: Adding "Cron Job" Schedule With Non-Unique End Date Parameter                         # features/jobScheduling/TriggerServiceI9n.feature:647
06:59:28 10:59:28.832 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:59:28 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:59:28 Error Code: 0
06:59:28 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:59:28 	bind => [1 parameter bound]
06:59:28 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
06:59:58 10:59:58.834 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
06:59:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
06:59:58 Error Code: 0
06:59:58 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
06:59:58 	bind => [1 parameter bound]
06:59:58 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:00:33 11:00:33.836 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:00:33 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:00:33 Error Code: 0
07:00:33 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:00:33 	bind => [1 parameter bound]
07:00:33 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:01:08 11:01:08.838 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:01:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:01:08 Error Code: 0
07:01:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:01:08 	bind => [1 parameter bound]
07:01:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:01:08 11:01:08.840 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:01:08 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:01:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:01:08 Error Code: 0
07:01:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:01:08 	bind => [1 parameter bound]
07:01:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:01:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:01:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:01:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:01:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:01:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:01:08 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:01:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:01:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:01:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:01:08 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:01:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:01:08 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:01:08 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:01:08 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:01:08 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:01:08 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:01:08 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:01:08 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:01:08 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:01:08 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:01:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:01:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:01:08 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:01:08 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:01:08 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:01:08 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:01:08 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:01:08 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:01:08 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:01:08 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:01:08 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:01:08 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:01:08 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:01:08 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:01:08 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:01:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:01:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:01:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:01:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:01:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:01:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:01:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:01:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:01:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:01:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:01:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:01:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:01:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:01:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:01:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:01:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:01:08 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:01:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:01:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:01:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:01:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:01:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:01:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:01:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:01:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:01:08 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:01:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:01:08 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:01:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:01:08 Error Code: 0
07:01:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:01:08 	bind => [1 parameter bound]
07:01:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:01:08 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:01:08 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:01:08 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:01:08 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:01:08 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:01:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:01:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:01:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:01:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:01:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:01:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:01:08 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:01:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:01:08 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:01:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:01:08 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:01:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:01:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:01:08 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:01:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:01:08 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:01:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:01:08 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:01:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:01:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:01:08 	... 64 common frames omitted
07:01:08 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:01:08 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:01:08 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:01:08 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:01:08 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:01:08 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:01:08 	... 104 common frames omitted
07:01:08 
07:01:08     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:01:08 
07:01:08   Given I login as user with name "kapua-sys" and password "kapua-password"                     # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:01:08       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:01:08 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:01:08 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:01:08 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:653)
07:01:08 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:01:08 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:01:08 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:01:08 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:01:08 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:01:08 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:01:08 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:01:08 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:01:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:01:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:01:08 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:01:08 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:01:08 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:01:08 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:01:08 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:01:08 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:01:08 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:01:08 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:01:08 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:01:08 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:01:08 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:01:08 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:01:08 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:01:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:01:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:01:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:01:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:01:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:01:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:01:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:01:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:01:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:01:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:01:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:01:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:01:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:01:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:01:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:01:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:01:08 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:01:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:01:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:01:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:01:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:01:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:01:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:01:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:01:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:01:08 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:01:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:01:08 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:01:08 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:01:08 	... 50 more
07:01:08 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:01:08 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:01:08 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:01:08 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:01:08 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:01:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:01:08 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:01:08 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:01:08 	... 52 more
07:01:08 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:01:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:01:08 Error Code: 0
07:01:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:01:08 	bind => [1 parameter bound]
07:01:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:01:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:01:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:01:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:01:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:01:08 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:01:08 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:01:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:01:08 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:01:08 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:01:08 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:01:08 	... 56 more
07:01:08 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:01:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:01:08 Error Code: 0
07:01:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:01:08 	bind => [1 parameter bound]
07:01:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:01:08 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:01:08 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:01:08 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:01:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:01:08 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:01:08 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:01:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:01:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:01:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:01:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:01:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:01:08 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:01:08 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:01:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:01:08 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:01:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:01:08 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:01:08 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:01:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:01:08 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:01:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:01:08 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:01:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:01:08 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:01:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:01:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:01:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:01:08 	... 64 more
07:01:08 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:01:08 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:01:08 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:01:08 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:01:08 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:01:08 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:01:08 	... 104 more
07:01:08 
07:01:08   And I create a job with the name "job0"                                                       # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:01:08   When I find scheduler properties with name "Cron Job"                                         # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:01:08   Then A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:01:08   And The trigger is set to start on "12-01-2030" at "10:10"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
07:01:08   And The trigger is set to end on "15-12-2030" at "10:10"                                      # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
07:01:08   Then I set cron expression to "0 15 15 * * ?"                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
07:01:08   Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:01:08   And A regular trigger creator with the name "schedule1" is created                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:01:08   And The trigger is set to start on "12-12-2030" at "10:10"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
07:01:08   And The trigger is set to end on "15-12-2030" at "10:10"                                      # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
07:01:08   Then I set cron expression to "0 15 15 * * ?"                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
07:01:08   And I create a new trigger from the existing creator with previously defined date properties  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:01:08   And I logout                                                                                  # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:01:08   Then No exception was thrown                                                                  # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
07:01:08 11:01:08.867 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:01:08 11:01:08.867 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:01:08 11:01:08.867 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:01:38 11:01:38.870 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:01:38 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:01:38 Error Code: 0.
07:03:08 11:03:08.874 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:03:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:03:08 Error Code: 0
07:03:08       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:03:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:03:08 Error Code: 0
07:03:08 Query: DataModifyQuery(sql="/*******************************************************************************
07:03:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:03:08  *
07:03:08  * This program and the accompanying materials are made
07:03:08  * available under the terms of the Eclipse Public License 2.0
07:03:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:03:08  *
07:03:08  * SPDX-License-Identifier: EPL-2.0
07:03:08  *
07:03:08  * Contributors:
07:03:08  *     Eurotech - initial API and implementation
07:03:08  *******************************************************************************/
07:03:08 
07:03:08 UPDATE act_account SET scope_id = null;
07:03:08 
07:03:08 DELETE
07:03:08 FROM act_account
07:03:08 WHERE id NOT IN (1);
07:03:08 
07:03:08 DELETE
07:03:08 FROM atht_credential
07:03:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:03:08 
07:03:08 DELETE
07:03:08 FROM atht_access_token;
07:03:08 
07:03:08 DELETE
07:03:08 FROM atht_mfa_option;
07:03:08 
07:03:08 DELETE
07:03:08 FROM atht_scratch_code;
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_role
07:03:08 WHERE NOT (scope_id = 1 AND id = 1);
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_role_permission
07:03:08 WHERE NOT (scope_id = 1 AND role_id = 1);
07:03:08 
07:03:08 DELETE
07:03:08 FROM dvc_device_connection;
07:03:08 
07:03:08 DELETE
07:03:08 FROM dvc_device;
07:03:08 
07:03:08 DELETE
07:03:08 FROM dvc_device_event;
07:03:08 
07:03:08 DELETE
07:03:08 FROM sys_configuration
07:03:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:03:08 
07:03:08 DELETE
07:03:08 FROM usr_user
07:03:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_access_info
07:03:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_access_permission
07:03:08 WHERE NOT (scope_id = 1 AND id = 1);
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_access_role
07:03:08 WHERE NOT (scope_id = 1 AND id = 1);
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_domain_actions
07:03:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_domain
07:03:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_group;
07:03:08 
07:03:08 DELETE
07:03:08 FROM tag_tag;
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job;
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_execution;
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_step;
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_step_definition
07:03:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_step_definition_properties
07:03:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_step_properties;
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_target;
07:03:08 
07:03:08 DELETE
07:03:08 FROM schdl_trigger;
07:03:08 
07:03:08 DELETE
07:03:08 FROM schdl_trigger_properties;
07:03:08 
07:03:08 DELETE
07:03:08 FROM endp_endpoint_info;
07:03:08 ")
07:03:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:03:08 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:03:08 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:03:08 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:03:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:03:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:03:08 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:03:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:03:08 Error Code: 0
07:03:08 Query: DataModifyQuery(sql="/*******************************************************************************
07:03:08  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:03:08  *
07:03:08  * This program and the accompanying materials are made
07:03:08  * available under the terms of the Eclipse Public License 2.0
07:03:08  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:03:08  *
07:03:08  * SPDX-License-Identifier: EPL-2.0
07:03:08  *
07:03:08  * Contributors:
07:03:08  *     Eurotech - initial API and implementation
07:03:08  *******************************************************************************/
07:03:08 
07:03:08 UPDATE act_account SET scope_id = null;
07:03:08 
07:03:08 DELETE
07:03:08 FROM act_account
07:03:08 WHERE id NOT IN (1);
07:03:08 
07:03:08 DELETE
07:03:08 FROM atht_credential
07:03:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:03:08 
07:03:08 DELETE
07:03:08 FROM atht_access_token;
07:03:08 
07:03:08 DELETE
07:03:08 FROM atht_mfa_option;
07:03:08 
07:03:08 DELETE
07:03:08 FROM atht_scratch_code;
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_role
07:03:08 WHERE NOT (scope_id = 1 AND id = 1);
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_role_permission
07:03:08 WHERE NOT (scope_id = 1 AND role_id = 1);
07:03:08 
07:03:08 DELETE
07:03:08 FROM dvc_device_connection;
07:03:08 
07:03:08 DELETE
07:03:08 FROM dvc_device;
07:03:08 
07:03:08 DELETE
07:03:08 FROM dvc_device_event;
07:03:08 
07:03:08 DELETE
07:03:08 FROM sys_configuration
07:03:08 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:03:08 
07:03:08 DELETE
07:03:08 FROM usr_user
07:03:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_access_info
07:03:08 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_access_permission
07:03:08 WHERE NOT (scope_id = 1 AND id = 1);
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_access_role
07:03:08 WHERE NOT (scope_id = 1 AND id = 1);
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_domain_actions
07:03:08 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_domain
07:03:08 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:03:08 
07:03:08 DELETE
07:03:08 FROM athz_group;
07:03:08 
07:03:08 DELETE
07:03:08 FROM tag_tag;
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job;
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_execution;
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_step;
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_step_definition
07:03:08 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_step_definition_properties
07:03:08 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_step_properties;
07:03:08 
07:03:08 DELETE
07:03:08 FROM job_job_target;
07:03:08 
07:03:08 DELETE
07:03:08 FROM schdl_trigger;
07:03:08 
07:03:08 DELETE
07:03:08 FROM schdl_trigger_properties;
07:03:08 
07:03:08 DELETE
07:03:08 FROM endp_endpoint_info;
07:03:08 ")
07:03:08 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:03:08 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:03:08 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:03:08 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:03:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:03:08 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:03:08 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:03:08 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:03:08 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:03:08 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:03:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:03:08 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:03:08 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:03:08 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:03:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:03:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:03:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:03:08 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:03:08 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:03:08 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:03:08 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:03:08 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:03:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:03:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:03:08 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:03:08 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:03:08 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:03:08 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:03:08 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:03:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:03:08 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:03:08 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:03:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:03:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:03:08 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:03:08 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:03:08 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:03:08 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:03:08 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:03:08 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:03:08 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:03:08 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:03:08 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:03:08 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:03:08 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:03:08 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:03:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:03:08 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:03:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:03:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:03:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:03:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:03:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:03:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:03:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:03:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:03:08 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:03:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:03:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:03:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:03:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:03:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:03:08 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:03:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:03:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:03:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:03:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:03:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:03:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:03:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:03:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:03:08 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:03:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:03:08 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:03:08 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:03:08 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:03:08 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:03:08 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:03:08 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:03:08 	... 71 more
07:03:08 
07:03:09 
07:03:09 @jobsIntegrationBase @env_docker_base
07:03:09 Scenario: Adding "Cron Job" Schedule With End Date Only                                                               # features/jobScheduling/TriggerServiceI9n.feature:669
07:03:39 11:03:38.955 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:03:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:03:39 Error Code: 0
07:03:39 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:03:39 	bind => [1 parameter bound]
07:03:39 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:04:08 11:04:08.957 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:04:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:04:08 Error Code: 0
07:04:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:04:08 	bind => [1 parameter bound]
07:04:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:04:44 11:04:43.959 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:04:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:04:44 Error Code: 0
07:04:44 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:04:44 	bind => [1 parameter bound]
07:04:44 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:05:19 11:05:18.961 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:05:19 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:05:19 Error Code: 0
07:05:19 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:05:19 	bind => [1 parameter bound]
07:05:19 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:05:19 11:05:18.963 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:05:19 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:05:19 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:05:19 Error Code: 0
07:05:19 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:05:19 	bind => [1 parameter bound]
07:05:19 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:05:19 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:05:19 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:05:19 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:05:19 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:05:19 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:05:19 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:05:19 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:05:19 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:05:19 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:05:19 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:05:19 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:05:19 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:05:19 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:05:19 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:05:19 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:05:19 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:05:19 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:05:19 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:05:19 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:05:19 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:05:19 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:05:19 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:05:19 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:05:19 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:05:19 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:05:19 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:05:19 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:05:19 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:05:19 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:05:19 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:05:19 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:05:19 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:05:19 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:05:19 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:05:19 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:05:19 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:05:19 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:05:19 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:05:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:05:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:05:19 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:05:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:05:19 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:05:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:05:19 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:05:19 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:05:19 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:05:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:05:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:05:19 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:05:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:05:19 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:05:19 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:05:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:05:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:05:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:05:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:05:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:05:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:05:19 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:05:19 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:05:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:05:19 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:05:19 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:05:19 Error Code: 0
07:05:19 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:05:19 	bind => [1 parameter bound]
07:05:19 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:05:19 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:05:19 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:05:19 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:05:19 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:05:19 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:05:19 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:05:19 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:05:19 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:05:19 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:05:19 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:05:19 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:05:19 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:05:19 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:05:19 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:05:19 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:05:19 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:05:19 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:05:19 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:05:19 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:05:19 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:05:19 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:05:19 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:05:19 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:05:19 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:05:19 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:05:19 	... 64 common frames omitted
07:05:19 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:05:19 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:05:19 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:05:19 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:05:19 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:05:19 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:05:19 	... 104 common frames omitted
07:05:19 
07:05:19     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:05:19 
07:05:19   Given I login as user with name "kapua-sys" and password "kapua-password"                                           # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:05:19       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:05:19 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:05:19 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:05:19 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:674)
07:05:19 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:05:19 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:05:19 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:05:19 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:05:19 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:05:19 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:05:19 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:05:19 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:05:19 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:05:19 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:05:19 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:05:19 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:05:19 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:05:19 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:05:19 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:05:19 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:05:19 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:05:19 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:05:19 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:05:19 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:05:19 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:05:19 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:05:19 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:05:19 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:05:19 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:05:19 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:05:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:05:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:05:19 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:05:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:05:19 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:05:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:05:19 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:05:19 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:05:19 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:05:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:05:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:05:19 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:05:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:05:19 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:05:19 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:05:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:05:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:05:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:05:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:05:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:05:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:05:19 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:05:19 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:05:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:05:19 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:05:19 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:05:19 	... 50 more
07:05:19 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:05:19 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:05:19 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:05:19 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:05:19 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:05:19 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:05:19 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:05:19 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:05:19 	... 52 more
07:05:19 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:05:19 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:05:19 Error Code: 0
07:05:19 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:05:19 	bind => [1 parameter bound]
07:05:19 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:05:19 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:05:19 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:05:19 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:05:19 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:05:19 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:05:19 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:05:19 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:05:19 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:05:19 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:05:19 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:05:19 	... 56 more
07:05:19 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:05:19 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:05:19 Error Code: 0
07:05:19 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:05:19 	bind => [1 parameter bound]
07:05:19 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:05:19 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:05:19 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:05:19 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:05:19 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:05:19 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:05:19 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:05:19 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:05:19 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:05:19 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:05:19 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:05:19 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:05:19 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:05:19 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:05:19 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:05:19 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:05:19 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:05:19 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:05:19 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:05:19 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:05:19 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:05:19 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:05:19 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:05:19 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:05:19 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:05:19 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:05:19 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:05:19 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:05:19 	... 64 more
07:05:19 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:05:19 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:05:19 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:05:19 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:05:19 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:05:19 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:05:19 	... 104 more
07:05:19 
07:05:19   And I create a job with the name "job0"                                                                             # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:05:19   When I find scheduler properties with name "Cron Job"                                                               # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:05:19   And A regular trigger creator with the name "" is created                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:05:19   And The trigger is set to end on "12-12-2020" at "10:10"                                                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
07:05:19   Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
07:05:19   When I create a new trigger from the existing creator with previously defined date properties                       # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:05:19   And An exception was thrown                                                                                         # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
07:05:19   And I logout                                                                                                        # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:05:19 11:05:18.970 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:05:19 11:05:18.970 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:05:19 11:05:18.970 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:05:49 11:05:48.973 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:05:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:05:49 Error Code: 0.
07:07:18 11:07:18.977 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:07:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:07:18 Error Code: 0
07:07:18       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:07:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:07:18 Error Code: 0
07:07:18 Query: DataModifyQuery(sql="/*******************************************************************************
07:07:18  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:07:18  *
07:07:18  * This program and the accompanying materials are made
07:07:18  * available under the terms of the Eclipse Public License 2.0
07:07:18  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:07:18  *
07:07:18  * SPDX-License-Identifier: EPL-2.0
07:07:18  *
07:07:18  * Contributors:
07:07:18  *     Eurotech - initial API and implementation
07:07:18  *******************************************************************************/
07:07:18 
07:07:18 UPDATE act_account SET scope_id = null;
07:07:18 
07:07:18 DELETE
07:07:18 FROM act_account
07:07:18 WHERE id NOT IN (1);
07:07:18 
07:07:18 DELETE
07:07:18 FROM atht_credential
07:07:18 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:07:18 
07:07:18 DELETE
07:07:18 FROM atht_access_token;
07:07:18 
07:07:18 DELETE
07:07:18 FROM atht_mfa_option;
07:07:18 
07:07:18 DELETE
07:07:18 FROM atht_scratch_code;
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_role
07:07:18 WHERE NOT (scope_id = 1 AND id = 1);
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_role_permission
07:07:18 WHERE NOT (scope_id = 1 AND role_id = 1);
07:07:18 
07:07:18 DELETE
07:07:18 FROM dvc_device_connection;
07:07:18 
07:07:18 DELETE
07:07:18 FROM dvc_device;
07:07:18 
07:07:18 DELETE
07:07:18 FROM dvc_device_event;
07:07:18 
07:07:18 DELETE
07:07:18 FROM sys_configuration
07:07:18 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:07:18 
07:07:18 DELETE
07:07:18 FROM usr_user
07:07:18 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_access_info
07:07:18 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_access_permission
07:07:18 WHERE NOT (scope_id = 1 AND id = 1);
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_access_role
07:07:18 WHERE NOT (scope_id = 1 AND id = 1);
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_domain_actions
07:07:18 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_domain
07:07:18 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_group;
07:07:18 
07:07:18 DELETE
07:07:18 FROM tag_tag;
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job;
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_execution;
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_step;
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_step_definition
07:07:18 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_step_definition_properties
07:07:18 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_step_properties;
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_target;
07:07:18 
07:07:18 DELETE
07:07:18 FROM schdl_trigger;
07:07:18 
07:07:18 DELETE
07:07:18 FROM schdl_trigger_properties;
07:07:18 
07:07:18 DELETE
07:07:18 FROM endp_endpoint_info;
07:07:18 ")
07:07:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:07:18 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:07:18 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:07:18 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:07:18 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:07:18 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:07:18 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:07:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:07:18 Error Code: 0
07:07:18 Query: DataModifyQuery(sql="/*******************************************************************************
07:07:18  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:07:18  *
07:07:18  * This program and the accompanying materials are made
07:07:18  * available under the terms of the Eclipse Public License 2.0
07:07:18  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:07:18  *
07:07:18  * SPDX-License-Identifier: EPL-2.0
07:07:18  *
07:07:18  * Contributors:
07:07:18  *     Eurotech - initial API and implementation
07:07:18  *******************************************************************************/
07:07:18 
07:07:18 UPDATE act_account SET scope_id = null;
07:07:18 
07:07:18 DELETE
07:07:18 FROM act_account
07:07:18 WHERE id NOT IN (1);
07:07:18 
07:07:18 DELETE
07:07:18 FROM atht_credential
07:07:18 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:07:18 
07:07:18 DELETE
07:07:18 FROM atht_access_token;
07:07:18 
07:07:18 DELETE
07:07:18 FROM atht_mfa_option;
07:07:18 
07:07:18 DELETE
07:07:18 FROM atht_scratch_code;
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_role
07:07:18 WHERE NOT (scope_id = 1 AND id = 1);
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_role_permission
07:07:18 WHERE NOT (scope_id = 1 AND role_id = 1);
07:07:18 
07:07:18 DELETE
07:07:18 FROM dvc_device_connection;
07:07:18 
07:07:18 DELETE
07:07:18 FROM dvc_device;
07:07:18 
07:07:18 DELETE
07:07:18 FROM dvc_device_event;
07:07:18 
07:07:18 DELETE
07:07:18 FROM sys_configuration
07:07:18 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:07:18 
07:07:18 DELETE
07:07:18 FROM usr_user
07:07:18 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_access_info
07:07:18 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_access_permission
07:07:18 WHERE NOT (scope_id = 1 AND id = 1);
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_access_role
07:07:18 WHERE NOT (scope_id = 1 AND id = 1);
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_domain_actions
07:07:18 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_domain
07:07:18 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:07:18 
07:07:18 DELETE
07:07:18 FROM athz_group;
07:07:18 
07:07:18 DELETE
07:07:18 FROM tag_tag;
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job;
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_execution;
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_step;
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_step_definition
07:07:18 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_step_definition_properties
07:07:18 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_step_properties;
07:07:18 
07:07:18 DELETE
07:07:18 FROM job_job_target;
07:07:18 
07:07:18 DELETE
07:07:18 FROM schdl_trigger;
07:07:18 
07:07:18 DELETE
07:07:18 FROM schdl_trigger_properties;
07:07:18 
07:07:18 DELETE
07:07:18 FROM endp_endpoint_info;
07:07:18 ")
07:07:18 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:07:18 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:07:18 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:07:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:07:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:07:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:07:18 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:07:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:07:18 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:07:18 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:07:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:07:18 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:07:18 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:07:18 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:07:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:07:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:07:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:07:18 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:07:18 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:07:18 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:07:18 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:07:18 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:07:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:07:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:07:18 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:07:18 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:07:18 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:07:18 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:07:18 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:07:18 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:07:18 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:07:18 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:07:18 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:07:18 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:07:18 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:07:18 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:07:18 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:07:18 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:07:18 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:07:18 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:07:18 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:07:18 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:07:18 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:07:18 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:07:18 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:07:18 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:07:18 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:07:18 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:07:18 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:07:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:07:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:07:18 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:07:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:07:18 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:07:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:07:18 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:07:18 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:07:18 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:07:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:07:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:07:18 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:07:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:07:18 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:07:18 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:07:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:07:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:07:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:07:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:07:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:07:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:07:18 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:07:18 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:07:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:07:18 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:07:18 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:07:18 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:07:18 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:07:18 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:07:18 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:07:18 	... 71 more
07:07:18 
07:07:19 
07:07:19 @jobsIntegrationBase @env_docker_base
07:07:19 Scenario: Adding "Cron Job" Schedule With End Time before Start time                                                                                                                           # features/jobScheduling/TriggerServiceI9n.feature:689
07:07:49 11:07:49.074 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:07:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:07:49 Error Code: 0
07:07:49 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:07:49 	bind => [1 parameter bound]
07:07:49 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:08:19 11:08:19.076 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:08:19 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:08:19 Error Code: 0
07:08:19 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:08:19 	bind => [1 parameter bound]
07:08:19 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:08:54 11:08:54.078 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:08:54 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:08:54 Error Code: 0
07:08:54 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:08:54 	bind => [1 parameter bound]
07:08:54 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:09:29 11:09:29.080 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:09:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:09:29 Error Code: 0
07:09:29 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:09:29 	bind => [1 parameter bound]
07:09:29 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:09:29 11:09:29.082 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:09:29 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:09:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:09:29 Error Code: 0
07:09:29 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:09:29 	bind => [1 parameter bound]
07:09:29 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:09:29 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:09:29 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:09:29 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:09:29 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:09:29 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:09:29 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:09:29 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:09:29 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:09:29 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:09:29 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:09:29 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:09:29 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:09:29 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:09:29 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:09:29 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:09:29 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:09:29 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:09:29 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:09:29 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:09:29 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:09:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:09:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:09:29 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:09:29 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:09:29 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:09:29 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:09:29 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:09:29 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:09:29 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:09:29 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:09:29 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:09:29 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:09:29 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:09:29 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:09:29 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:09:29 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:09:29 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:09:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:09:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:09:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:09:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:09:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:09:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:09:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:09:29 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:09:29 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:09:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:09:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:09:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:09:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:09:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:09:29 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:09:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:09:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:09:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:09:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:09:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:09:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:09:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:09:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:09:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:09:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:09:29 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:09:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:09:29 Error Code: 0
07:09:29 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:09:29 	bind => [1 parameter bound]
07:09:29 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:09:29 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:09:29 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:09:29 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:09:29 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:09:29 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:09:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:09:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:09:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:09:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:09:29 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:09:29 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:09:29 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:09:29 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:09:29 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:09:29 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:09:29 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:09:29 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:09:29 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:09:29 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:09:29 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:09:29 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:09:29 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:09:29 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:09:29 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:09:29 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:09:29 	... 64 common frames omitted
07:09:29 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:09:29 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:09:29 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:09:29 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:09:29 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:09:29 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:09:29 	... 104 common frames omitted
07:09:29 
07:09:29     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:09:29 
07:09:29   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                                                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:09:29       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:09:29 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:09:29 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:09:29 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:694)
07:09:29 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:09:29 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:09:29 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:09:29 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:09:29 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:09:29 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:09:29 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:09:29 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:09:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:09:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:09:29 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:09:29 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:09:29 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:09:29 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:09:29 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:09:29 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:09:29 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:09:29 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:09:29 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:09:29 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:09:29 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:09:29 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:09:29 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:09:29 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:09:29 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:09:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:09:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:09:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:09:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:09:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:09:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:09:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:09:29 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:09:29 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:09:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:09:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:09:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:09:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:09:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:09:29 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:09:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:09:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:09:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:09:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:09:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:09:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:09:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:09:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:09:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:09:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:09:29 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:09:29 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:09:29 	... 50 more
07:09:29 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:09:29 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:09:29 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:09:29 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:09:29 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:09:29 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:09:29 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:09:29 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:09:29 	... 52 more
07:09:29 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:09:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:09:29 Error Code: 0
07:09:29 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:09:29 	bind => [1 parameter bound]
07:09:29 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:09:29 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:09:29 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:09:29 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:09:29 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:09:29 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:09:29 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:09:29 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:09:29 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:09:29 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:09:29 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:09:29 	... 56 more
07:09:29 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:09:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:09:29 Error Code: 0
07:09:29 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:09:29 	bind => [1 parameter bound]
07:09:29 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:09:29 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:09:29 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:09:29 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:09:29 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:09:29 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:09:29 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:09:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:09:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:09:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:09:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:09:29 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:09:29 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:09:29 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:09:29 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:09:29 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:09:29 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:09:29 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:09:29 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:09:29 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:09:29 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:09:29 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:09:29 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:09:29 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:09:29 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:09:29 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:09:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:09:29 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:09:29 	... 64 more
07:09:29 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:09:29 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:09:29 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:09:29 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:09:29 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:09:29 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:09:29 	... 104 more
07:09:29 
07:09:29   And I create a job with the name "job0"                                                                                                                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:09:29   When I find scheduler properties with name "Cron Job"                                                                                                                                        # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:09:29   And A regular trigger creator with the name "schedule0" is created                                                                                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:09:29   And The trigger is set to start on "12-12-2020" at "12:00"                                                                                                                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
07:09:29   And The trigger is set to end on "10-12-2020" at "10:00"                                                                                                                                     # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
07:09:29   Then I set cron expression to "0 15 10 * * ?"                                                                                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
07:09:29   When I expect the exception "TriggerInvalidDatesException" with the text "Trigger with startsOn 12/12/20, 12:00 PM, endsOn 10/12/20, 10:00 AM will never fire according to the current date" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
07:09:29   And I create a new trigger from the existing creator with previously defined date properties                                                                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:09:29   And An exception was thrown                                                                                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
07:09:29   And I logout                                                                                                                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:09:29 11:09:29.091 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:09:29 11:09:29.091 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:09:29 11:09:29.091 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:09:59 11:09:59.093 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:09:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:09:59 Error Code: 0.
07:11:29 11:11:29.097 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:11:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:11:29 Error Code: 0
07:11:29       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:11:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:11:29 Error Code: 0
07:11:29 Query: DataModifyQuery(sql="/*******************************************************************************
07:11:29  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:11:29  *
07:11:29  * This program and the accompanying materials are made
07:11:29  * available under the terms of the Eclipse Public License 2.0
07:11:29  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:11:29  *
07:11:29  * SPDX-License-Identifier: EPL-2.0
07:11:29  *
07:11:29  * Contributors:
07:11:29  *     Eurotech - initial API and implementation
07:11:29  *******************************************************************************/
07:11:29 
07:11:29 UPDATE act_account SET scope_id = null;
07:11:29 
07:11:29 DELETE
07:11:29 FROM act_account
07:11:29 WHERE id NOT IN (1);
07:11:29 
07:11:29 DELETE
07:11:29 FROM atht_credential
07:11:29 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:11:29 
07:11:29 DELETE
07:11:29 FROM atht_access_token;
07:11:29 
07:11:29 DELETE
07:11:29 FROM atht_mfa_option;
07:11:29 
07:11:29 DELETE
07:11:29 FROM atht_scratch_code;
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_role
07:11:29 WHERE NOT (scope_id = 1 AND id = 1);
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_role_permission
07:11:29 WHERE NOT (scope_id = 1 AND role_id = 1);
07:11:29 
07:11:29 DELETE
07:11:29 FROM dvc_device_connection;
07:11:29 
07:11:29 DELETE
07:11:29 FROM dvc_device;
07:11:29 
07:11:29 DELETE
07:11:29 FROM dvc_device_event;
07:11:29 
07:11:29 DELETE
07:11:29 FROM sys_configuration
07:11:29 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:11:29 
07:11:29 DELETE
07:11:29 FROM usr_user
07:11:29 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_access_info
07:11:29 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_access_permission
07:11:29 WHERE NOT (scope_id = 1 AND id = 1);
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_access_role
07:11:29 WHERE NOT (scope_id = 1 AND id = 1);
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_domain_actions
07:11:29 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_domain
07:11:29 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_group;
07:11:29 
07:11:29 DELETE
07:11:29 FROM tag_tag;
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job;
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_execution;
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_step;
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_step_definition
07:11:29 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_step_definition_properties
07:11:29 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_step_properties;
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_target;
07:11:29 
07:11:29 DELETE
07:11:29 FROM schdl_trigger;
07:11:29 
07:11:29 DELETE
07:11:29 FROM schdl_trigger_properties;
07:11:29 
07:11:29 DELETE
07:11:29 FROM endp_endpoint_info;
07:11:29 ")
07:11:29 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:11:29 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:11:29 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:11:29 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:11:29 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:11:29 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:11:29 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:11:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:11:29 Error Code: 0
07:11:29 Query: DataModifyQuery(sql="/*******************************************************************************
07:11:29  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:11:29  *
07:11:29  * This program and the accompanying materials are made
07:11:29  * available under the terms of the Eclipse Public License 2.0
07:11:29  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:11:29  *
07:11:29  * SPDX-License-Identifier: EPL-2.0
07:11:29  *
07:11:29  * Contributors:
07:11:29  *     Eurotech - initial API and implementation
07:11:29  *******************************************************************************/
07:11:29 
07:11:29 UPDATE act_account SET scope_id = null;
07:11:29 
07:11:29 DELETE
07:11:29 FROM act_account
07:11:29 WHERE id NOT IN (1);
07:11:29 
07:11:29 DELETE
07:11:29 FROM atht_credential
07:11:29 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:11:29 
07:11:29 DELETE
07:11:29 FROM atht_access_token;
07:11:29 
07:11:29 DELETE
07:11:29 FROM atht_mfa_option;
07:11:29 
07:11:29 DELETE
07:11:29 FROM atht_scratch_code;
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_role
07:11:29 WHERE NOT (scope_id = 1 AND id = 1);
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_role_permission
07:11:29 WHERE NOT (scope_id = 1 AND role_id = 1);
07:11:29 
07:11:29 DELETE
07:11:29 FROM dvc_device_connection;
07:11:29 
07:11:29 DELETE
07:11:29 FROM dvc_device;
07:11:29 
07:11:29 DELETE
07:11:29 FROM dvc_device_event;
07:11:29 
07:11:29 DELETE
07:11:29 FROM sys_configuration
07:11:29 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:11:29 
07:11:29 DELETE
07:11:29 FROM usr_user
07:11:29 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_access_info
07:11:29 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_access_permission
07:11:29 WHERE NOT (scope_id = 1 AND id = 1);
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_access_role
07:11:29 WHERE NOT (scope_id = 1 AND id = 1);
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_domain_actions
07:11:29 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_domain
07:11:29 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:11:29 
07:11:29 DELETE
07:11:29 FROM athz_group;
07:11:29 
07:11:29 DELETE
07:11:29 FROM tag_tag;
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job;
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_execution;
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_step;
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_step_definition
07:11:29 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_step_definition_properties
07:11:29 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_step_properties;
07:11:29 
07:11:29 DELETE
07:11:29 FROM job_job_target;
07:11:29 
07:11:29 DELETE
07:11:29 FROM schdl_trigger;
07:11:29 
07:11:29 DELETE
07:11:29 FROM schdl_trigger_properties;
07:11:29 
07:11:29 DELETE
07:11:29 FROM endp_endpoint_info;
07:11:29 ")
07:11:29 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:11:29 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:11:29 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:11:29 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:11:29 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:11:29 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:11:29 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:11:29 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:11:29 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:11:29 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:11:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:11:29 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:11:29 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:11:29 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:11:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:11:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:11:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:11:29 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:11:29 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:11:29 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:11:29 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:11:29 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:11:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:11:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:11:29 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:11:29 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:11:29 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:11:29 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:11:29 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:11:29 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:11:29 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:11:29 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:11:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:11:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:11:29 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:11:29 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:11:29 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:11:29 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:11:29 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:11:29 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:11:29 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:11:29 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:11:29 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:11:29 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:11:29 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:11:29 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:11:29 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:11:29 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:11:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:11:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:11:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:11:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:11:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:11:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:11:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:11:29 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:11:29 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:11:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:11:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:11:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:11:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:11:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:11:29 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:11:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:11:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:11:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:11:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:11:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:11:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:11:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:11:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:11:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:11:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:11:29 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:11:29 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:11:29 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:11:29 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:11:29 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:11:29 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:11:29 	... 71 more
07:11:29 
07:11:29 
07:11:29 @jobsIntegrationBase @env_docker_base
07:11:29 Scenario: Adding "Cron Job" Schedule With the same Start and End time                                                                                                                          # features/jobScheduling/TriggerServiceI9n.feature:706
07:11:59 11:11:59.169 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:11:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:11:59 Error Code: 0
07:11:59 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:11:59 	bind => [1 parameter bound]
07:11:59 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:12:29 11:12:29.171 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:12:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:12:29 Error Code: 0
07:12:29 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:12:29 	bind => [1 parameter bound]
07:12:29 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:13:04 11:13:04.173 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:13:04 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:13:04 Error Code: 0
07:13:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:13:04 	bind => [1 parameter bound]
07:13:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:13:39 11:13:39.176 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:13:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:13:39 Error Code: 0
07:13:39 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:13:39 	bind => [1 parameter bound]
07:13:39 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:13:39 11:13:39.178 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:13:39 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:13:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:13:39 Error Code: 0
07:13:39 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:13:39 	bind => [1 parameter bound]
07:13:39 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:13:39 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:13:39 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:13:39 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:13:39 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:13:39 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:13:39 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:13:39 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:13:39 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:13:39 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:13:39 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:13:39 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:13:39 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:13:39 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:13:39 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:13:39 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:13:39 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:13:39 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:13:39 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:13:39 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:13:39 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:13:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:13:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:13:39 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:13:39 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:13:39 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:13:39 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:13:39 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:13:39 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:13:39 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:13:39 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:13:39 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:13:39 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:13:39 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:13:39 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:13:39 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:13:39 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:13:39 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:13:39 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:13:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:13:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:13:39 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:13:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:13:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:13:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:13:39 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:13:39 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:13:39 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:13:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:13:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:13:39 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:13:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:13:39 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:13:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:13:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:13:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:13:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:13:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:13:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:13:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:13:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:13:39 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:13:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:13:39 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:13:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:13:39 Error Code: 0
07:13:39 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:13:39 	bind => [1 parameter bound]
07:13:39 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:13:39 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:13:39 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:13:39 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:13:39 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:13:39 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:13:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:13:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:13:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:13:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:13:39 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:13:39 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:13:39 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:13:39 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:13:39 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:13:39 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:13:39 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:13:39 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:13:39 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:13:39 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:13:39 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:13:39 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:13:39 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:13:39 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:13:39 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:13:39 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:13:39 	... 64 common frames omitted
07:13:39 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:13:39 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:13:39 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:13:39 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:13:39 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:13:39 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:13:39 	... 104 common frames omitted
07:13:39 
07:13:39     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:13:39 
07:13:39   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                                                                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:13:39       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:13:39 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:13:39 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:13:39 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:711)
07:13:39 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:13:39 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:13:39 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:13:39 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:13:39 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:13:39 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:13:39 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:13:39 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:13:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:13:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:13:39 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:13:39 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:13:39 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:13:39 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:13:39 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:13:39 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:13:39 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:13:39 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:13:39 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:13:39 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:13:39 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:13:39 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:13:39 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:13:39 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:13:39 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:13:39 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:13:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:13:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:13:39 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:13:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:13:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:13:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:13:39 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:13:39 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:13:39 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:13:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:13:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:13:39 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:13:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:13:39 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:13:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:13:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:13:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:13:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:13:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:13:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:13:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:13:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:13:39 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:13:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:13:39 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:13:39 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:13:39 	... 50 more
07:13:39 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:13:39 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:13:39 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:13:39 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:13:39 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:13:39 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:13:39 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:13:39 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:13:39 	... 52 more
07:13:39 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:13:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:13:39 Error Code: 0
07:13:39 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:13:39 	bind => [1 parameter bound]
07:13:39 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:13:39 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:13:39 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:13:39 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:13:39 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:13:39 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:13:39 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:13:39 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:13:39 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:13:39 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:13:39 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:13:39 	... 56 more
07:13:39 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:13:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:13:39 Error Code: 0
07:13:39 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:13:39 	bind => [1 parameter bound]
07:13:39 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:13:39 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:13:39 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:13:39 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:13:39 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:13:39 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:13:39 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:13:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:13:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:13:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:13:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:13:39 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:13:39 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:13:39 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:13:39 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:13:39 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:13:39 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:13:39 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:13:39 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:13:39 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:13:39 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:13:39 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:13:39 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:13:39 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:13:39 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:13:39 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:13:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:13:39 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:13:39 	... 64 more
07:13:39 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:13:39 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:13:39 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:13:39 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:13:39 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:13:39 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:13:39 	... 104 more
07:13:39 
07:13:39   And I create a job with the name "job0"                                                                                                                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:13:39   When I find scheduler properties with name "Interval Job"                                                                                                                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:13:39   And A regular trigger creator with the name "schedule0" is created                                                                                                                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:13:39   And The trigger is set to start on "12-12-2020" at "10:00"                                                                                                                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
07:13:39   And The trigger is set to end on "12-12-2020" at "10:00"                                                                                                                                     # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerEndDate(java.lang.String,java.lang.String)
07:13:39   Then I set cron expression to "0 15 10 * * ?"                                                                                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
07:13:39   When I expect the exception "TriggerInvalidDatesException" with the text "Trigger with startsOn 12/12/20, 10:00 AM, endsOn 12/12/20, 10:00 AM will never fire according to the current date" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String)
07:13:39   And I create a new trigger from the existing creator with previously defined date properties                                                                                                 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:13:39   And An exception was thrown                                                                                                                                                                  # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught()
07:13:39   And I logout                                                                                                                                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:13:39 11:13:39.185 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:13:39 11:13:39.185 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:13:39 11:13:39.185 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:14:09 11:14:09.188 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:14:09 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:14:09 Error Code: 0.
07:15:39 11:15:39.192 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:15:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:15:39 Error Code: 0
07:15:39       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:15:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:15:39 Error Code: 0
07:15:39 Query: DataModifyQuery(sql="/*******************************************************************************
07:15:39  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:15:39  *
07:15:39  * This program and the accompanying materials are made
07:15:39  * available under the terms of the Eclipse Public License 2.0
07:15:39  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:15:39  *
07:15:39  * SPDX-License-Identifier: EPL-2.0
07:15:39  *
07:15:39  * Contributors:
07:15:39  *     Eurotech - initial API and implementation
07:15:39  *******************************************************************************/
07:15:39 
07:15:39 UPDATE act_account SET scope_id = null;
07:15:39 
07:15:39 DELETE
07:15:39 FROM act_account
07:15:39 WHERE id NOT IN (1);
07:15:39 
07:15:39 DELETE
07:15:39 FROM atht_credential
07:15:39 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:15:39 
07:15:39 DELETE
07:15:39 FROM atht_access_token;
07:15:39 
07:15:39 DELETE
07:15:39 FROM atht_mfa_option;
07:15:39 
07:15:39 DELETE
07:15:39 FROM atht_scratch_code;
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_role
07:15:39 WHERE NOT (scope_id = 1 AND id = 1);
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_role_permission
07:15:39 WHERE NOT (scope_id = 1 AND role_id = 1);
07:15:39 
07:15:39 DELETE
07:15:39 FROM dvc_device_connection;
07:15:39 
07:15:39 DELETE
07:15:39 FROM dvc_device;
07:15:39 
07:15:39 DELETE
07:15:39 FROM dvc_device_event;
07:15:39 
07:15:39 DELETE
07:15:39 FROM sys_configuration
07:15:39 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:15:39 
07:15:39 DELETE
07:15:39 FROM usr_user
07:15:39 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_access_info
07:15:39 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_access_permission
07:15:39 WHERE NOT (scope_id = 1 AND id = 1);
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_access_role
07:15:39 WHERE NOT (scope_id = 1 AND id = 1);
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_domain_actions
07:15:39 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_domain
07:15:39 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_group;
07:15:39 
07:15:39 DELETE
07:15:39 FROM tag_tag;
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job;
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_execution;
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_step;
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_step_definition
07:15:39 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_step_definition_properties
07:15:39 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_step_properties;
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_target;
07:15:39 
07:15:39 DELETE
07:15:39 FROM schdl_trigger;
07:15:39 
07:15:39 DELETE
07:15:39 FROM schdl_trigger_properties;
07:15:39 
07:15:39 DELETE
07:15:39 FROM endp_endpoint_info;
07:15:39 ")
07:15:39 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:15:39 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:15:39 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:15:39 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:15:39 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:15:39 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:15:39 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:15:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:15:39 Error Code: 0
07:15:39 Query: DataModifyQuery(sql="/*******************************************************************************
07:15:39  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:15:39  *
07:15:39  * This program and the accompanying materials are made
07:15:39  * available under the terms of the Eclipse Public License 2.0
07:15:39  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:15:39  *
07:15:39  * SPDX-License-Identifier: EPL-2.0
07:15:39  *
07:15:39  * Contributors:
07:15:39  *     Eurotech - initial API and implementation
07:15:39  *******************************************************************************/
07:15:39 
07:15:39 UPDATE act_account SET scope_id = null;
07:15:39 
07:15:39 DELETE
07:15:39 FROM act_account
07:15:39 WHERE id NOT IN (1);
07:15:39 
07:15:39 DELETE
07:15:39 FROM atht_credential
07:15:39 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:15:39 
07:15:39 DELETE
07:15:39 FROM atht_access_token;
07:15:39 
07:15:39 DELETE
07:15:39 FROM atht_mfa_option;
07:15:39 
07:15:39 DELETE
07:15:39 FROM atht_scratch_code;
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_role
07:15:39 WHERE NOT (scope_id = 1 AND id = 1);
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_role_permission
07:15:39 WHERE NOT (scope_id = 1 AND role_id = 1);
07:15:39 
07:15:39 DELETE
07:15:39 FROM dvc_device_connection;
07:15:39 
07:15:39 DELETE
07:15:39 FROM dvc_device;
07:15:39 
07:15:39 DELETE
07:15:39 FROM dvc_device_event;
07:15:39 
07:15:39 DELETE
07:15:39 FROM sys_configuration
07:15:39 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:15:39 
07:15:39 DELETE
07:15:39 FROM usr_user
07:15:39 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_access_info
07:15:39 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_access_permission
07:15:39 WHERE NOT (scope_id = 1 AND id = 1);
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_access_role
07:15:39 WHERE NOT (scope_id = 1 AND id = 1);
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_domain_actions
07:15:39 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_domain
07:15:39 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:15:39 
07:15:39 DELETE
07:15:39 FROM athz_group;
07:15:39 
07:15:39 DELETE
07:15:39 FROM tag_tag;
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job;
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_execution;
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_step;
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_step_definition
07:15:39 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_step_definition_properties
07:15:39 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_step_properties;
07:15:39 
07:15:39 DELETE
07:15:39 FROM job_job_target;
07:15:39 
07:15:39 DELETE
07:15:39 FROM schdl_trigger;
07:15:39 
07:15:39 DELETE
07:15:39 FROM schdl_trigger_properties;
07:15:39 
07:15:39 DELETE
07:15:39 FROM endp_endpoint_info;
07:15:39 ")
07:15:39 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:15:39 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:15:39 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:15:39 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:15:39 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:15:39 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:15:39 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:15:39 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:15:39 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:15:39 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:15:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:15:39 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:15:39 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:15:39 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:15:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:15:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:15:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:15:39 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:15:39 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:15:39 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:15:39 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:15:39 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:15:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:15:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:15:39 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:15:39 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:15:39 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:15:39 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:15:39 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:15:39 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:15:39 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:15:39 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:15:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:15:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:15:39 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:15:39 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:15:39 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:15:39 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:15:39 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:15:39 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:15:39 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:15:39 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:15:39 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:15:39 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:15:39 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:15:39 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:15:39 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:15:39 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:15:39 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:15:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:15:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:15:39 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:15:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:15:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:15:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:15:39 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:15:39 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:15:39 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:15:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:15:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:15:39 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:15:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:15:39 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:15:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:15:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:15:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:15:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:15:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:15:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:15:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:15:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:15:39 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:15:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:15:39 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:15:39 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:15:39 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:15:39 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:15:39 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:15:39 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:15:39 	... 71 more
07:15:39 
07:15:39 
07:15:39 @jobsIntegrationBase @env_docker_base
07:15:39 Scenario: Deleting "Interval Schedule" Triggering                                              # features/jobScheduling/TriggerServiceI9n.feature:727
07:16:09 11:16:09.281 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:16:09 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:16:09 Error Code: 0
07:16:09 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:16:09 	bind => [1 parameter bound]
07:16:09 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:16:39 11:16:39.283 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:16:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:16:39 Error Code: 0
07:16:39 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:16:39 	bind => [1 parameter bound]
07:16:39 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:17:14 11:17:14.285 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:17:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:17:14 Error Code: 0
07:17:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:17:14 	bind => [1 parameter bound]
07:17:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:17:49 11:17:49.287 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:17:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:17:49 Error Code: 0
07:17:49 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:17:49 	bind => [1 parameter bound]
07:17:49 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:17:49 11:17:49.289 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:17:49 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:17:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:17:49 Error Code: 0
07:17:49 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:17:49 	bind => [1 parameter bound]
07:17:49 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:17:49 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:17:49 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:17:49 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:17:49 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:17:49 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:17:49 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:17:49 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:17:49 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:17:49 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:17:49 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:17:49 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:17:49 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:17:49 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:17:49 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:17:49 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:17:49 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:17:49 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:17:49 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:17:49 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:17:49 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:17:49 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:17:49 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:17:49 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:17:49 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:17:49 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:17:49 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:17:49 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:17:49 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:17:49 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:17:49 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:17:49 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:17:49 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:17:49 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:17:49 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:17:49 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:17:49 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:17:49 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:17:49 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:17:49 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:17:49 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:17:49 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:17:49 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:17:49 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:17:49 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:17:49 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:17:49 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:17:49 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:17:49 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:17:49 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:17:49 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:17:49 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:17:49 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:17:49 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:17:49 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:17:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:17:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:17:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:17:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:17:49 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:17:49 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:17:49 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:17:49 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:17:49 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:17:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:17:49 Error Code: 0
07:17:49 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:17:49 	bind => [1 parameter bound]
07:17:49 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:17:49 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:17:49 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:17:49 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:17:49 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:17:49 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:17:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:17:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:17:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:17:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:17:49 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:17:49 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:17:49 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:17:49 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:17:49 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:17:49 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:17:49 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:17:49 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:17:49 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:17:49 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:17:49 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:17:49 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:17:49 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:17:49 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:17:49 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:17:49 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:17:49 	... 64 common frames omitted
07:17:49 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:17:49 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:17:49 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:17:49 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:17:49 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:17:49 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:17:49 	... 104 common frames omitted
07:17:49 
07:17:49     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:17:49 
07:17:49   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:17:49       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:17:49 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:17:49 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:17:49 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:732)
07:17:49 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:17:49 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:17:49 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:17:49 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:17:49 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:17:49 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:17:49 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:17:49 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:17:49 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:17:49 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:17:49 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:17:49 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:17:49 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:17:49 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:17:49 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:17:49 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:17:49 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:17:49 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:17:49 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:17:49 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:17:49 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:17:49 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:17:49 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:17:49 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:17:49 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:17:49 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:17:49 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:17:49 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:17:49 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:17:49 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:17:49 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:17:49 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:17:49 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:17:49 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:17:49 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:17:49 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:17:49 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:17:49 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:17:49 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:17:49 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:17:49 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:17:49 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:17:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:17:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:17:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:17:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:17:49 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:17:49 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:17:49 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:17:49 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:17:49 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:17:49 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:17:49 	... 50 more
07:17:49 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:17:49 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:17:49 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:17:49 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:17:49 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:17:49 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:17:49 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:17:49 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:17:49 	... 52 more
07:17:49 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:17:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:17:49 Error Code: 0
07:17:49 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:17:49 	bind => [1 parameter bound]
07:17:49 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:17:49 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:17:49 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:17:49 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:17:49 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:17:49 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:17:49 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:17:49 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:17:49 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:17:49 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:17:49 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:17:49 	... 56 more
07:17:49 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:17:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:17:49 Error Code: 0
07:17:49 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:17:49 	bind => [1 parameter bound]
07:17:49 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:17:49 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:17:49 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:17:49 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:17:49 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:17:49 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:17:49 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:17:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:17:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:17:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:17:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:17:49 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:17:49 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:17:49 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:17:49 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:17:49 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:17:49 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:17:49 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:17:49 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:17:49 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:17:49 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:17:49 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:17:49 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:17:49 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:17:49 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:17:49 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:17:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:17:49 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:17:49 	... 64 more
07:17:49 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:17:49 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:17:49 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:17:49 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:17:49 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:17:49 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:17:49 	... 104 more
07:17:49 
07:17:49   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:17:49   When I find scheduler properties with name "Interval Job"                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:17:49   And A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:17:49   And The trigger is set to start on "12-12-2020" at "10:00"                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
07:17:49   And The trigger is set to end tomorrow at "10:00"                                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerEndDate(java.lang.String)
07:17:49   Then I set retry interval to 2                                                               # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long)
07:17:49   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:17:49   Then I delete trigger with name "schedule0"                                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iDeleteTriggerWithName(java.lang.String)
07:17:49   And I search for the trigger with name "schedule0" in the database                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSearchForTheTriggerWithNameInTheDatabase(java.lang.String)
07:17:49   And There is no trigger with the name "schedule0" in the database                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.thereIsNoTriggerWithTheNameInTheDatabase(java.lang.String)
07:17:49   Then I logout                                                                                # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:17:49 11:17:49.297 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:17:49 11:17:49.297 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:17:49 11:17:49.297 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:18:19 11:18:19.299 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:18:19 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:18:19 Error Code: 0.
07:19:49 11:19:49.305 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:19:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:19:49 Error Code: 0
07:19:49       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:19:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:19:49 Error Code: 0
07:19:49 Query: DataModifyQuery(sql="/*******************************************************************************
07:19:49  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:19:49  *
07:19:49  * This program and the accompanying materials are made
07:19:49  * available under the terms of the Eclipse Public License 2.0
07:19:49  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:19:49  *
07:19:49  * SPDX-License-Identifier: EPL-2.0
07:19:49  *
07:19:49  * Contributors:
07:19:49  *     Eurotech - initial API and implementation
07:19:49  *******************************************************************************/
07:19:49 
07:19:49 UPDATE act_account SET scope_id = null;
07:19:49 
07:19:49 DELETE
07:19:49 FROM act_account
07:19:49 WHERE id NOT IN (1);
07:19:49 
07:19:49 DELETE
07:19:49 FROM atht_credential
07:19:49 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:19:49 
07:19:49 DELETE
07:19:49 FROM atht_access_token;
07:19:49 
07:19:49 DELETE
07:19:49 FROM atht_mfa_option;
07:19:49 
07:19:49 DELETE
07:19:49 FROM atht_scratch_code;
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_role
07:19:49 WHERE NOT (scope_id = 1 AND id = 1);
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_role_permission
07:19:49 WHERE NOT (scope_id = 1 AND role_id = 1);
07:19:49 
07:19:49 DELETE
07:19:49 FROM dvc_device_connection;
07:19:49 
07:19:49 DELETE
07:19:49 FROM dvc_device;
07:19:49 
07:19:49 DELETE
07:19:49 FROM dvc_device_event;
07:19:49 
07:19:49 DELETE
07:19:49 FROM sys_configuration
07:19:49 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:19:49 
07:19:49 DELETE
07:19:49 FROM usr_user
07:19:49 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_access_info
07:19:49 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_access_permission
07:19:49 WHERE NOT (scope_id = 1 AND id = 1);
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_access_role
07:19:49 WHERE NOT (scope_id = 1 AND id = 1);
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_domain_actions
07:19:49 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_domain
07:19:49 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_group;
07:19:49 
07:19:49 DELETE
07:19:49 FROM tag_tag;
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job;
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_execution;
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_step;
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_step_definition
07:19:49 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_step_definition_properties
07:19:49 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_step_properties;
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_target;
07:19:49 
07:19:49 DELETE
07:19:49 FROM schdl_trigger;
07:19:49 
07:19:49 DELETE
07:19:49 FROM schdl_trigger_properties;
07:19:49 
07:19:49 DELETE
07:19:49 FROM endp_endpoint_info;
07:19:49 ")
07:19:49 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:19:49 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:19:49 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:19:49 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:19:49 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:19:49 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:19:49 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:19:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:19:49 Error Code: 0
07:19:49 Query: DataModifyQuery(sql="/*******************************************************************************
07:19:49  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:19:49  *
07:19:49  * This program and the accompanying materials are made
07:19:49  * available under the terms of the Eclipse Public License 2.0
07:19:49  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:19:49  *
07:19:49  * SPDX-License-Identifier: EPL-2.0
07:19:49  *
07:19:49  * Contributors:
07:19:49  *     Eurotech - initial API and implementation
07:19:49  *******************************************************************************/
07:19:49 
07:19:49 UPDATE act_account SET scope_id = null;
07:19:49 
07:19:49 DELETE
07:19:49 FROM act_account
07:19:49 WHERE id NOT IN (1);
07:19:49 
07:19:49 DELETE
07:19:49 FROM atht_credential
07:19:49 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:19:49 
07:19:49 DELETE
07:19:49 FROM atht_access_token;
07:19:49 
07:19:49 DELETE
07:19:49 FROM atht_mfa_option;
07:19:49 
07:19:49 DELETE
07:19:49 FROM atht_scratch_code;
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_role
07:19:49 WHERE NOT (scope_id = 1 AND id = 1);
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_role_permission
07:19:49 WHERE NOT (scope_id = 1 AND role_id = 1);
07:19:49 
07:19:49 DELETE
07:19:49 FROM dvc_device_connection;
07:19:49 
07:19:49 DELETE
07:19:49 FROM dvc_device;
07:19:49 
07:19:49 DELETE
07:19:49 FROM dvc_device_event;
07:19:49 
07:19:49 DELETE
07:19:49 FROM sys_configuration
07:19:49 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:19:49 
07:19:49 DELETE
07:19:49 FROM usr_user
07:19:49 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_access_info
07:19:49 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_access_permission
07:19:49 WHERE NOT (scope_id = 1 AND id = 1);
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_access_role
07:19:49 WHERE NOT (scope_id = 1 AND id = 1);
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_domain_actions
07:19:49 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_domain
07:19:49 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:19:49 
07:19:49 DELETE
07:19:49 FROM athz_group;
07:19:49 
07:19:49 DELETE
07:19:49 FROM tag_tag;
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job;
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_execution;
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_step;
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_step_definition
07:19:49 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_step_definition_properties
07:19:49 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_step_properties;
07:19:49 
07:19:49 DELETE
07:19:49 FROM job_job_target;
07:19:49 
07:19:49 DELETE
07:19:49 FROM schdl_trigger;
07:19:49 
07:19:49 DELETE
07:19:49 FROM schdl_trigger_properties;
07:19:49 
07:19:49 DELETE
07:19:49 FROM endp_endpoint_info;
07:19:49 ")
07:19:49 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:19:49 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:19:49 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:19:49 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:19:49 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:19:49 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:19:49 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:19:49 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:19:49 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:19:49 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:19:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:19:49 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:19:49 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:19:49 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:19:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:19:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:19:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:19:49 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:19:49 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:19:49 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:19:49 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:19:49 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:19:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:19:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:19:49 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:19:49 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:19:49 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:19:49 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:19:49 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:19:49 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:19:49 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:19:49 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:19:49 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:19:49 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:19:49 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:19:49 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:19:49 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:19:49 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:19:49 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:19:49 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:19:49 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:19:49 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:19:49 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:19:49 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:19:49 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:19:49 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:19:49 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:19:49 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:19:49 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:19:49 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:19:49 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:19:49 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:19:49 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:19:49 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:19:49 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:19:49 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:19:49 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:19:49 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:19:49 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:19:49 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:19:49 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:19:49 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:19:49 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:19:49 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:19:49 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:19:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:19:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:19:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:19:49 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:19:49 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:19:49 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:19:49 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:19:49 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:19:49 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:19:49 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:19:49 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:19:49 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:19:49 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:19:49 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:19:49 	... 71 more
07:19:49 
07:19:49 
07:19:49 @jobsIntegrationBase @env_docker_base
07:19:49 Scenario: Deleting "Cron Schedule" Triggering                                                  # features/jobScheduling/TriggerServiceI9n.feature:749
07:20:19 11:20:19.381 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:20:19 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:20:19 Error Code: 0
07:20:19 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:20:19 	bind => [1 parameter bound]
07:20:19 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:20:49 11:20:49.382 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:20:49 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:20:49 Error Code: 0
07:20:49 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:20:49 	bind => [1 parameter bound]
07:20:49 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:21:24 11:21:24.385 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:21:24 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:21:24 Error Code: 0
07:21:24 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:21:24 	bind => [1 parameter bound]
07:21:24 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:21:59 11:21:59.387 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:21:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:21:59 Error Code: 0
07:21:59 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:21:59 	bind => [1 parameter bound]
07:21:59 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:21:59 11:21:59.389 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:21:59 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:21:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:21:59 Error Code: 0
07:21:59 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:21:59 	bind => [1 parameter bound]
07:21:59 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:21:59 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:21:59 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:21:59 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:21:59 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:21:59 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:21:59 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:21:59 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:21:59 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:21:59 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:21:59 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:21:59 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:21:59 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:21:59 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:21:59 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:21:59 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:21:59 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:21:59 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:21:59 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:21:59 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:21:59 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:21:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:21:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:21:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:21:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:21:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:21:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:21:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:21:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:21:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:21:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:21:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:21:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:21:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:21:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:21:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:21:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:21:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:21:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:21:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:21:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:21:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:21:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:21:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:21:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:21:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:21:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:21:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:21:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:21:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:21:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:21:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:21:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:21:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:21:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:21:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:21:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:21:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:21:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:21:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:21:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:21:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:21:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:21:59 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:21:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:21:59 Error Code: 0
07:21:59 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:21:59 	bind => [1 parameter bound]
07:21:59 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:21:59 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:21:59 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:21:59 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:21:59 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:21:59 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:21:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:21:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:21:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:21:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:21:59 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:21:59 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:21:59 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:21:59 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:21:59 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:21:59 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:21:59 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:21:59 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:21:59 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:21:59 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:21:59 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:21:59 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:21:59 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:21:59 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:21:59 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:21:59 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:21:59 	... 64 common frames omitted
07:21:59 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:21:59 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:21:59 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:21:59 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:21:59 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:21:59 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:21:59 	... 104 common frames omitted
07:21:59 
07:21:59     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:21:59 
07:21:59   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:21:59       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:21:59 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:21:59 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:21:59 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:754)
07:21:59 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:21:59 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:21:59 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:21:59 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:21:59 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:21:59 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:21:59 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:21:59 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:21:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:21:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:21:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:21:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:21:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:21:59 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:21:59 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:21:59 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:21:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:21:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:21:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:21:59 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:21:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:21:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:21:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:21:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:21:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:21:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:21:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:21:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:21:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:21:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:21:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:21:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:21:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:21:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:21:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:21:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:21:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:21:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:21:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:21:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:21:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:21:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:21:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:21:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:21:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:21:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:21:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:21:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:21:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:21:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:21:59 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:21:59 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:21:59 	... 50 more
07:21:59 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:21:59 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:21:59 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:21:59 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:21:59 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:21:59 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:21:59 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:21:59 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:21:59 	... 52 more
07:21:59 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:21:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:21:59 Error Code: 0
07:21:59 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:21:59 	bind => [1 parameter bound]
07:21:59 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:21:59 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:21:59 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:21:59 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:21:59 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:21:59 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:21:59 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:21:59 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:21:59 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:21:59 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:21:59 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:21:59 	... 56 more
07:21:59 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:21:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:21:59 Error Code: 0
07:21:59 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:21:59 	bind => [1 parameter bound]
07:21:59 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:21:59 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:21:59 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:21:59 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:21:59 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:21:59 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:21:59 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:21:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:21:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:21:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:21:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:21:59 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:21:59 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:21:59 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:21:59 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:21:59 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:21:59 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:21:59 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:21:59 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:21:59 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:21:59 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:21:59 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:21:59 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:21:59 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:21:59 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:21:59 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:21:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:21:59 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:21:59 	... 64 more
07:21:59 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:21:59 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:21:59 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:21:59 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:21:59 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:21:59 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:21:59 	... 104 more
07:21:59 
07:21:59   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:21:59   When I find scheduler properties with name "Cron Job"                                        # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:21:59   And A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:21:59   And The trigger is set to start on "12-12-2020" at "10:00"                                   # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTriggerStartDate(java.lang.String,java.lang.String)
07:21:59   And The trigger is set to end tomorrow at "20:00"                                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerEndDate(java.lang.String)
07:21:59   Then I set cron expression to "0 15 10 * * ?"                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String)
07:21:59   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:21:59   Then I delete trigger with name "schedule0"                                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iDeleteTriggerWithName(java.lang.String)
07:21:59   And I search for the trigger with name "schedule0" in the database                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSearchForTheTriggerWithNameInTheDatabase(java.lang.String)
07:21:59   And There is no trigger with the name "schedule0" in the database                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.thereIsNoTriggerWithTheNameInTheDatabase(java.lang.String)
07:21:59   Then I logout                                                                                # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:21:59 11:21:59.397 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:21:59 11:21:59.397 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:21:59 11:21:59.397 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:22:29 11:22:29.400 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:22:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:22:29 Error Code: 0.
07:23:59 11:23:59.404 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:23:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:23:59 Error Code: 0
07:23:59       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:23:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:23:59 Error Code: 0
07:23:59 Query: DataModifyQuery(sql="/*******************************************************************************
07:23:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:23:59  *
07:23:59  * This program and the accompanying materials are made
07:23:59  * available under the terms of the Eclipse Public License 2.0
07:23:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:23:59  *
07:23:59  * SPDX-License-Identifier: EPL-2.0
07:23:59  *
07:23:59  * Contributors:
07:23:59  *     Eurotech - initial API and implementation
07:23:59  *******************************************************************************/
07:23:59 
07:23:59 UPDATE act_account SET scope_id = null;
07:23:59 
07:23:59 DELETE
07:23:59 FROM act_account
07:23:59 WHERE id NOT IN (1);
07:23:59 
07:23:59 DELETE
07:23:59 FROM atht_credential
07:23:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:23:59 
07:23:59 DELETE
07:23:59 FROM atht_access_token;
07:23:59 
07:23:59 DELETE
07:23:59 FROM atht_mfa_option;
07:23:59 
07:23:59 DELETE
07:23:59 FROM atht_scratch_code;
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_role
07:23:59 WHERE NOT (scope_id = 1 AND id = 1);
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_role_permission
07:23:59 WHERE NOT (scope_id = 1 AND role_id = 1);
07:23:59 
07:23:59 DELETE
07:23:59 FROM dvc_device_connection;
07:23:59 
07:23:59 DELETE
07:23:59 FROM dvc_device;
07:23:59 
07:23:59 DELETE
07:23:59 FROM dvc_device_event;
07:23:59 
07:23:59 DELETE
07:23:59 FROM sys_configuration
07:23:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:23:59 
07:23:59 DELETE
07:23:59 FROM usr_user
07:23:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_access_info
07:23:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_access_permission
07:23:59 WHERE NOT (scope_id = 1 AND id = 1);
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_access_role
07:23:59 WHERE NOT (scope_id = 1 AND id = 1);
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_domain_actions
07:23:59 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_domain
07:23:59 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_group;
07:23:59 
07:23:59 DELETE
07:23:59 FROM tag_tag;
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job;
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_execution;
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_step;
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_step_definition
07:23:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_step_definition_properties
07:23:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_step_properties;
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_target;
07:23:59 
07:23:59 DELETE
07:23:59 FROM schdl_trigger;
07:23:59 
07:23:59 DELETE
07:23:59 FROM schdl_trigger_properties;
07:23:59 
07:23:59 DELETE
07:23:59 FROM endp_endpoint_info;
07:23:59 ")
07:23:59 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:23:59 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:23:59 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:23:59 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:23:59 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:23:59 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:23:59 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:23:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:23:59 Error Code: 0
07:23:59 Query: DataModifyQuery(sql="/*******************************************************************************
07:23:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:23:59  *
07:23:59  * This program and the accompanying materials are made
07:23:59  * available under the terms of the Eclipse Public License 2.0
07:23:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:23:59  *
07:23:59  * SPDX-License-Identifier: EPL-2.0
07:23:59  *
07:23:59  * Contributors:
07:23:59  *     Eurotech - initial API and implementation
07:23:59  *******************************************************************************/
07:23:59 
07:23:59 UPDATE act_account SET scope_id = null;
07:23:59 
07:23:59 DELETE
07:23:59 FROM act_account
07:23:59 WHERE id NOT IN (1);
07:23:59 
07:23:59 DELETE
07:23:59 FROM atht_credential
07:23:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:23:59 
07:23:59 DELETE
07:23:59 FROM atht_access_token;
07:23:59 
07:23:59 DELETE
07:23:59 FROM atht_mfa_option;
07:23:59 
07:23:59 DELETE
07:23:59 FROM atht_scratch_code;
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_role
07:23:59 WHERE NOT (scope_id = 1 AND id = 1);
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_role_permission
07:23:59 WHERE NOT (scope_id = 1 AND role_id = 1);
07:23:59 
07:23:59 DELETE
07:23:59 FROM dvc_device_connection;
07:23:59 
07:23:59 DELETE
07:23:59 FROM dvc_device;
07:23:59 
07:23:59 DELETE
07:23:59 FROM dvc_device_event;
07:23:59 
07:23:59 DELETE
07:23:59 FROM sys_configuration
07:23:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:23:59 
07:23:59 DELETE
07:23:59 FROM usr_user
07:23:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_access_info
07:23:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_access_permission
07:23:59 WHERE NOT (scope_id = 1 AND id = 1);
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_access_role
07:23:59 WHERE NOT (scope_id = 1 AND id = 1);
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_domain_actions
07:23:59 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_domain
07:23:59 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:23:59 
07:23:59 DELETE
07:23:59 FROM athz_group;
07:23:59 
07:23:59 DELETE
07:23:59 FROM tag_tag;
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job;
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_execution;
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_step;
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_step_definition
07:23:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_step_definition_properties
07:23:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_step_properties;
07:23:59 
07:23:59 DELETE
07:23:59 FROM job_job_target;
07:23:59 
07:23:59 DELETE
07:23:59 FROM schdl_trigger;
07:23:59 
07:23:59 DELETE
07:23:59 FROM schdl_trigger_properties;
07:23:59 
07:23:59 DELETE
07:23:59 FROM endp_endpoint_info;
07:23:59 ")
07:23:59 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:23:59 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:23:59 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:23:59 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:23:59 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:23:59 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:23:59 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:23:59 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:23:59 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:23:59 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:23:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:23:59 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:23:59 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:23:59 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:23:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:23:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:23:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:23:59 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:23:59 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:23:59 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:23:59 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:23:59 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:23:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:23:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:23:59 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:23:59 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:23:59 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:23:59 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:23:59 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:23:59 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:23:59 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:23:59 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:23:59 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:23:59 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:23:59 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:23:59 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:23:59 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:23:59 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:23:59 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:23:59 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:23:59 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:23:59 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:23:59 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:23:59 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:23:59 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:23:59 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:23:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:23:59 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:23:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:23:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:23:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:23:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:23:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:23:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:23:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:23:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:23:59 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:23:59 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:23:59 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:23:59 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:23:59 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:23:59 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:23:59 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:23:59 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:23:59 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:23:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:23:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:23:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:23:59 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:23:59 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:23:59 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:23:59 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:23:59 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:23:59 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:23:59 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:23:59 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:23:59 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:23:59 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:23:59 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:23:59 	... 71 more
07:23:59 
07:23:59 
07:23:59 @jobsIntegrationBase @env_docker_base
07:23:59 Scenario: Deleting "Device Schedule" Triggering                                                # features/jobScheduling/TriggerServiceI9n.feature:771
07:24:29 11:24:29.474 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:24:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:24:29 Error Code: 0
07:24:29 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:24:29 	bind => [1 parameter bound]
07:24:29 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:24:59 11:24:59.476 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:24:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:24:59 Error Code: 0
07:24:59 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:24:59 	bind => [1 parameter bound]
07:24:59 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:25:34 11:25:34.479 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:25:34 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:25:34 Error Code: 0
07:25:34 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:25:34 	bind => [1 parameter bound]
07:25:34 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:26:09 11:26:09.481 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:26:09 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:26:09 Error Code: 0
07:26:09 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:26:09 	bind => [1 parameter bound]
07:26:09 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:26:09 11:26:09.483 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:26:09 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:26:09 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:26:09 Error Code: 0
07:26:09 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:26:09 	bind => [1 parameter bound]
07:26:09 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:26:09 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:26:09 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:26:09 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:26:09 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:26:09 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:26:09 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:26:09 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:26:09 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:26:09 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:26:09 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:26:09 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:26:09 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:26:09 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:26:09 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:26:09 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:26:09 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:26:09 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:26:09 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:26:09 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:26:09 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:26:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:26:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:26:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:26:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:26:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:26:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:26:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:26:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:26:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:26:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:26:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:26:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:26:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:26:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:26:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:26:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:26:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:26:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:26:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:26:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:26:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:26:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:26:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:26:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:26:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:26:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:26:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:26:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:26:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:26:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:26:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:26:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:26:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:26:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:26:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:26:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:26:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:26:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:26:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:26:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:26:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:26:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:26:09 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:26:09 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:26:09 Error Code: 0
07:26:09 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:26:09 	bind => [1 parameter bound]
07:26:09 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:26:09 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:26:09 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:26:09 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:26:09 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:26:09 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:26:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:26:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:26:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:26:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:26:09 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:26:09 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:26:09 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:26:09 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:26:09 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:26:09 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:26:09 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:26:09 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:26:09 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:26:09 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:26:09 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:26:09 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:26:09 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:26:09 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:26:09 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:26:09 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:26:09 	... 64 common frames omitted
07:26:09 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:26:09 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:26:09 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:26:09 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:26:09 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:26:09 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:26:09 	... 104 common frames omitted
07:26:09 
07:26:09     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:26:09 
07:26:09   Given I login as user with name "kapua-sys" and password "kapua-password"                    # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:26:09       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:26:09 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:26:09 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:26:09 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:776)
07:26:09 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:26:09 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:26:09 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:26:09 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:26:09 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:26:09 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:26:09 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:26:09 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:26:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:26:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:26:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:26:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:26:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:26:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:26:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:26:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:26:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:26:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:26:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:26:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:26:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:26:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:26:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:26:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:26:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:26:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:26:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:26:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:26:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:26:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:26:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:26:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:26:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:26:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:26:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:26:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:26:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:26:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:26:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:26:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:26:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:26:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:26:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:26:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:26:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:26:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:26:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:26:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:26:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:26:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:26:09 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:26:09 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:26:09 	... 50 more
07:26:09 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:26:09 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:26:09 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:26:09 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:26:09 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:26:09 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:26:09 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:26:09 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:26:09 	... 52 more
07:26:09 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:26:09 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:26:09 Error Code: 0
07:26:09 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:26:09 	bind => [1 parameter bound]
07:26:09 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:26:09 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:26:09 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:26:09 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:26:09 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:26:09 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:26:09 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:26:09 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:26:09 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:26:09 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:26:09 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:26:09 	... 56 more
07:26:09 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:26:09 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:26:09 Error Code: 0
07:26:09 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:26:09 	bind => [1 parameter bound]
07:26:09 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:26:09 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:26:09 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:26:09 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:26:09 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:26:09 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:26:09 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:26:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:26:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:26:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:26:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:26:09 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:26:09 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:26:09 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:26:09 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:26:09 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:26:09 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:26:09 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:26:09 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:26:09 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:26:09 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:26:09 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:26:09 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:26:09 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:26:09 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:26:09 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:26:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:26:09 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:26:09 	... 64 more
07:26:09 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:26:09 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:26:09 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:26:09 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:26:09 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:26:09 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:26:09 	... 104 more
07:26:09 
07:26:09   And I create a job with the name "job0"                                                      # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:26:09   When I find scheduler properties with name "Device Connect"                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:26:09   And A regular trigger creator with the name "schedule0" is created                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:26:09   And The trigger is set to start today at "10:00"                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
07:26:09   And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:26:09   Then I delete trigger with name "schedule0"                                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iDeleteTriggerWithName(java.lang.String)
07:26:09   And I search for the trigger with name "schedule0" in the database                           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSearchForTheTriggerWithNameInTheDatabase(java.lang.String)
07:26:09   And There is no trigger with the name "schedule0" in the database                            # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.thereIsNoTriggerWithTheNameInTheDatabase(java.lang.String)
07:26:09   Then I logout                                                                                # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:26:09 11:26:09.489 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:26:09 11:26:09.489 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:26:09 11:26:09.489 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:26:39 11:26:39.491 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:26:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:26:39 Error Code: 0.
07:28:09 11:28:09.495 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:09 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:09 Error Code: 0
07:28:09       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:09 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:09 Error Code: 0
07:28:09 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:09  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:09  *
07:28:09  * This program and the accompanying materials are made
07:28:09  * available under the terms of the Eclipse Public License 2.0
07:28:09  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:09  *
07:28:09  * SPDX-License-Identifier: EPL-2.0
07:28:09  *
07:28:09  * Contributors:
07:28:09  *     Eurotech - initial API and implementation
07:28:09  *******************************************************************************/
07:28:09 
07:28:09 UPDATE act_account SET scope_id = null;
07:28:09 
07:28:09 DELETE
07:28:09 FROM act_account
07:28:09 WHERE id NOT IN (1);
07:28:09 
07:28:09 DELETE
07:28:09 FROM atht_credential
07:28:09 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:09 
07:28:09 DELETE
07:28:09 FROM atht_access_token;
07:28:09 
07:28:09 DELETE
07:28:09 FROM atht_mfa_option;
07:28:09 
07:28:09 DELETE
07:28:09 FROM atht_scratch_code;
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_role
07:28:09 WHERE NOT (scope_id = 1 AND id = 1);
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_role_permission
07:28:09 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:09 
07:28:09 DELETE
07:28:09 FROM dvc_device_connection;
07:28:09 
07:28:09 DELETE
07:28:09 FROM dvc_device;
07:28:09 
07:28:09 DELETE
07:28:09 FROM dvc_device_event;
07:28:09 
07:28:09 DELETE
07:28:09 FROM sys_configuration
07:28:09 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:09 
07:28:09 DELETE
07:28:09 FROM usr_user
07:28:09 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_access_info
07:28:09 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_access_permission
07:28:09 WHERE NOT (scope_id = 1 AND id = 1);
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_access_role
07:28:09 WHERE NOT (scope_id = 1 AND id = 1);
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_domain_actions
07:28:09 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_domain
07:28:09 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_group;
07:28:09 
07:28:09 DELETE
07:28:09 FROM tag_tag;
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job;
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_execution;
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_step;
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_step_definition
07:28:09 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_step_definition_properties
07:28:09 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_step_properties;
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_target;
07:28:09 
07:28:09 DELETE
07:28:09 FROM schdl_trigger;
07:28:09 
07:28:09 DELETE
07:28:09 FROM schdl_trigger_properties;
07:28:09 
07:28:09 DELETE
07:28:09 FROM endp_endpoint_info;
07:28:09 ")
07:28:09 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:09 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:09 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:09 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:09 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:09 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:09 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:09 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:09 Error Code: 0
07:28:09 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:09  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:09  *
07:28:09  * This program and the accompanying materials are made
07:28:09  * available under the terms of the Eclipse Public License 2.0
07:28:09  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:09  *
07:28:09  * SPDX-License-Identifier: EPL-2.0
07:28:09  *
07:28:09  * Contributors:
07:28:09  *     Eurotech - initial API and implementation
07:28:09  *******************************************************************************/
07:28:09 
07:28:09 UPDATE act_account SET scope_id = null;
07:28:09 
07:28:09 DELETE
07:28:09 FROM act_account
07:28:09 WHERE id NOT IN (1);
07:28:09 
07:28:09 DELETE
07:28:09 FROM atht_credential
07:28:09 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:09 
07:28:09 DELETE
07:28:09 FROM atht_access_token;
07:28:09 
07:28:09 DELETE
07:28:09 FROM atht_mfa_option;
07:28:09 
07:28:09 DELETE
07:28:09 FROM atht_scratch_code;
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_role
07:28:09 WHERE NOT (scope_id = 1 AND id = 1);
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_role_permission
07:28:09 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:09 
07:28:09 DELETE
07:28:09 FROM dvc_device_connection;
07:28:09 
07:28:09 DELETE
07:28:09 FROM dvc_device;
07:28:09 
07:28:09 DELETE
07:28:09 FROM dvc_device_event;
07:28:09 
07:28:09 DELETE
07:28:09 FROM sys_configuration
07:28:09 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:09 
07:28:09 DELETE
07:28:09 FROM usr_user
07:28:09 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_access_info
07:28:09 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_access_permission
07:28:09 WHERE NOT (scope_id = 1 AND id = 1);
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_access_role
07:28:09 WHERE NOT (scope_id = 1 AND id = 1);
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_domain_actions
07:28:09 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_domain
07:28:09 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:09 
07:28:09 DELETE
07:28:09 FROM athz_group;
07:28:09 
07:28:09 DELETE
07:28:09 FROM tag_tag;
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job;
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_execution;
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_step;
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_step_definition
07:28:09 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_step_definition_properties
07:28:09 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_step_properties;
07:28:09 
07:28:09 DELETE
07:28:09 FROM job_job_target;
07:28:09 
07:28:09 DELETE
07:28:09 FROM schdl_trigger;
07:28:09 
07:28:09 DELETE
07:28:09 FROM schdl_trigger_properties;
07:28:09 
07:28:09 DELETE
07:28:09 FROM endp_endpoint_info;
07:28:09 ")
07:28:09 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:09 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:09 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:09 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:09 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:09 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:09 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:09 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:09 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:09 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:09 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:09 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:09 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:09 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:09 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:09 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:09 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:09 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:09 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:09 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:09 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:09 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:09 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:09 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:09 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:09 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:09 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:09 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:09 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:09 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:09 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:09 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:09 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:09 	... 71 more
07:28:09 
07:28:09 
07:28:09 @jobsIntegrationBase @env_docker_base @teardown
07:28:09 Scenario: Stop test environment      # features/jobScheduling/TriggerServiceI9n.feature:788
07:28:09 11:28:09.583 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection!
07:28:09 11:28:09.585 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs
07:28:09 11:28:09.592 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.592 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.593 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.593 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.594 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.594 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.598 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs'
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 48 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.598 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs
07:28:09 11:28:09.598 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
07:28:09 11:28:09.598 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
07:28:09 11:28:09.598 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers
07:28:09 11:28:09.601 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.601 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.602 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.602 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.603 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.603 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.606 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers'
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 48 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.606 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers
07:28:09 11:28:09.606 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container job-engine...
07:28:09 11:28:09.610 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.610 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.611 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.611 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.612 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.612 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.615 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.616 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /job-engine...
07:28:09 11:28:09.619 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.619 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.620 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.620 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.621 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.621 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.624 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.624 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container events-broker...
07:28:09 11:28:09.642 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.642 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.644 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.644 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.645 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.645 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.648 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'events-broker' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.648 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /events-broker...
07:28:09 11:28:09.651 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.651 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.652 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.652 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.653 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.653 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.656 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/events-broker' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.657 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container es...
07:28:09 11:28:09.660 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.660 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.662 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.662 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.663 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.663 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.666 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'es' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.666 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /es...
07:28:09 11:28:09.668 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.668 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.669 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.670 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.670 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.671 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.673 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.673 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container db...
07:28:09 11:28:09.677 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.677 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.678 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.678 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.679 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.679 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.682 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.683 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /db...
07:28:09 11:28:09.686 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.686 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.687 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.687 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.688 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.688 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.691 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/db' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.691 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers
07:28:09 11:28:09.694 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.694 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.695 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.695 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.696 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.696 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.698 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove additional containers'
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:413)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 48 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.699 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers
07:28:09 11:28:09.699 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer...
07:28:09 11:28:09.701 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.701 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.702 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.702 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.703 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.703 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.706 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'telemetry-consumer' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.706 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer...
07:28:09 11:28:09.708 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.708 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.738 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.738 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.739 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.740 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.742 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/telemetry-consumer' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.742 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer...
07:28:09 11:28:09.745 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.745 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.746 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.746 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.747 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.747 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.749 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'lifecycle-consumer' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.749 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer...
07:28:09 11:28:09.752 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.752 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.753 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.753 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.754 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.754 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.756 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/lifecycle-consumer' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.756 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container auth-service...
07:28:09 11:28:09.760 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.760 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.761 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.761 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.762 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.762 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.764 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'auth-service' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.765 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /auth-service...
07:28:09 11:28:09.767 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.767 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.768 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.769 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.770 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.770 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.773 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.773 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container message-broker...
07:28:09 11:28:09.776 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.776 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.777 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.777 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.778 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.778 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.781 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'message-broker' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.781 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /message-broker...
07:28:09 11:28:09.784 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.784 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.785 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.785 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.786 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.786 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.788 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/message-broker' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.788 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container rest-api...
07:28:09 11:28:09.791 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.791 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.792 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.792 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.793 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.793 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.796 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.796 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /rest-api...
07:28:09 11:28:09.799 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.799 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.800 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.800 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.801 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.801 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.803 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/rest-api' (cannot filter running container list)
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 49 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.803 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE
07:28:09 11:28:09.837 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.837 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.838 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.839 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.839 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:09 11:28:09.839 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:09 11:28:09.842 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE'
07:28:09 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415)
07:28:09 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:09 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:09 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:09 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:09 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:09 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:09 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:09 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:09 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:09 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:09 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:09 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:09 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:09 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:09 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:09 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:09 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:09 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:09 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:09 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:09 	... 48 common frames omitted
07:28:09 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:09 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:09 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:09 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:09 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:09 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:09 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:09 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:09 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:09 Caused by: java.io.IOException: No such file or directory
07:28:09 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:09 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:09 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:09 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:09 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:09 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:09 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:09 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:09 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:09 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:09 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:09 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:09 	... 14 common frames omitted
07:28:09 11:28:09.842 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE
07:28:09   Given Stop full docker environment # org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment()
07:28:09 11:28:09.843 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager...
07:28:09 11:28:09.843 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE
07:28:09   And Reset Security Context         # org.eclipse.kapua.qa.common.utils.InitShiro.stop()
07:28:10 ┌───────────────────────────────────────────────────────────────────────────────────┐
07:28:10 │ Share your Cucumber Report with your team at https://reports.cucumber.io07:28:10 │ Activate publishing with one of the following:                                    │
07:28:10 │                                                                                   │
07:28:10 │ src/test/resources/cucumber.properties:          cucumber.publish.enabled=true    │
07:28:10 │ src/test/resources/junit-platform.properties:    cucumber.publish.enabled=true    │
07:28:10 │ Environment variable:                            CUCUMBER_PUBLISH_ENABLED=true    │
07:28:10 │ JUnit:                                           @CucumberOptions(publish = true) │
07:28:10 │                                                                                   │
07:28:10 │ More information at https://cucumber.io/docs/cucumber/environment-variables/07:28:10 │                                                                                   │
07:28:10 │ Disable this message with one of the following:                                   │
07:28:10 │                                                                                   │
07:28:10 │ src/test/resources/cucumber.properties:          cucumber.publish.quiet=true      │
07:28:10 │ src/test/resources/junit-platform.properties:    cucumber.publish.quiet=true      │
07:28:10 └───────────────────────────────────────────────────────────────────────────────────┘
07:28:10 [ERROR] Tests run: 87, Failures: 0, Errors: 86, Skipped: 0, Time elapsed: 3,019.073 s <<< FAILURE! - in org.eclipse.kapua.integration.service.jobScheduling.RunTriggerServiceI9nTest
07:28:10 [ERROR] Trigger service tests.Init Security Context for all scenarios  Time elapsed: 9.193 s  <<< ERROR!
07:28:10 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
07:28:10 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
07:28:10 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
07:28:10 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241)
07:28:10 	at ✽.Start base docker environment(classpath:features/jobScheduling/TriggerServiceI9n.feature:22)
07:28:10 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:10 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:10 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
07:28:10 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
07:28:10 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
07:28:10 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
07:28:10 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:10 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:10 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:10 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:10 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:10 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:10 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:10 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:10 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:10 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:10 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:10 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:10 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:10 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:10 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:10 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:10 Caused by: java.io.IOException: No such file or directory
07:28:10 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:10 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:10 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:10 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:10 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:10 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:10 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:10 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:10 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:10 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:10 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:10 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:10 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:10 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:10 	... 14 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Init Security Context for all scenarios  Time elapsed: 9.193 s  <<< ERROR!
07:28:10 java.lang.RuntimeException: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200]
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:72)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:622)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:194)
07:28:10 	at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:439)
07:28:10 	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:321)
07:28:10 	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:173)
07:28:10 	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:152)
07:28:10 	at org.h2.Driver.connect(Driver.java:69)
07:28:10 	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677)
07:28:10 	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:70)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.net.ConnectException: Connection refused (Connection refused)
07:28:10 	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
07:28:10 	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
07:28:10 	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
07:28:10 	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
07:28:10 	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
07:28:10 	at java.base/java.net.Socket.connect(Socket.java:591)
07:28:10 	at org.h2.util.NetUtils.createSocket(NetUtils.java:103)
07:28:10 	at org.h2.util.NetUtils.createSocket(NetUtils.java:83)
07:28:10 	at org.h2.engine.SessionRemote.initTransfer(SessionRemote.java:119)
07:28:10 	at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:435)
07:28:10 	... 52 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters  Time elapsed: 1.617 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:29)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters  Time elapsed: 1.619 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without Name  Time elapsed: 0.181 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:47)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without Name  Time elapsed: 0.183 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Name Only  Time elapsed: 0.177 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:62)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Name Only  Time elapsed: 0.177 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Name  Time elapsed: 0.19 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:77)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Name  Time elapsed: 0.19 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Max Length Name  Time elapsed: 0.175 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:97)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Max Length Name  Time elapsed: 0.175 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Min Length Name  Time elapsed: 0.162 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:111)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Min Length Name  Time elapsed: 0.162 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without The Start Date Parameter  Time elapsed: 0.18 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:128)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without The Start Date Parameter  Time elapsed: 0.18 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Start Date Parameter  Time elapsed: 0.199 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:143)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Start Date Parameter  Time elapsed: 0.199 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Start Date Only  Time elapsed: 0.16 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:160)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Start Date Only  Time elapsed: 0.16 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique End Date Parameter  Time elapsed: 0.159 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:180)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique End Date Parameter  Time elapsed: 0.16 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Date Only  Time elapsed: 0.177 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:198)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Date Only  Time elapsed: 0.177 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Time before Start time  Time elapsed: 0.146 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:217)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Time before Start time  Time elapsed: 0.146 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With the same Start and End time  Time elapsed: 0.164 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:233)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With the same Start and End time  Time elapsed: 0.164 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With All Valid Parameters  Time elapsed: 0.132 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:253)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With All Valid Parameters  Time elapsed: 0.132 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name  Time elapsed: 0.165 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:273)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name  Time elapsed: 0.165 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only  Time elapsed: 0.154 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:289)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 51 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 53 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 57 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 65 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 86 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only  Time elapsed: 0.154 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 63 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name  Time elapsed: 0.139 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:305)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name  Time elapsed: 0.139 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name  Time elapsed: 0.117 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:325)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name  Time elapsed: 0.117 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name  Time elapsed: 0.134 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:340)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name  Time elapsed: 0.136 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name  Time elapsed: 0.147 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:356)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name  Time elapsed: 0.147 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter  Time elapsed: 0.13 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:375)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter  Time elapsed: 0.132 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter  Time elapsed: 0.134 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:390)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter  Time elapsed: 0.134 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only  Time elapsed: 0.15 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:410)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only  Time elapsed: 0.15 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter  Time elapsed: 0.11 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:431)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter  Time elapsed: 0.11 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Date Only  Time elapsed: 0.12 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:452)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Date Only  Time elapsed: 0.12 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time  Time elapsed: 0.145 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:471)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time  Time elapsed: 0.145 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time  Time elapsed: 0.116 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:488)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time  Time elapsed: 0.116 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number  Time elapsed: 0.113 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:509)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number  Time elapsed: 0.114 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number  Time elapsed: 0.146 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:526)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number  Time elapsed: 0.146 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters  Time elapsed: 0.154 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:546)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement:
07:28:10 SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableFilter(Parser.java:1970)
07:28:10 	at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827)
07:28:10 	at org.h2.command.Parser.parseSelect(Parser.java:2959)
07:28:10 	at org.h2.command.Parser.parseQuerySub(Parser.java:2817)
07:28:10 	at org.h2.command.Parser.parseSelectUnion(Parser.java:2649)
07:28:10 	at org.h2.command.Parser.parseQuery(Parser.java:2620)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:868)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 85 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters  Time elapsed: 0.154 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 Error Code: 42102
07:28:10 Call: /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
07:28:10 /*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10  [42102-200]
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:453)
07:28:10 	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
07:28:10 	at org.h2.message.DbException.get(DbException.java:205)
07:28:10 	at org.h2.message.DbException.get(DbException.java:181)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7628)
07:28:10 	at org.h2.command.Parser.readTableOrView(Parser.java:7599)
07:28:10 	at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350)
07:28:10 	at org.h2.command.Parser.parseUpdate(Parser.java:1288)
07:28:10 	at org.h2.command.Parser.parsePrepared(Parser.java:1005)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:843)
07:28:10 	at org.h2.command.Parser.parse(Parser.java:815)
07:28:10 	at org.h2.command.Parser.prepareCommand(Parser.java:738)
07:28:10 	at org.h2.engine.Session.prepareLocal(Session.java:657)
07:28:10 	at org.h2.engine.Session.prepareCommand(Session.java:595)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235)
07:28:10 	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:76)
07:28:10 	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352)
07:28:10 	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337)
07:28:10 	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628)
07:28:10 	... 62 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format  Time elapsed: 250.131 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:561)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format  Time elapsed: 250.132 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value  Time elapsed: 250.11 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:577)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value  Time elapsed: 250.111 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule Without The Start Date Parameter  Time elapsed: 250.101 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:596)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule Without The Start Date Parameter  Time elapsed: 250.103 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique Start Date Parameter  Time elapsed: 250.12 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:612)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique Start Date Parameter  Time elapsed: 250.121 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Start Date Only  Time elapsed: 250.105 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:632)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Start Date Only  Time elapsed: 250.106 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique End Date Parameter  Time elapsed: 250.127 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:653)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique End Date Parameter  Time elapsed: 250.127 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Date Only  Time elapsed: 250.101 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:674)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Date Only  Time elapsed: 250.102 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Time before Start time  Time elapsed: 250.12 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:694)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Time before Start time  Time elapsed: 250.12 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With the same Start and End time  Time elapsed: 250.096 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:711)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With the same Start and End time  Time elapsed: 250.097 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering  Time elapsed: 250.111 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:732)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering  Time elapsed: 250.111 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering  Time elapsed: 250.095 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:754)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering  Time elapsed: 250.095 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering  Time elapsed: 250.09 s  <<< ERROR!
07:28:10 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:776)
07:28:10 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:28:10 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:28:10 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:28:10 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:28:10 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:28:10 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:28:10 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:10 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:10 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:28:10 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:28:10 	... 50 more
07:28:10 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:28:10 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:28:10 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:28:10 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:28:10 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:28:10 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:28:10 	... 52 more
07:28:10 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:28:10 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:28:10 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:28:10 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:28:10 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:28:10 	... 56 more
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:10 	bind => [1 parameter bound]
07:28:10 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:28:10 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:28:10 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:28:10 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:28:10 	... 64 more
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 104 more
07:28:10 
07:28:10 [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering  Time elapsed: 250.091 s  <<< ERROR!
07:28:10 javax.persistence.PersistenceException: 
07:28:10 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:10 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 Error Code: 0
07:28:10 Query: DataModifyQuery(sql="/*******************************************************************************
07:28:10  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:28:10  *
07:28:10  * This program and the accompanying materials are made
07:28:10  * available under the terms of the Eclipse Public License 2.0
07:28:10  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:28:10  *
07:28:10  * SPDX-License-Identifier: EPL-2.0
07:28:10  *
07:28:10  * Contributors:
07:28:10  *     Eurotech - initial API and implementation
07:28:10  *******************************************************************************/
07:28:10 
07:28:10 UPDATE act_account SET scope_id = null;
07:28:10 
07:28:10 DELETE
07:28:10 FROM act_account
07:28:10 WHERE id NOT IN (1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_credential
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_access_token;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_mfa_option;
07:28:10 
07:28:10 DELETE
07:28:10 FROM atht_scratch_code;
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_role_permission
07:28:10 WHERE NOT (scope_id = 1 AND role_id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_connection;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device;
07:28:10 
07:28:10 DELETE
07:28:10 FROM dvc_device_event;
07:28:10 
07:28:10 DELETE
07:28:10 FROM sys_configuration
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:28:10 
07:28:10 DELETE
07:28:10 FROM usr_user
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_info
07:28:10 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_permission
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_access_role
07:28:10 WHERE NOT (scope_id = 1 AND id = 1);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain_actions
07:28:10 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_domain
07:28:10 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:28:10 
07:28:10 DELETE
07:28:10 FROM athz_group;
07:28:10 
07:28:10 DELETE
07:28:10 FROM tag_tag;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_execution;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition
07:28:10 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_definition_properties
07:28:10 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_step_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM job_job_target;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger;
07:28:10 
07:28:10 DELETE
07:28:10 FROM schdl_trigger_properties;
07:28:10 
07:28:10 DELETE
07:28:10 FROM endp_endpoint_info;
07:28:10 ")
07:28:10 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:28:10 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:28:10 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:28:10 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:28:10 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:28:10 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:28:10 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:28:10 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:28:10 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:28:10 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:28:10 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:28:10 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:28:10 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:28:10 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:28:10 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:28:10 	at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
07:28:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:10 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:10 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:10 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:10 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:28:10 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:28:10 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:28:10 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:10 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:10 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:10 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:28:10 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:10 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:10 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:10 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:10 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:10 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:10 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:28:10 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:28:10 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:28:10 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:28:10 	... 71 more
07:28:10 
07:28:10 [INFO] Running org.eclipse.kapua.integration.service.jobScheduling.RunExecuteOnDeviceConnectI9nTest
07:28:10 
07:28:10 @jobsIntegration @env_docker @setup
07:28:10 Scenario: Start full docker environment # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:19
07:28:10 11:28:10.760 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment...
07:28:10 11:28:10.760 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
07:28:10 11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE
07:28:10 11:28:10.786 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
07:28:10 11:28:10.786 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 
07:28:11 11:28:11.199 [main] INFO  org.reflections.Reflections - Reflections took 396 ms to scan 98 urls, producing 839 keys and 2476 values
07:28:11 11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
07:28:11 11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
07:28:11 11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
07:28:11 11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
07:28:11 11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
07:28:11 11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
07:28:11 11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.CommonsModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.CommonsConfigurationModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.jpa.CommonJpaModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.metric.CommonMetricsModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model.id.CommonsModelIdModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.internal.cache.CacheModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.setting.system.SystemSettingModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc.TestConfigModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client.JobEngineClientModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.MessageModule
07:28:11 11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.data.MessageDataModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.RegistrationModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.account.internal.AccountModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.AuthenticationModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.shiro.AuthenticationModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authorization.shiro.AuthorizationModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.camel.application.CamelModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.internal.CertificateModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.DatastoreModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule
07:28:11 11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule
07:28:11 11:28:11.237 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule
07:28:11 11:28:11.237 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule
07:28:11 11:28:11.237 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.registry.DeviceRegistryModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.endpoint.internal.EndpointModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.execution.internal.JobExecutionModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.internal.JobModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.internal.JobStepModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.targets.internal.JobTargetsModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.id.StorableIdModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.stream.internal.StreamModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.tag.internal.TagModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.UserModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.profile.UserProfileModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule
07:28:11 11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KapuaKuraTranslatorsModule
07:28:11 11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KuraMqttTranslatorsModule
07:28:11 11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.TranslatorHubModule
07:28:11 11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule
07:28:11 11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.TransportModule
07:28:11 11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.mqtt.TransportMqttModule
07:28:11 11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
07:28:11 11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
07:28:11 11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
07:28:11 11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
07:28:11 11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
07:28:12 11:28:12.228 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
07:28:12 11:28:12.228 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor
07:28:12 11:28:12.229 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Bind service interceptor class org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor to subclasses of interface org.eclipse.kapua.service.KapuaService annotated with interface org.eclipse.kapua.event.RaiseServiceEvent
07:28:12 11:28:12.498 [main] WARN  o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one
07:28:12 11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events ===================
07:28:12 11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:12 11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:12 11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:12 11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:12 11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:12 11:28:12.508 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration ===================
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded XmlSerializable Classes: 0
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded XmlSerializable Classes: 0
07:28:12 11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
07:28:12 11:28:12.509 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE
07:28:12 11:28:12.564 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
07:28:12 11:28:12.565 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
07:28:12   Given Init Jaxb Context               # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
07:28:12 11:28:12.565 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
07:28:12 11:28:12.566 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
07:28:12 11:28:12.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
07:28:12 11:28:12.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
07:28:12 11:28:12.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
07:28:12 11:28:12.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
07:28:12 11:28:12.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
07:28:12 11:28:12.575 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
07:28:12 11:28:12.575 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
07:28:12 11:28:12.575 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60
07:28:12 11:28:12.575 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60
07:28:12 11:28:12.575 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60
07:28:12 11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:28:12 11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:12 11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:12 11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:12 11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:12 11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:12 11:28:12.596 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60
07:28:12 11:28:12.596 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60
07:28:12 11:28:12.596 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60
07:28:12 11:28:12.596 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60
07:28:12 11:28:12.597 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60
07:28:12 11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user ===================
07:28:12 11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:12 11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:12 11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:12 11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:12 11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:12 11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account ===================
07:28:12 11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:12 11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:12 11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:12 11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:12 11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:12 11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
07:28:12 11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:12 11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:12 11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:12 11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:12 11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:12 11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
07:28:12 11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
07:28:12 11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
07:28:12 11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
07:28:12 11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
07:28:12 11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
07:28:12 11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
07:28:12 11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:12 11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:12 11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:12 11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:12 11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:12 11:28:12.648 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
07:28:12 11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
07:28:12 11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:12 11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:12 11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:12 11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:12 11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:12 11:28:12.868 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
07:28:12 11:28:12.868 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
07:28:12 11:28:12.869 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
07:28:12 11:28:12.869 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
07:28:12   And Init Security Context             # org.eclipse.kapua.qa.common.utils.InitShiro.start()
07:28:12 11:28:12.871 [main] INFO  o.e.k.q.i.steps.DockerSteps - Starting full docker environment...
07:28:12 11:28:12.872 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection!
07:28:12 11:28:12.872 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs
07:28:12 11:28:12.876 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.876 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.877 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.878 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.879 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.879 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.882 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs'
07:28:12 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:12 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:12 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:12 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:12 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:12 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:12 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:12 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:12 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:12 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:12 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:12 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:12 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:12 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:12 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:12 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:12 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:12 	... 48 common frames omitted
07:28:12 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:12 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:12 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:12 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:12 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:12 Caused by: java.io.IOException: No such file or directory
07:28:12 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:12 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:12 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:12 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:12 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:12 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:12 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:12 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:12 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:12 	... 14 common frames omitted
07:28:12 11:28:12.882 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs
07:28:12 11:28:12.882 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
07:28:12 11:28:12.882 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
07:28:12 11:28:12.882 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers
07:28:12 11:28:12.886 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.886 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.887 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.887 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.889 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.889 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.892 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers'
07:28:12 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:12 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:12 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:12 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:12 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:12 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:12 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:12 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:12 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:12 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:12 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:12 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:12 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:12 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:12 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:12 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:12 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:12 	... 48 common frames omitted
07:28:12 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:12 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:12 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:12 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:12 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:12 Caused by: java.io.IOException: No such file or directory
07:28:12 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:12 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:12 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:12 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:12 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:12 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:12 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:12 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:12 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:12 	... 14 common frames omitted
07:28:12 11:28:12.892 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers
07:28:12 11:28:12.892 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container job-engine...
07:28:12 11:28:12.896 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.896 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.898 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.898 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.899 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.899 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.903 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list)
07:28:12 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:12 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:12 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:12 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:12 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:12 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:12 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:12 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:12 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:12 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:12 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:12 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:12 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:12 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:12 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:12 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:12 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:12 	... 49 common frames omitted
07:28:12 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:12 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:12 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:12 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:12 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:12 Caused by: java.io.IOException: No such file or directory
07:28:12 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:12 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:12 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:12 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:12 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:12 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:12 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:12 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:12 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:12 	... 14 common frames omitted
07:28:12 11:28:12.903 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /job-engine...
07:28:12 11:28:12.906 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.906 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.908 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.908 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.910 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.910 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.913 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list)
07:28:12 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:12 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:12 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:12 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:12 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:12 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:12 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:12 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:12 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:12 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:12 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:12 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:12 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:12 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:12 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:12 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:12 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:12 	... 49 common frames omitted
07:28:12 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:12 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:12 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:12 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:12 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:12 Caused by: java.io.IOException: No such file or directory
07:28:12 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:12 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:12 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:12 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:12 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:12 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:12 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:12 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:12 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:12 	... 14 common frames omitted
07:28:12 11:28:12.913 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container events-broker...
07:28:12 11:28:12.915 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.915 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.916 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.916 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.917 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.917 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.939 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'events-broker' (cannot filter running container list)
07:28:12 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:12 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:12 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:12 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:12 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:12 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:12 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:12 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:12 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:12 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:12 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:12 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:12 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:12 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:12 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:12 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:12 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:12 	... 49 common frames omitted
07:28:12 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:12 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:12 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:12 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:12 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:12 Caused by: java.io.IOException: No such file or directory
07:28:12 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:12 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:12 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:12 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:12 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:12 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:12 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:12 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:12 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:12 	... 14 common frames omitted
07:28:12 11:28:12.939 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /events-broker...
07:28:12 11:28:12.943 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.943 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.944 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.944 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.945 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.945 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.948 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/events-broker' (cannot filter running container list)
07:28:12 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:12 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:12 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:12 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:12 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:12 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:12 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:12 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:12 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:12 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:12 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:12 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:12 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:12 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:12 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:12 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:12 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:12 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:12 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:12 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:12 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:12 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:12 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:12 	... 49 common frames omitted
07:28:12 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:12 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:12 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:12 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:12 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:12 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:12 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:12 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:12 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:12 Caused by: java.io.IOException: No such file or directory
07:28:12 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:12 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:12 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:12 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:12 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:12 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:12 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:12 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:12 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:12 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:12 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:12 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:12 	... 14 common frames omitted
07:28:12 11:28:12.948 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container es...
07:28:12 11:28:12.952 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.952 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.953 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.953 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:12 11:28:12.954 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:12 11:28:12.954 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.957 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'es' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:12.957 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /es...
07:28:13 11:28:12.961 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.961 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.962 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.962 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.964 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.964 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.967 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:12.967 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container db...
07:28:13 11:28:12.970 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.970 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.971 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.971 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.972 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.972 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.975 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:12.975 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /db...
07:28:13 11:28:12.978 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.978 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.980 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.980 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.981 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.982 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.984 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/db' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:12.985 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers
07:28:13 11:28:12.987 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.987 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.988 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.988 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.989 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.989 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.992 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove additional containers'
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:413)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 48 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:12.992 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers
07:28:13 11:28:12.992 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer...
07:28:13 11:28:12.994 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.995 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.995 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.996 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.996 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:12.997 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:12.999 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'telemetry-consumer' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.000 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer...
07:28:13 11:28:13.002 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.002 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.003 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.003 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.004 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.004 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.007 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/telemetry-consumer' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.007 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer...
07:28:13 11:28:13.009 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.009 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.010 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.010 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.011 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.011 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.014 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'lifecycle-consumer' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.038 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer...
07:28:13 11:28:13.041 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.042 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.043 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.043 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.044 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.044 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.047 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/lifecycle-consumer' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.048 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container auth-service...
07:28:13 11:28:13.051 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.051 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.052 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.052 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.053 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.053 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.055 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'auth-service' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.056 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /auth-service...
07:28:13 11:28:13.059 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.059 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.060 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.060 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.061 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.061 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.063 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.063 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container message-broker...
07:28:13 11:28:13.067 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.067 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.068 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.068 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.069 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.069 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.071 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'message-broker' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.072 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /message-broker...
07:28:13 11:28:13.074 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.074 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.075 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.075 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.076 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.076 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.078 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/message-broker' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.079 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container rest-api...
07:28:13 11:28:13.082 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.082 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.083 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.083 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.084 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.084 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.085 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.085 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /rest-api...
07:28:13 11:28:13.088 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.088 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.089 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.089 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.090 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.090 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.092 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/rest-api' (cannot filter running container list)
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 49 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.092 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE
07:28:13 11:28:13.094 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.094 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.095 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.095 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.096 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.096 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.097 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE'
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:28:13 	... 48 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13 11:28:13.098 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE
07:28:13 11:28:13.098 [main] INFO  o.e.k.q.i.steps.DockerSteps - Starting full docker environment...
07:28:13 11:28:13.100 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.100 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.101 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.101 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.102 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:28:13 11:28:13.102 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:28:13 11:28:13.104 [main] ERROR o.e.k.q.i.steps.DockerSteps - Error while starting base docker environment: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
07:28:13 	... 51 common frames omitted
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 common frames omitted
07:28:13   And Start full docker environment     # org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment()
07:28:13       com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
07:28:13 	at ✽.Start full docker environment(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:22)
07:28:13 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:28:13 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
07:28:13 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
07:28:13 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:28:13 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:28:13 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:28:13 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:28:13 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:28:13 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:28:13 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:28:13 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:28:13 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:28:13 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:28:13 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:28:13 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:28:13 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:28:13 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:28:13 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:28:13 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:28:13 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:28:13 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:28:13 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:28:13 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:28:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:28:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:28:13 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:28:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:28:13 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:28:13 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:28:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:28:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:28:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:28:13 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:28:13 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:28:13 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:28:13 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:28:13 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:28:13 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:28:13 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:28:13 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:28:13 	at java.base/java.lang.Thread.run(Thread.java:834)
07:28:13 Caused by: java.io.IOException: No such file or directory
07:28:13 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:28:13 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:28:13 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:28:13 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:28:13 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:28:13 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:28:13 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:28:13 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:28:13 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:28:13 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:28:13 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:28:13 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:28:13 	... 14 more
07:28:13 
07:28:13 11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler ===================
07:28:13 11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler ===================
07:28:13 11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.156 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.156 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.156 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.156 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
07:28:13 11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.162 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.162 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.164 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60
07:28:13 11:28:13.167 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:28:13 11:28:13.167 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.167 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.167 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.167 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.168 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:28:13 11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
07:28:13 11:28:13.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.189 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
07:28:13 11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.203 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:28:13 11:28:13.203 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.203 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.203 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.203 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.204 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.212 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:28:13 11:28:13.212 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.212 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.213 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.213 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.213 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.242 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:28:13 11:28:13.242 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.243 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.243 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.243 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.243 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:28:13 11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:28:13 11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.275 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:28:13 11:28:13.276 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.276 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.276 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.276 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.276 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:28:13 11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:28:13 11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:28:13 11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:28:13 11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:28:13 11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:28:13 11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
07:28:13 11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.366 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
07:28:13 11:28:13.366 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.366 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.366 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.367 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.367 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
07:28:13 11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
07:28:13 11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
07:28:13 11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:28:13 11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:28:13 11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:28:13 11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:28:13 11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:28:13 
07:28:13 @jobsIntegration @env_docker
07:28:13 Scenario: Executing Job When Device Connected After The Specified Start Date And Time                                                       # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:24
07:28:43 11:28:43.548 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:28:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:28:43 Error Code: 0
07:28:43 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:28:43 	bind => [1 parameter bound]
07:28:43 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:29:13 11:29:13.550 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:29:13 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:29:13 Error Code: 0
07:29:13 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:29:13 	bind => [1 parameter bound]
07:29:13 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:29:48 11:29:48.552 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:29:48 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:29:48 Error Code: 0
07:29:48 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:29:48 	bind => [1 parameter bound]
07:29:48 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:30:23 11:30:23.554 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:30:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:30:23 Error Code: 0
07:30:23 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:30:23 	bind => [1 parameter bound]
07:30:23 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:30:23 11:30:23.556 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:30:23 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:30:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:30:23 Error Code: 0
07:30:23 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:30:23 	bind => [1 parameter bound]
07:30:23 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:30:23 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:30:23 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:30:23 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:30:23 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:30:23 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:30:23 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:30:23 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:30:23 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:30:23 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:30:23 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:30:23 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:30:23 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:30:23 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:30:23 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:30:23 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:30:23 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:30:23 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:30:23 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:30:23 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:30:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:30:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:30:23 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:30:23 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:30:23 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:30:23 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:30:23 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:30:23 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:30:23 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:30:23 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:30:23 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:30:23 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:30:23 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:30:23 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:30:23 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:30:23 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:30:23 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:30:23 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:30:23 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:30:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:30:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:30:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:30:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:30:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:30:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:30:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:30:23 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:30:23 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:30:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:30:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:30:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:30:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:30:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:30:23 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:30:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:30:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:30:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:30:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:30:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:30:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:30:23 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:30:23 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:30:23 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:30:23 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:30:23 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:30:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:30:23 Error Code: 0
07:30:23 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:30:23 	bind => [1 parameter bound]
07:30:23 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:30:23 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:30:23 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:30:23 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:30:23 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:30:23 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:30:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:30:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:30:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:30:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:30:23 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:30:23 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:30:23 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:30:23 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:30:23 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:30:23 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:30:23 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:30:23 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:30:23 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:30:23 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:30:23 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:30:23 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:30:23 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:30:23 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:30:23 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:30:23 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:30:23 	... 65 common frames omitted
07:30:23 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:30:23 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:30:23 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:30:23 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:30:23 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:30:23 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:30:23 	... 105 common frames omitted
07:30:23 
07:30:23     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:30:23 
07:30:23   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:30:23       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:30:23 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:30:23 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:30:23 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:33)
07:30:23 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:30:23 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:30:23 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:30:23 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:30:23 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:30:23 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:30:23 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:30:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:30:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:30:23 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:30:23 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:30:23 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:30:23 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:30:23 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:30:23 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:30:23 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:30:23 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:30:23 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:30:23 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:30:23 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:30:23 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:30:23 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:30:23 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:30:23 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:30:23 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:30:23 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:30:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:30:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:30:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:30:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:30:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:30:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:30:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:30:23 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:30:23 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:30:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:30:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:30:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:30:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:30:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:30:23 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:30:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:30:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:30:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:30:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:30:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:30:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:30:23 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:30:23 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:30:23 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:30:23 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:30:23 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:30:23 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:30:23 	... 51 more
07:30:23 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:30:23 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:30:23 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:30:23 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:30:23 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:30:23 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:30:23 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:30:23 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:30:23 	... 53 more
07:30:23 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:30:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:30:23 Error Code: 0
07:30:23 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:30:23 	bind => [1 parameter bound]
07:30:23 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:30:23 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:30:23 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:30:23 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:30:23 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:30:23 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:30:23 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:30:23 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:30:23 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:30:23 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:30:23 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:30:23 	... 57 more
07:30:23 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:30:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:30:23 Error Code: 0
07:30:23 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:30:23 	bind => [1 parameter bound]
07:30:23 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:30:23 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:30:23 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:30:23 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:30:23 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:30:23 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:30:23 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:30:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:30:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:30:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:30:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:30:23 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:30:23 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:30:23 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:30:23 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:30:23 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:30:23 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:30:23 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:30:23 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:30:23 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:30:23 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:30:23 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:30:23 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:30:23 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:30:23 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:30:23 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:30:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:30:23 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:30:23 	... 65 more
07:30:23 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:30:23 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:30:23 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:30:23 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:30:23 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:30:23 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:30:23 	... 105 more
07:30:23 
07:30:23   And I start the Kura Mock                                                                                                                 # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock()
07:30:23   When Device is connected within 10 seconds                                                                                                # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:30:23   Then Device status is "CONNECTED" within 10 seconds                                                                                       # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:30:23   When KuraMock is disconnected                                                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
07:30:23   Then Device status is "DISCONNECTED" within 10 seconds                                                                                    # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:30:23   And I select account "kapua-sys"                                                                                                          # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String)
07:30:23   And I get the KuraMock device after 5 seconds                                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int)
07:30:23   When I search for events from device "rpione3" in account "kapua-sys" I find 2 events within 30 seconds                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:30:23   And The type of the last event is "DEATH"                                                                                                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:30:23   Given I create a job with the name "TestJob"                                                                                              # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:30:23   And A new job target item                                                                                                                 # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget()
07:30:23   And Search for step definition with the name "Command Execution"                                                                          # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.searchARegularStepDefinitionWithProperties(java.lang.String)
07:30:23   And I prepare a JobStepCreator with the name "TestStep" and the following properties                                                      # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
07:30:23   When I create a new JobStep from the existing creator                                                                                     # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
07:30:23   Then No exception was thrown                                                                                                              # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
07:30:23   And I find scheduler properties with name "Device Connect"                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:30:23   And A regular trigger creator with the name "TestSchedule1" is created                                                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:30:23   And The trigger is set to start today at "00:00"                                                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
07:30:23   Then I create a new trigger from the existing creator with previously defined date properties                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:30:23   And I restart the Kura Mock                                                                                                               # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock()
07:30:23   And I wait 3 seconds                                                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:30:23   When Device is connected within 10 seconds                                                                                                # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:30:23   And I query for the job with the name "TestJob" and I count 1 execution item and I confirm the executed job is finished within 20 seconds # org.eclipse.kapua.service.job.steps.JobExecutionServiceSteps.iQueryForTheJobWithTheNameAndJobExecutionCountAndExecutionStatus(java.lang.String,int,int)
07:30:23   And I search for the last job target in the database                                                                                      # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget()
07:30:23   And I confirm the step index is 0 and status is "PROCESS_OK"                                                                              # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.checkStepIndexAndStatus(int,java.lang.String)
07:30:23   When I search for events from device "rpione3" in account "kapua-sys" I find 4 events within 30 seconds                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:30:23   And The type of the last event is "COMMAND"                                                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:30:23   And I logout                                                                                                                              # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:30:23 11:30:23.566 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:30:23 11:30:23.567 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:30:23 11:30:23.567 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:30:53 11:30:53.569 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:30:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:30:53 Error Code: 0.
07:32:23 11:32:23.573 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:32:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:32:23 Error Code: 0
07:32:23       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:32:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:32:23 Error Code: 0
07:32:23 Query: DataModifyQuery(sql="/*******************************************************************************
07:32:23  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:32:23  *
07:32:23  * This program and the accompanying materials are made
07:32:23  * available under the terms of the Eclipse Public License 2.0
07:32:23  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:32:23  *
07:32:23  * SPDX-License-Identifier: EPL-2.0
07:32:23  *
07:32:23  * Contributors:
07:32:23  *     Eurotech - initial API and implementation
07:32:23  *******************************************************************************/
07:32:23 
07:32:23 UPDATE act_account SET scope_id = null;
07:32:23 
07:32:23 DELETE
07:32:23 FROM act_account
07:32:23 WHERE id NOT IN (1);
07:32:23 
07:32:23 DELETE
07:32:23 FROM atht_credential
07:32:23 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:32:23 
07:32:23 DELETE
07:32:23 FROM atht_access_token;
07:32:23 
07:32:23 DELETE
07:32:23 FROM atht_mfa_option;
07:32:23 
07:32:23 DELETE
07:32:23 FROM atht_scratch_code;
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_role
07:32:23 WHERE NOT (scope_id = 1 AND id = 1);
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_role_permission
07:32:23 WHERE NOT (scope_id = 1 AND role_id = 1);
07:32:23 
07:32:23 DELETE
07:32:23 FROM dvc_device_connection;
07:32:23 
07:32:23 DELETE
07:32:23 FROM dvc_device;
07:32:23 
07:32:23 DELETE
07:32:23 FROM dvc_device_event;
07:32:23 
07:32:23 DELETE
07:32:23 FROM sys_configuration
07:32:23 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:32:23 
07:32:23 DELETE
07:32:23 FROM usr_user
07:32:23 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_access_info
07:32:23 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_access_permission
07:32:23 WHERE NOT (scope_id = 1 AND id = 1);
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_access_role
07:32:23 WHERE NOT (scope_id = 1 AND id = 1);
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_domain_actions
07:32:23 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_domain
07:32:23 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_group;
07:32:23 
07:32:23 DELETE
07:32:23 FROM tag_tag;
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job;
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_execution;
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_step;
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_step_definition
07:32:23 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_step_definition_properties
07:32:23 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_step_properties;
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_target;
07:32:23 
07:32:23 DELETE
07:32:23 FROM schdl_trigger;
07:32:23 
07:32:23 DELETE
07:32:23 FROM schdl_trigger_properties;
07:32:23 
07:32:23 DELETE
07:32:23 FROM endp_endpoint_info;
07:32:23 ")
07:32:23 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:32:23 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:32:23 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:32:23 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:32:23 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:32:23 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:32:23 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:32:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:32:23 Error Code: 0
07:32:23 Query: DataModifyQuery(sql="/*******************************************************************************
07:32:23  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:32:23  *
07:32:23  * This program and the accompanying materials are made
07:32:23  * available under the terms of the Eclipse Public License 2.0
07:32:23  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:32:23  *
07:32:23  * SPDX-License-Identifier: EPL-2.0
07:32:23  *
07:32:23  * Contributors:
07:32:23  *     Eurotech - initial API and implementation
07:32:23  *******************************************************************************/
07:32:23 
07:32:23 UPDATE act_account SET scope_id = null;
07:32:23 
07:32:23 DELETE
07:32:23 FROM act_account
07:32:23 WHERE id NOT IN (1);
07:32:23 
07:32:23 DELETE
07:32:23 FROM atht_credential
07:32:23 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:32:23 
07:32:23 DELETE
07:32:23 FROM atht_access_token;
07:32:23 
07:32:23 DELETE
07:32:23 FROM atht_mfa_option;
07:32:23 
07:32:23 DELETE
07:32:23 FROM atht_scratch_code;
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_role
07:32:23 WHERE NOT (scope_id = 1 AND id = 1);
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_role_permission
07:32:23 WHERE NOT (scope_id = 1 AND role_id = 1);
07:32:23 
07:32:23 DELETE
07:32:23 FROM dvc_device_connection;
07:32:23 
07:32:23 DELETE
07:32:23 FROM dvc_device;
07:32:23 
07:32:23 DELETE
07:32:23 FROM dvc_device_event;
07:32:23 
07:32:23 DELETE
07:32:23 FROM sys_configuration
07:32:23 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:32:23 
07:32:23 DELETE
07:32:23 FROM usr_user
07:32:23 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_access_info
07:32:23 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_access_permission
07:32:23 WHERE NOT (scope_id = 1 AND id = 1);
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_access_role
07:32:23 WHERE NOT (scope_id = 1 AND id = 1);
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_domain_actions
07:32:23 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_domain
07:32:23 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:32:23 
07:32:23 DELETE
07:32:23 FROM athz_group;
07:32:23 
07:32:23 DELETE
07:32:23 FROM tag_tag;
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job;
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_execution;
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_step;
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_step_definition
07:32:23 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_step_definition_properties
07:32:23 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_step_properties;
07:32:23 
07:32:23 DELETE
07:32:23 FROM job_job_target;
07:32:23 
07:32:23 DELETE
07:32:23 FROM schdl_trigger;
07:32:23 
07:32:23 DELETE
07:32:23 FROM schdl_trigger_properties;
07:32:23 
07:32:23 DELETE
07:32:23 FROM endp_endpoint_info;
07:32:23 ")
07:32:23 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:32:23 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:32:23 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:32:23 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:32:23 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:32:23 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:32:23 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:32:23 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:32:23 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:32:23 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:32:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:32:23 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:32:23 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:32:23 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:32:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:32:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:32:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:32:23 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:32:23 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:32:23 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:32:23 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:32:23 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:32:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:32:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:32:23 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:32:23 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:32:23 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:32:23 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:32:23 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:32:23 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:32:23 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:32:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:32:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:32:23 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:32:23 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:32:23 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:32:23 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:32:23 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:32:23 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:32:23 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:32:23 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:32:23 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:32:23 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:32:23 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:32:23 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:32:23 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:32:23 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:32:23 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:32:23 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:32:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:32:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:32:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:32:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:32:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:32:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:32:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:32:23 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:32:23 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:32:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:32:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:32:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:32:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:32:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:32:23 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:32:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:32:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:32:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:32:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:32:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:32:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:32:23 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:32:23 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:32:23 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:32:23 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:32:23 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:32:23 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:32:23 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:32:23 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:32:23 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:32:23 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:32:23 	... 72 more
07:32:23 
07:32:23 
07:32:23 @jobsIntegration @env_docker
07:32:23 Scenario: Executing Job When Device Connected Before The Specified Start Date And Time                    # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:66
07:32:53 11:32:53.652 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:32:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:32:53 Error Code: 0
07:32:53 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:32:53 	bind => [1 parameter bound]
07:32:53 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:33:23 11:33:23.655 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:33:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:33:23 Error Code: 0
07:33:23 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:33:23 	bind => [1 parameter bound]
07:33:23 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:33:58 11:33:58.658 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:33:58 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:33:58 Error Code: 0
07:33:58 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:33:58 	bind => [1 parameter bound]
07:33:58 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:34:33 11:34:33.660 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:34:33 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:34:33 Error Code: 0
07:34:33 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:34:33 	bind => [1 parameter bound]
07:34:33 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:34:33 11:34:33.662 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:34:33 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:34:33 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:34:33 Error Code: 0
07:34:33 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:34:33 	bind => [1 parameter bound]
07:34:33 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:34:33 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:34:33 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:34:33 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:34:33 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:34:33 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:34:33 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:34:33 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:34:33 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:34:33 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:34:33 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:34:33 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:34:33 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:34:33 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:34:33 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:34:33 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:34:33 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:34:33 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:34:33 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:34:33 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:34:33 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:34:33 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:34:33 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:34:33 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:34:33 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:34:33 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:34:33 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:34:33 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:34:33 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:34:33 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:34:33 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:34:33 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:34:33 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:34:33 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:34:33 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:34:33 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:34:33 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:34:33 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:34:33 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:34:33 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:34:33 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:34:33 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:34:33 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:34:33 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:34:33 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:34:33 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:34:33 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:34:33 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:34:33 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:34:33 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:34:33 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:34:33 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:34:33 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:34:33 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:34:33 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:34:33 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:34:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:34:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:34:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:34:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:34:33 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:34:33 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:34:33 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:34:33 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:34:33 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:34:33 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:34:33 Error Code: 0
07:34:33 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:34:33 	bind => [1 parameter bound]
07:34:33 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:34:33 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:34:33 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:34:33 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:34:33 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:34:33 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:34:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:34:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:34:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:34:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:34:33 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:34:33 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:34:33 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:34:33 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:34:33 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:34:33 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:34:33 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:34:33 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:34:33 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:34:33 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:34:33 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:34:33 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:34:33 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:34:33 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:34:33 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:34:33 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:34:33 	... 65 common frames omitted
07:34:33 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:34:33 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:34:33 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:34:33 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:34:33 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:34:33 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:34:33 	... 105 common frames omitted
07:34:33 
07:34:33     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:34:33 
07:34:33   Given I login as user with name "kapua-sys" and password "kapua-password"                               # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:34:33       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:34:33 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:34:33 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:34:33 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:75)
07:34:33 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:34:33 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:34:33 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:34:33 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:34:33 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:34:33 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:34:33 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:34:33 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:34:33 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:34:33 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:34:33 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:34:33 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:34:33 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:34:33 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:34:33 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:34:33 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:34:33 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:34:33 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:34:33 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:34:33 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:34:33 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:34:33 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:34:33 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:34:33 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:34:33 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:34:33 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:34:33 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:34:33 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:34:33 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:34:33 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:34:33 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:34:33 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:34:33 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:34:33 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:34:33 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:34:33 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:34:33 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:34:33 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:34:33 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:34:33 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:34:33 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:34:33 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:34:33 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:34:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:34:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:34:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:34:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:34:33 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:34:33 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:34:33 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:34:33 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:34:33 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:34:33 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:34:33 	... 51 more
07:34:33 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:34:33 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:34:33 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:34:33 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:34:33 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:34:33 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:34:33 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:34:33 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:34:33 	... 53 more
07:34:33 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:34:33 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:34:33 Error Code: 0
07:34:33 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:34:33 	bind => [1 parameter bound]
07:34:33 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:34:33 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:34:33 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:34:33 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:34:33 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:34:33 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:34:33 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:34:33 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:34:33 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:34:33 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:34:33 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:34:33 	... 57 more
07:34:33 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:34:33 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:34:33 Error Code: 0
07:34:33 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:34:33 	bind => [1 parameter bound]
07:34:33 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:34:33 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:34:33 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:34:33 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:34:33 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:34:33 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:34:33 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:34:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:34:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:34:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:34:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:34:33 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:34:33 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:34:33 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:34:33 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:34:33 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:34:33 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:34:33 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:34:33 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:34:33 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:34:33 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:34:33 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:34:33 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:34:33 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:34:33 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:34:33 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:34:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:34:33 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:34:33 	... 65 more
07:34:33 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:34:33 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:34:33 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:34:33 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:34:33 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:34:33 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:34:33 	... 105 more
07:34:33 
07:34:33   And I start the Kura Mock                                                                               # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock()
07:34:33   When Device is connected within 10 seconds                                                              # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:34:33   Then Device status is "CONNECTED" within 10 seconds                                                     # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:34:33   When KuraMock is disconnected                                                                           # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
07:34:33   And I wait 1 second                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:34:33   Then Device status is "DISCONNECTED" within 10 seconds                                                  # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:34:33   And I select account "kapua-sys"                                                                        # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String)
07:34:33   And I get the KuraMock device after 5 seconds                                                           # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int)
07:34:33   When I search for events from device "rpione3" in account "kapua-sys" I find 2 events within 30 seconds # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:34:33   And The type of the last event is "DEATH"                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:34:33   Given I create a job with the name "TestJob"                                                            # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:34:33   And A new job target item                                                                               # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget()
07:34:33   And Search for step definition with the name "Command Execution"                                        # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.searchARegularStepDefinitionWithProperties(java.lang.String)
07:34:33   And I prepare a JobStepCreator with the name "TestStep" and the following properties                    # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
07:34:33   When I create a new JobStep from the existing creator                                                   # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
07:34:33   Then No exception was thrown                                                                            # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
07:34:33   And I find scheduler properties with name "Device Connect"                                              # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:34:33   And A regular trigger creator with the name "TestSchedule2" is created                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:34:33   And The trigger is set to start tomorrow at "06:00"                                                     # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerStartDate(java.lang.String)
07:34:33   Then I create a new trigger from the existing creator with previously defined date properties           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:34:33   And I restart the Kura Mock                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock()
07:34:33   And I wait 3 seconds                                                                                    # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:34:33   When Device is connected within 10 seconds                                                              # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:34:33   And I query for the job with the name "TestJob" and I count 0 execution item after 10 seconds           # org.eclipse.kapua.service.job.steps.JobExecutionServiceSteps.iQueryForTheJobWithTheNameAndJobExecutionCountAfter(java.lang.String,int,int)
07:34:33   And I search for the last job target in the database                                                    # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget()
07:34:33   And I confirm the step index is 0 and status is "PROCESS_AWAITING"                                      # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.checkStepIndexAndStatus(int,java.lang.String)
07:34:33   When I search for events from device "rpione3" in account "kapua-sys" I find 3 events within 30 seconds # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:34:33   And The type of the last event is "BIRTH"                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:34:33   And I logout                                                                                            # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:34:33 11:34:33.672 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:34:33 11:34:33.672 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:34:33 11:34:33.672 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:35:03 11:35:03.675 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:35:03 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:35:03 Error Code: 0.
07:36:33 11:36:33.679 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:36:33 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:36:33 Error Code: 0
07:36:33       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:36:33 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:36:33 Error Code: 0
07:36:33 Query: DataModifyQuery(sql="/*******************************************************************************
07:36:33  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:36:33  *
07:36:33  * This program and the accompanying materials are made
07:36:33  * available under the terms of the Eclipse Public License 2.0
07:36:33  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:36:33  *
07:36:33  * SPDX-License-Identifier: EPL-2.0
07:36:33  *
07:36:33  * Contributors:
07:36:33  *     Eurotech - initial API and implementation
07:36:33  *******************************************************************************/
07:36:33 
07:36:33 UPDATE act_account SET scope_id = null;
07:36:33 
07:36:33 DELETE
07:36:33 FROM act_account
07:36:33 WHERE id NOT IN (1);
07:36:33 
07:36:33 DELETE
07:36:33 FROM atht_credential
07:36:33 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:36:33 
07:36:33 DELETE
07:36:33 FROM atht_access_token;
07:36:33 
07:36:33 DELETE
07:36:33 FROM atht_mfa_option;
07:36:33 
07:36:33 DELETE
07:36:33 FROM atht_scratch_code;
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_role
07:36:33 WHERE NOT (scope_id = 1 AND id = 1);
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_role_permission
07:36:33 WHERE NOT (scope_id = 1 AND role_id = 1);
07:36:33 
07:36:33 DELETE
07:36:33 FROM dvc_device_connection;
07:36:33 
07:36:33 DELETE
07:36:33 FROM dvc_device;
07:36:33 
07:36:33 DELETE
07:36:33 FROM dvc_device_event;
07:36:33 
07:36:33 DELETE
07:36:33 FROM sys_configuration
07:36:33 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:36:33 
07:36:33 DELETE
07:36:33 FROM usr_user
07:36:33 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_access_info
07:36:33 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_access_permission
07:36:33 WHERE NOT (scope_id = 1 AND id = 1);
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_access_role
07:36:33 WHERE NOT (scope_id = 1 AND id = 1);
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_domain_actions
07:36:33 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_domain
07:36:33 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_group;
07:36:33 
07:36:33 DELETE
07:36:33 FROM tag_tag;
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job;
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_execution;
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_step;
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_step_definition
07:36:33 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_step_definition_properties
07:36:33 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_step_properties;
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_target;
07:36:33 
07:36:33 DELETE
07:36:33 FROM schdl_trigger;
07:36:33 
07:36:33 DELETE
07:36:33 FROM schdl_trigger_properties;
07:36:33 
07:36:33 DELETE
07:36:33 FROM endp_endpoint_info;
07:36:33 ")
07:36:33 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:36:33 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:36:33 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:36:33 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:36:33 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:36:33 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:36:33 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:36:33 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:36:33 Error Code: 0
07:36:33 Query: DataModifyQuery(sql="/*******************************************************************************
07:36:33  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:36:33  *
07:36:33  * This program and the accompanying materials are made
07:36:33  * available under the terms of the Eclipse Public License 2.0
07:36:33  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:36:33  *
07:36:33  * SPDX-License-Identifier: EPL-2.0
07:36:33  *
07:36:33  * Contributors:
07:36:33  *     Eurotech - initial API and implementation
07:36:33  *******************************************************************************/
07:36:33 
07:36:33 UPDATE act_account SET scope_id = null;
07:36:33 
07:36:33 DELETE
07:36:33 FROM act_account
07:36:33 WHERE id NOT IN (1);
07:36:33 
07:36:33 DELETE
07:36:33 FROM atht_credential
07:36:33 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:36:33 
07:36:33 DELETE
07:36:33 FROM atht_access_token;
07:36:33 
07:36:33 DELETE
07:36:33 FROM atht_mfa_option;
07:36:33 
07:36:33 DELETE
07:36:33 FROM atht_scratch_code;
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_role
07:36:33 WHERE NOT (scope_id = 1 AND id = 1);
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_role_permission
07:36:33 WHERE NOT (scope_id = 1 AND role_id = 1);
07:36:33 
07:36:33 DELETE
07:36:33 FROM dvc_device_connection;
07:36:33 
07:36:33 DELETE
07:36:33 FROM dvc_device;
07:36:33 
07:36:33 DELETE
07:36:33 FROM dvc_device_event;
07:36:33 
07:36:33 DELETE
07:36:33 FROM sys_configuration
07:36:33 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:36:33 
07:36:33 DELETE
07:36:33 FROM usr_user
07:36:33 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_access_info
07:36:33 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_access_permission
07:36:33 WHERE NOT (scope_id = 1 AND id = 1);
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_access_role
07:36:33 WHERE NOT (scope_id = 1 AND id = 1);
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_domain_actions
07:36:33 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_domain
07:36:33 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:36:33 
07:36:33 DELETE
07:36:33 FROM athz_group;
07:36:33 
07:36:33 DELETE
07:36:33 FROM tag_tag;
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job;
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_execution;
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_step;
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_step_definition
07:36:33 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_step_definition_properties
07:36:33 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_step_properties;
07:36:33 
07:36:33 DELETE
07:36:33 FROM job_job_target;
07:36:33 
07:36:33 DELETE
07:36:33 FROM schdl_trigger;
07:36:33 
07:36:33 DELETE
07:36:33 FROM schdl_trigger_properties;
07:36:33 
07:36:33 DELETE
07:36:33 FROM endp_endpoint_info;
07:36:33 ")
07:36:33 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:36:33 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:36:33 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:36:33 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:36:33 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:36:33 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:36:33 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:36:33 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:36:33 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:36:33 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:36:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:36:33 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:36:33 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:36:33 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:36:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:36:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:36:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:36:33 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:36:33 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:36:33 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:36:33 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:36:33 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:36:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:36:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:36:33 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:36:33 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:36:33 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:36:33 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:36:33 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:36:33 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:36:33 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:36:33 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:36:33 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:36:33 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:36:33 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:36:33 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:36:33 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:36:33 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:36:33 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:36:33 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:36:33 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:36:33 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:36:33 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:36:33 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:36:33 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:36:33 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:36:33 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:36:33 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:36:33 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:36:33 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:36:33 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:36:33 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:36:33 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:36:33 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:36:33 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:36:33 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:36:33 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:36:33 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:36:33 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:36:33 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:36:33 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:36:33 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:36:33 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:36:33 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:36:33 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:36:33 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:36:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:36:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:36:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:36:33 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:36:33 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:36:33 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:36:33 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:36:33 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:36:33 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:36:33 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:36:33 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:36:33 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:36:33 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:36:33 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:36:33 	... 72 more
07:36:33 
07:36:33 
07:36:33 @jobsIntegration @env_docker
07:36:33 Scenario: Executing Job When Device Connected Before End Date And Time                                                                      # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:109
07:37:03 11:37:03.755 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:37:03 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:37:03 Error Code: 0
07:37:03 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:37:03 	bind => [1 parameter bound]
07:37:03 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:37:33 11:37:33.757 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:37:33 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:37:33 Error Code: 0
07:37:33 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:37:33 	bind => [1 parameter bound]
07:37:33 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:38:08 11:38:08.759 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:38:08 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:38:08 Error Code: 0
07:38:08 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:38:08 	bind => [1 parameter bound]
07:38:08 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:38:43 11:38:43.761 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:38:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:38:43 Error Code: 0
07:38:43 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:38:43 	bind => [1 parameter bound]
07:38:43 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:38:43 11:38:43.763 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:38:43 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:38:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:38:43 Error Code: 0
07:38:43 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:38:43 	bind => [1 parameter bound]
07:38:43 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:38:43 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:38:43 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:38:43 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:38:43 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:38:43 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:38:43 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:38:43 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:38:43 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:38:43 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:38:43 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:38:43 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:38:43 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:38:43 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:38:43 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:38:43 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:38:43 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:38:43 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:38:43 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:38:43 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:38:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:38:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:38:43 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:38:43 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:38:43 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:38:43 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:38:43 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:38:43 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:38:43 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:38:43 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:38:43 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:38:43 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:38:43 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:38:43 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:38:43 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:38:43 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:38:43 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:38:43 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:38:43 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:38:43 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:38:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:38:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:38:43 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:38:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:38:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:38:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:38:43 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:38:43 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:38:43 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:38:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:38:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:38:43 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:38:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:38:43 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:38:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:38:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:38:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:38:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:38:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:38:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:38:43 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:38:43 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:38:43 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:38:43 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:38:43 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:38:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:38:43 Error Code: 0
07:38:43 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:38:43 	bind => [1 parameter bound]
07:38:43 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:38:43 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:38:43 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:38:43 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:38:43 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:38:43 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:38:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:38:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:38:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:38:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:38:43 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:38:43 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:38:43 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:38:43 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:38:43 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:38:43 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:38:43 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:38:43 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:38:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:38:43 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:38:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:38:43 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:38:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:38:43 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:38:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:38:43 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:38:43 	... 65 common frames omitted
07:38:43 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:38:43 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:38:43 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:38:43 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:38:43 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:38:43 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:38:43 	... 105 common frames omitted
07:38:43 
07:38:43     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:38:43 
07:38:43   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:38:43       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:38:43 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:38:43 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:38:43 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:118)
07:38:43 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:38:43 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:38:43 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:38:43 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:38:43 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:38:43 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:38:43 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:38:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:38:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:38:43 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:38:43 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:38:43 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:38:43 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:38:43 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:38:43 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:38:43 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:38:43 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:38:43 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:38:43 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:38:43 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:38:43 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:38:43 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:38:43 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:38:43 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:38:43 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:38:43 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:38:43 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:38:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:38:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:38:43 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:38:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:38:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:38:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:38:43 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:38:43 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:38:43 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:38:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:38:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:38:43 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:38:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:38:43 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:38:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:38:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:38:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:38:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:38:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:38:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:38:43 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:38:43 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:38:43 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:38:43 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:38:43 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:38:43 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:38:43 	... 51 more
07:38:43 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:38:43 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:38:43 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:38:43 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:38:43 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:38:43 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:38:43 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:38:43 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:38:43 	... 53 more
07:38:43 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:38:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:38:43 Error Code: 0
07:38:43 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:38:43 	bind => [1 parameter bound]
07:38:43 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:38:43 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:38:43 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:38:43 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:38:43 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:38:43 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:38:43 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:38:43 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:38:43 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:38:43 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:38:43 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:38:43 	... 57 more
07:38:43 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:38:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:38:43 Error Code: 0
07:38:43 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:38:43 	bind => [1 parameter bound]
07:38:43 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:38:43 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:38:43 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:38:43 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:38:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:38:43 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:38:43 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:38:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:38:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:38:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:38:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:38:43 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:38:43 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:38:43 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:38:43 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:38:43 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:38:43 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:38:43 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:38:43 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:38:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:38:43 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:38:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:38:43 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:38:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:38:43 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:38:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:38:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:38:43 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:38:43 	... 65 more
07:38:43 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:38:43 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:38:43 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:38:43 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:38:43 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:38:43 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:38:43 	... 105 more
07:38:43 
07:38:43   And I start the Kura Mock                                                                                                                 # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock()
07:38:43   When Device is connected within 10 seconds                                                                                                # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:38:43   Then Device status is "CONNECTED" within 10 seconds                                                                                       # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:38:43   When KuraMock is disconnected                                                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
07:38:43   And I wait 1 second                                                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:38:43   Then Device status is "DISCONNECTED" within 10 seconds                                                                                    # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:38:43   And I select account "kapua-sys"                                                                                                          # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String)
07:38:43   And I get the KuraMock device after 5 seconds                                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int)
07:38:43   When I search for events from device "rpione3" in account "kapua-sys" I find 2 events within 30 seconds                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:38:43   And The type of the last event is "DEATH"                                                                                                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:38:43   Given I create a job with the name "TestJob"                                                                                              # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:38:43   And A new job target item                                                                                                                 # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget()
07:38:43   And Search for step definition with the name "Command Execution"                                                                          # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.searchARegularStepDefinitionWithProperties(java.lang.String)
07:38:43   And I prepare a JobStepCreator with the name "TestStep" and the following properties                                                      # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
07:38:43   When I create a new JobStep from the existing creator                                                                                     # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
07:38:43   Then No exception was thrown                                                                                                              # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
07:38:43   And I find scheduler properties with name "Device Connect"                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:38:43   And A regular trigger creator with the name "TestSchedule3" is created                                                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:38:43   And The trigger is set to start today at "00:00"                                                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
07:38:43   And The trigger is set to end tomorrow at "20:00"                                                                                         # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerEndDate(java.lang.String)
07:38:43   Then I create a new trigger from the existing creator with previously defined date properties                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:38:43   And I restart the Kura Mock                                                                                                               # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock()
07:38:43   And I wait 3 seconds                                                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:38:43   When Device is connected within 10 seconds                                                                                                # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:38:43   And I query for the job with the name "TestJob" and I count 1 execution item and I confirm the executed job is finished within 20 seconds # org.eclipse.kapua.service.job.steps.JobExecutionServiceSteps.iQueryForTheJobWithTheNameAndJobExecutionCountAndExecutionStatus(java.lang.String,int,int)
07:38:43   And I search for the last job target in the database                                                                                      # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget()
07:38:43   And I confirm the step index is 0 and status is "PROCESS_OK"                                                                              # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.checkStepIndexAndStatus(int,java.lang.String)
07:38:43   When I search for events from device "rpione3" in account "kapua-sys" I find 4 events within 30 seconds                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:38:43   And The type of the last event is "COMMAND"                                                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:38:43   And I logout                                                                                                                              # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:38:43 11:38:43.774 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:38:43 11:38:43.774 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:38:43 11:38:43.775 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:39:13 11:39:13.777 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:39:13 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:39:13 Error Code: 0.
07:40:43 11:40:43.781 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:40:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:40:43 Error Code: 0
07:40:43       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:40:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:40:43 Error Code: 0
07:40:43 Query: DataModifyQuery(sql="/*******************************************************************************
07:40:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:40:43  *
07:40:43  * This program and the accompanying materials are made
07:40:43  * available under the terms of the Eclipse Public License 2.0
07:40:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:40:43  *
07:40:43  * SPDX-License-Identifier: EPL-2.0
07:40:43  *
07:40:43  * Contributors:
07:40:43  *     Eurotech - initial API and implementation
07:40:43  *******************************************************************************/
07:40:43 
07:40:43 UPDATE act_account SET scope_id = null;
07:40:43 
07:40:43 DELETE
07:40:43 FROM act_account
07:40:43 WHERE id NOT IN (1);
07:40:43 
07:40:43 DELETE
07:40:43 FROM atht_credential
07:40:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:40:43 
07:40:43 DELETE
07:40:43 FROM atht_access_token;
07:40:43 
07:40:43 DELETE
07:40:43 FROM atht_mfa_option;
07:40:43 
07:40:43 DELETE
07:40:43 FROM atht_scratch_code;
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_role
07:40:43 WHERE NOT (scope_id = 1 AND id = 1);
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_role_permission
07:40:43 WHERE NOT (scope_id = 1 AND role_id = 1);
07:40:43 
07:40:43 DELETE
07:40:43 FROM dvc_device_connection;
07:40:43 
07:40:43 DELETE
07:40:43 FROM dvc_device;
07:40:43 
07:40:43 DELETE
07:40:43 FROM dvc_device_event;
07:40:43 
07:40:43 DELETE
07:40:43 FROM sys_configuration
07:40:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:40:43 
07:40:43 DELETE
07:40:43 FROM usr_user
07:40:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_access_info
07:40:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_access_permission
07:40:43 WHERE NOT (scope_id = 1 AND id = 1);
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_access_role
07:40:43 WHERE NOT (scope_id = 1 AND id = 1);
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_domain_actions
07:40:43 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_domain
07:40:43 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_group;
07:40:43 
07:40:43 DELETE
07:40:43 FROM tag_tag;
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job;
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_execution;
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_step;
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_step_definition
07:40:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_step_definition_properties
07:40:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_step_properties;
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_target;
07:40:43 
07:40:43 DELETE
07:40:43 FROM schdl_trigger;
07:40:43 
07:40:43 DELETE
07:40:43 FROM schdl_trigger_properties;
07:40:43 
07:40:43 DELETE
07:40:43 FROM endp_endpoint_info;
07:40:43 ")
07:40:43 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:40:43 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:40:43 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:40:43 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:40:43 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:40:43 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:40:43 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:40:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:40:43 Error Code: 0
07:40:43 Query: DataModifyQuery(sql="/*******************************************************************************
07:40:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:40:43  *
07:40:43  * This program and the accompanying materials are made
07:40:43  * available under the terms of the Eclipse Public License 2.0
07:40:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:40:43  *
07:40:43  * SPDX-License-Identifier: EPL-2.0
07:40:43  *
07:40:43  * Contributors:
07:40:43  *     Eurotech - initial API and implementation
07:40:43  *******************************************************************************/
07:40:43 
07:40:43 UPDATE act_account SET scope_id = null;
07:40:43 
07:40:43 DELETE
07:40:43 FROM act_account
07:40:43 WHERE id NOT IN (1);
07:40:43 
07:40:43 DELETE
07:40:43 FROM atht_credential
07:40:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:40:43 
07:40:43 DELETE
07:40:43 FROM atht_access_token;
07:40:43 
07:40:43 DELETE
07:40:43 FROM atht_mfa_option;
07:40:43 
07:40:43 DELETE
07:40:43 FROM atht_scratch_code;
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_role
07:40:43 WHERE NOT (scope_id = 1 AND id = 1);
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_role_permission
07:40:43 WHERE NOT (scope_id = 1 AND role_id = 1);
07:40:43 
07:40:43 DELETE
07:40:43 FROM dvc_device_connection;
07:40:43 
07:40:43 DELETE
07:40:43 FROM dvc_device;
07:40:43 
07:40:43 DELETE
07:40:43 FROM dvc_device_event;
07:40:43 
07:40:43 DELETE
07:40:43 FROM sys_configuration
07:40:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:40:43 
07:40:43 DELETE
07:40:43 FROM usr_user
07:40:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_access_info
07:40:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_access_permission
07:40:43 WHERE NOT (scope_id = 1 AND id = 1);
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_access_role
07:40:43 WHERE NOT (scope_id = 1 AND id = 1);
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_domain_actions
07:40:43 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_domain
07:40:43 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:40:43 
07:40:43 DELETE
07:40:43 FROM athz_group;
07:40:43 
07:40:43 DELETE
07:40:43 FROM tag_tag;
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job;
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_execution;
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_step;
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_step_definition
07:40:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_step_definition_properties
07:40:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_step_properties;
07:40:43 
07:40:43 DELETE
07:40:43 FROM job_job_target;
07:40:43 
07:40:43 DELETE
07:40:43 FROM schdl_trigger;
07:40:43 
07:40:43 DELETE
07:40:43 FROM schdl_trigger_properties;
07:40:43 
07:40:43 DELETE
07:40:43 FROM endp_endpoint_info;
07:40:43 ")
07:40:43 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:40:43 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:40:43 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:40:43 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:40:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:40:43 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:40:43 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:40:43 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:40:43 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:40:43 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:40:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:40:43 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:40:43 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:40:43 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:40:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:40:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:40:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:40:43 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:40:43 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:40:43 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:40:43 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:40:43 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:40:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:40:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:40:43 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:40:43 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:40:43 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:40:43 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:40:43 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:40:43 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:40:43 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:40:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:40:43 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:40:43 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:40:43 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:40:43 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:40:43 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:40:43 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:40:43 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:40:43 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:40:43 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:40:43 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:40:43 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:40:43 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:40:43 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:40:43 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:40:43 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:40:43 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:40:43 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:40:43 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:40:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:40:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:40:43 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:40:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:40:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:40:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:40:43 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:40:43 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:40:43 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:40:43 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:40:43 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:40:43 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:40:43 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:40:43 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:40:43 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:40:43 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:40:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:40:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:40:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:40:43 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:40:43 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:40:43 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:40:43 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:40:43 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:40:43 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:40:43 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:40:43 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:40:43 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:40:43 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:40:43 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:40:43 	... 72 more
07:40:43 
07:40:43 
07:40:43 @jobsIntegration @env_docker
07:40:43 Scenario: Executing Job When Device Connected After End Date And Time                                     # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:153
07:41:13 11:41:13.858 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:41:13 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:41:13 Error Code: 0
07:41:13 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:41:13 	bind => [1 parameter bound]
07:41:13 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:41:43 11:41:43.860 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:41:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:41:43 Error Code: 0
07:41:43 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:41:43 	bind => [1 parameter bound]
07:41:43 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:42:18 11:42:18.863 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:42:18 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30001ms.
07:42:18 Error Code: 0
07:42:18 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:42:18 	bind => [1 parameter bound]
07:42:18 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:42:53 11:42:53.865 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:42:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:42:53 Error Code: 0
07:42:53 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:42:53 	bind => [1 parameter bound]
07:42:53 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:42:53 11:42:53.867 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:42:53 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:42:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:42:53 Error Code: 0
07:42:53 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:42:53 	bind => [1 parameter bound]
07:42:53 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:42:53 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:42:53 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:42:53 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:42:53 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:42:53 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:42:53 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:42:53 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:42:53 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:42:53 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:42:53 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:42:53 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:42:53 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:42:53 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:42:53 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:42:53 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:42:53 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:42:53 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:42:53 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:42:53 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:42:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:42:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:42:53 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:42:53 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:42:53 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:42:53 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:42:53 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:42:53 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:42:53 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:42:53 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:42:53 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:42:53 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:42:53 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:42:53 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:42:53 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:42:53 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:42:53 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:42:53 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:42:53 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:42:53 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:42:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:42:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:42:53 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:42:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:42:53 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:42:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:42:53 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:42:53 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:42:53 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:42:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:42:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:42:53 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:42:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:42:53 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:42:53 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:42:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:42:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:42:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:42:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:42:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:42:53 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:42:53 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:42:53 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:42:53 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:42:53 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:42:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:42:53 Error Code: 0
07:42:53 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:42:53 	bind => [1 parameter bound]
07:42:53 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:42:53 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:42:53 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:42:53 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:42:53 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:42:53 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:42:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:42:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:42:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:42:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:42:53 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:42:53 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:42:53 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:42:53 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:42:53 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:42:53 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:42:53 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:42:53 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:42:53 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:42:53 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:42:53 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:42:53 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:42:53 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:42:53 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:42:53 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:42:53 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:42:53 	... 65 common frames omitted
07:42:53 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:42:53 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:42:53 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:42:53 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:42:53 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:42:53 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:42:53 	... 105 common frames omitted
07:42:53 
07:42:53     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:42:53 
07:42:53   Given I login as user with name "kapua-sys" and password "kapua-password"                               # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:42:53       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:42:53 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:42:53 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:42:53 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:162)
07:42:53 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:42:53 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:42:53 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:42:53 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:42:53 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:42:53 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:42:53 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:42:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:42:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:42:53 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:42:53 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:42:53 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:42:53 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:42:53 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:42:53 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:42:53 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:42:53 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:42:53 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:42:53 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:42:53 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:42:53 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:42:53 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:42:53 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:42:53 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:42:53 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:42:53 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:42:53 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:42:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:42:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:42:53 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:42:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:42:53 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:42:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:42:53 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:42:53 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:42:53 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:42:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:42:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:42:53 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:42:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:42:53 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:42:53 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:42:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:42:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:42:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:42:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:42:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:42:53 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:42:53 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:42:53 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:42:53 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:42:53 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:42:53 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:42:53 	... 51 more
07:42:53 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:42:53 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:42:53 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:42:53 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:42:53 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:42:53 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:42:53 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:42:53 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:42:53 	... 53 more
07:42:53 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:42:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:42:53 Error Code: 0
07:42:53 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:42:53 	bind => [1 parameter bound]
07:42:53 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:42:53 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:42:53 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:42:53 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:42:53 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:42:53 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:42:53 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:42:53 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:42:53 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:42:53 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:42:53 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:42:53 	... 57 more
07:42:53 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:42:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:42:53 Error Code: 0
07:42:53 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:42:53 	bind => [1 parameter bound]
07:42:53 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:42:53 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:42:53 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:42:53 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:42:53 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:42:53 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:42:53 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:42:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:42:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:42:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:42:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:42:53 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:42:53 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:42:53 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:42:53 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:42:53 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:42:53 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:42:53 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:42:53 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:42:53 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:42:53 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:42:53 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:42:53 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:42:53 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:42:53 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:42:53 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:42:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:42:53 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:42:53 	... 65 more
07:42:53 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:42:53 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:42:53 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:42:53 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:42:53 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:42:53 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:42:53 	... 105 more
07:42:53 
07:42:53   And I start the Kura Mock                                                                               # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock()
07:42:53   When Device is connected within 10 seconds                                                              # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:42:53   Then Device status is "CONNECTED" within 10 seconds                                                     # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:42:53   When KuraMock is disconnected                                                                           # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
07:42:53   And I wait 1 second                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:42:53   Then Device status is "DISCONNECTED" within 10 seconds                                                  # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:42:53   And I select account "kapua-sys"                                                                        # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String)
07:42:53   And I get the KuraMock device after 5 seconds                                                           # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int)
07:42:53   When I search for events from device "rpione3" in account "kapua-sys" I find 2 events within 30 seconds # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:42:53   And The type of the last event is "DEATH"                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:42:53   Given I create a job with the name "TestJob"                                                            # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:42:53   And A new job target item                                                                               # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget()
07:42:53   And Search for step definition with the name "Command Execution"                                        # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.searchARegularStepDefinitionWithProperties(java.lang.String)
07:42:53   And I prepare a JobStepCreator with the name "TestStep" and the following properties                    # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
07:42:53   When I create a new JobStep from the existing creator                                                   # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
07:42:53   Then No exception was thrown                                                                            # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
07:42:53   And I find scheduler properties with name "Device Connect"                                              # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:42:53   And A regular trigger creator with the name "TestSchedule4" is created                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:42:53   And The trigger is set to start today at "0:00"                                                         # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
07:42:53   And The trigger is set to end in 10 seconds                                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setWithinSecondsAsTriggerEndDate(int)
07:42:53   Then I create a new trigger from the existing creator with previously defined date properties           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:42:53   And I wait 11 seconds                                                                                   # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:42:53   And I restart the Kura Mock                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock()
07:42:53   And I wait 3 seconds                                                                                    # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:42:53   When Device is connected within 10 seconds                                                              # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:42:53   And I query for the job with the name "TestJob" and I count 0 execution item after 10 seconds           # org.eclipse.kapua.service.job.steps.JobExecutionServiceSteps.iQueryForTheJobWithTheNameAndJobExecutionCountAfter(java.lang.String,int,int)
07:42:53   And I search for the last job target in the database                                                    # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget()
07:42:53   And I confirm the step index is 0 and status is "PROCESS_AWAITING"                                      # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.checkStepIndexAndStatus(int,java.lang.String)
07:42:53   When I search for events from device "rpione3" in account "kapua-sys" I find 3 events within 30 seconds # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:42:53   And The type of the last event is "BIRTH"                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:42:53   And I logout                                                                                            # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:42:53 11:42:53.879 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:42:53 11:42:53.879 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:42:53 11:42:53.880 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:43:23 11:43:23.882 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:43:23 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:43:23 Error Code: 0.
07:44:53 11:44:53.886 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:44:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:44:53 Error Code: 0
07:44:53       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:44:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:44:53 Error Code: 0
07:44:53 Query: DataModifyQuery(sql="/*******************************************************************************
07:44:53  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:44:53  *
07:44:53  * This program and the accompanying materials are made
07:44:53  * available under the terms of the Eclipse Public License 2.0
07:44:53  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:44:53  *
07:44:53  * SPDX-License-Identifier: EPL-2.0
07:44:53  *
07:44:53  * Contributors:
07:44:53  *     Eurotech - initial API and implementation
07:44:53  *******************************************************************************/
07:44:53 
07:44:53 UPDATE act_account SET scope_id = null;
07:44:53 
07:44:53 DELETE
07:44:53 FROM act_account
07:44:53 WHERE id NOT IN (1);
07:44:53 
07:44:53 DELETE
07:44:53 FROM atht_credential
07:44:53 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:44:53 
07:44:53 DELETE
07:44:53 FROM atht_access_token;
07:44:53 
07:44:53 DELETE
07:44:53 FROM atht_mfa_option;
07:44:53 
07:44:53 DELETE
07:44:53 FROM atht_scratch_code;
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_role
07:44:53 WHERE NOT (scope_id = 1 AND id = 1);
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_role_permission
07:44:53 WHERE NOT (scope_id = 1 AND role_id = 1);
07:44:53 
07:44:53 DELETE
07:44:53 FROM dvc_device_connection;
07:44:53 
07:44:53 DELETE
07:44:53 FROM dvc_device;
07:44:53 
07:44:53 DELETE
07:44:53 FROM dvc_device_event;
07:44:53 
07:44:53 DELETE
07:44:53 FROM sys_configuration
07:44:53 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:44:53 
07:44:53 DELETE
07:44:53 FROM usr_user
07:44:53 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_access_info
07:44:53 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_access_permission
07:44:53 WHERE NOT (scope_id = 1 AND id = 1);
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_access_role
07:44:53 WHERE NOT (scope_id = 1 AND id = 1);
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_domain_actions
07:44:53 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_domain
07:44:53 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_group;
07:44:53 
07:44:53 DELETE
07:44:53 FROM tag_tag;
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job;
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_execution;
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_step;
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_step_definition
07:44:53 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_step_definition_properties
07:44:53 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_step_properties;
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_target;
07:44:53 
07:44:53 DELETE
07:44:53 FROM schdl_trigger;
07:44:53 
07:44:53 DELETE
07:44:53 FROM schdl_trigger_properties;
07:44:53 
07:44:53 DELETE
07:44:53 FROM endp_endpoint_info;
07:44:53 ")
07:44:53 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:44:53 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:44:53 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:44:53 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:44:53 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:44:53 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:44:53 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:44:53 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:44:53 Error Code: 0
07:44:53 Query: DataModifyQuery(sql="/*******************************************************************************
07:44:53  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:44:53  *
07:44:53  * This program and the accompanying materials are made
07:44:53  * available under the terms of the Eclipse Public License 2.0
07:44:53  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:44:53  *
07:44:53  * SPDX-License-Identifier: EPL-2.0
07:44:53  *
07:44:53  * Contributors:
07:44:53  *     Eurotech - initial API and implementation
07:44:53  *******************************************************************************/
07:44:53 
07:44:53 UPDATE act_account SET scope_id = null;
07:44:53 
07:44:53 DELETE
07:44:53 FROM act_account
07:44:53 WHERE id NOT IN (1);
07:44:53 
07:44:53 DELETE
07:44:53 FROM atht_credential
07:44:53 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:44:53 
07:44:53 DELETE
07:44:53 FROM atht_access_token;
07:44:53 
07:44:53 DELETE
07:44:53 FROM atht_mfa_option;
07:44:53 
07:44:53 DELETE
07:44:53 FROM atht_scratch_code;
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_role
07:44:53 WHERE NOT (scope_id = 1 AND id = 1);
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_role_permission
07:44:53 WHERE NOT (scope_id = 1 AND role_id = 1);
07:44:53 
07:44:53 DELETE
07:44:53 FROM dvc_device_connection;
07:44:53 
07:44:53 DELETE
07:44:53 FROM dvc_device;
07:44:53 
07:44:53 DELETE
07:44:53 FROM dvc_device_event;
07:44:53 
07:44:53 DELETE
07:44:53 FROM sys_configuration
07:44:53 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:44:53 
07:44:53 DELETE
07:44:53 FROM usr_user
07:44:53 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_access_info
07:44:53 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_access_permission
07:44:53 WHERE NOT (scope_id = 1 AND id = 1);
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_access_role
07:44:53 WHERE NOT (scope_id = 1 AND id = 1);
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_domain_actions
07:44:53 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_domain
07:44:53 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:44:53 
07:44:53 DELETE
07:44:53 FROM athz_group;
07:44:53 
07:44:53 DELETE
07:44:53 FROM tag_tag;
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job;
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_execution;
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_step;
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_step_definition
07:44:53 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_step_definition_properties
07:44:53 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_step_properties;
07:44:53 
07:44:53 DELETE
07:44:53 FROM job_job_target;
07:44:53 
07:44:53 DELETE
07:44:53 FROM schdl_trigger;
07:44:53 
07:44:53 DELETE
07:44:53 FROM schdl_trigger_properties;
07:44:53 
07:44:53 DELETE
07:44:53 FROM endp_endpoint_info;
07:44:53 ")
07:44:53 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:44:53 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:44:53 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:44:53 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:44:53 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:44:53 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:44:53 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:44:53 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:44:53 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:44:53 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:44:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:44:53 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:44:53 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:44:53 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:44:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:44:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:44:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:44:53 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:44:53 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:44:53 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:44:53 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:44:53 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:44:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:44:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:44:53 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:44:53 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:44:53 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:44:53 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:44:53 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:44:53 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:44:53 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:44:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:44:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:44:53 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:44:53 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:44:53 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:44:53 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:44:53 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:44:53 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:44:53 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:44:53 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:44:53 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:44:53 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:44:53 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:44:53 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:44:53 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:44:53 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:44:53 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:44:53 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:44:53 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:44:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:44:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:44:53 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:44:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:44:53 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:44:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:44:53 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:44:53 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:44:53 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:44:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:44:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:44:53 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:44:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:44:53 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:44:53 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:44:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:44:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:44:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:44:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:44:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:44:53 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:44:53 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:44:53 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:44:53 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:44:53 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:44:53 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:44:53 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:44:53 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:44:53 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:44:53 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:44:53 	... 72 more
07:44:53 
07:44:54 
07:44:54 @jobsIntegration @env_docker
07:44:54 Scenario: Executing Job And Then Restarting Device                                                                                          # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:198
07:45:24 11:45:23.960 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:45:24 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:45:24 Error Code: 0
07:45:24 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:45:24 	bind => [1 parameter bound]
07:45:24 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:45:54 11:45:53.963 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:45:54 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:45:54 Error Code: 0
07:45:54 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:45:54 	bind => [1 parameter bound]
07:45:54 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:46:29 11:46:28.965 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:46:29 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:46:29 Error Code: 0
07:46:29 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:46:29 	bind => [1 parameter bound]
07:46:29 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:47:04 11:47:03.968 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:47:04 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:47:04 Error Code: 0
07:47:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:47:04 	bind => [1 parameter bound]
07:47:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:47:04 11:47:03.969 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:47:04 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:47:04 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:47:04 Error Code: 0
07:47:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:47:04 	bind => [1 parameter bound]
07:47:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:47:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:47:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:47:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:47:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:47:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:47:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:47:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:47:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:47:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:47:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:47:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:47:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:47:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:47:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:47:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:47:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:47:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:47:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:47:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:47:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:47:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:47:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:47:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:47:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:47:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:47:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:47:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:47:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:47:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:47:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:47:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:47:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:47:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:47:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:47:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:47:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:47:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:47:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:47:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:47:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:47:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:47:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:47:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:47:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:47:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:47:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:47:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:47:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:47:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:47:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:47:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:47:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:47:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:47:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:47:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:47:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:47:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:47:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:47:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:47:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:47:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:47:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:47:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:47:04 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:47:04 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:47:04 Error Code: 0
07:47:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:47:04 	bind => [1 parameter bound]
07:47:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:47:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:47:04 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:47:04 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:47:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:47:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:47:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:47:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:47:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:47:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:47:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:47:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:47:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:47:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:47:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:47:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:47:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:47:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:47:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:47:04 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:47:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:47:04 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:47:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:47:04 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:47:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:47:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:47:04 	... 65 common frames omitted
07:47:04 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:47:04 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:47:04 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:47:04 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:47:04 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:47:04 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:47:04 	... 105 common frames omitted
07:47:04 
07:47:04     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:47:04 
07:47:04   Given I login as user with name "kapua-sys" and password "kapua-password"                                                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:47:04       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:47:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:47:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:47:04 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:208)
07:47:04 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:47:04 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:47:04 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:47:04 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:47:04 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:47:04 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:47:04 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:47:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:47:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:47:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:47:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:47:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:47:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:47:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:47:04 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:47:04 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:47:04 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:47:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:47:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:47:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:47:04 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:47:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:47:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:47:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:47:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:47:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:47:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:47:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:47:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:47:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:47:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:47:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:47:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:47:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:47:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:47:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:47:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:47:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:47:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:47:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:47:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:47:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:47:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:47:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:47:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:47:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:47:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:47:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:47:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:47:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:47:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:47:04 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:47:04 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:47:04 	... 51 more
07:47:04 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:47:04 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:47:04 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:47:04 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:47:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:47:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:47:04 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:47:04 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:47:04 	... 53 more
07:47:04 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:47:04 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:47:04 Error Code: 0
07:47:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:47:04 	bind => [1 parameter bound]
07:47:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:47:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:47:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:47:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:47:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:47:04 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:47:04 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:47:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:47:04 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:47:04 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:47:04 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:47:04 	... 57 more
07:47:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:47:04 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:47:04 Error Code: 0
07:47:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:47:04 	bind => [1 parameter bound]
07:47:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:47:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:47:04 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:47:04 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:47:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:47:04 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:47:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:47:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:47:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:47:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:47:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:47:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:47:04 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:47:04 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:47:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:47:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:47:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:47:04 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:47:04 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:47:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:47:04 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:47:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:47:04 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:47:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:47:04 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:47:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:47:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:47:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:47:04 	... 65 more
07:47:04 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:47:04 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:47:04 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:47:04 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:47:04 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:47:04 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:47:04 	... 105 more
07:47:04 
07:47:04   And I start the Kura Mock                                                                                                                 # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock()
07:47:04   When Device is connected within 10 seconds                                                                                                # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:47:04   Then Device status is "CONNECTED" within 10 seconds                                                                                       # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:47:04   When KuraMock is disconnected                                                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
07:47:04   And I wait 1 second                                                                                                                       # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:47:04   Then Device status is "DISCONNECTED" within 10 seconds                                                                                    # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:47:04   And I select account "kapua-sys"                                                                                                          # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String)
07:47:04   And I get the KuraMock device after 5 seconds                                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int)
07:47:04   When I search for events from device "rpione3" in account "kapua-sys" I find 2 events within 30 seconds                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:47:04   And The type of the last event is "DEATH"                                                                                                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:47:04   Given I create a job with the name "TestJob"                                                                                              # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:47:04   And A new job target item                                                                                                                 # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget()
07:47:04   And Search for step definition with the name "Command Execution"                                                                          # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.searchARegularStepDefinitionWithProperties(java.lang.String)
07:47:04   And I prepare a JobStepCreator with the name "TestStep" and the following properties                                                      # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iPrepareAJobStepCreatorWithPropertyList(java.lang.String,java.util.List<org.eclipse.kapua.qa.common.cucumber.CucJobStepProperty>)
07:47:04   When I create a new JobStep from the existing creator                                                                                     # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator()
07:47:04   Then No exception was thrown                                                                                                              # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught()
07:47:04   And I find scheduler properties with name "Device Connect"                                                                                # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:47:04   And A regular trigger creator with the name "TestSchedule1" is created                                                                    # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:47:04   And The trigger is set to start today at "00:00"                                                                                          # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
07:47:04   Then I create a new trigger from the existing creator with previously defined date properties                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:47:04   And I restart the Kura Mock                                                                                                               # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock()
07:47:04   When Device is connected within 10 seconds                                                                                                # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:47:04   And I wait 14 seconds                                                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:47:04   When I search for events from device "rpione3" in account "kapua-sys" I find 4 events within 30 seconds                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:47:04   And The type of the last event is "COMMAND"                                                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:47:04   Then KuraMock is disconnected                                                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
07:47:04   And I wait 3 seconds                                                                                                                      # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:47:04   When I restart the Kura Mock                                                                                                              # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock()
07:47:04   Then Device is connected within 10 seconds                                                                                                # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:47:04   And I query for the job with the name "TestJob" and I count 1 execution item and I confirm the executed job is finished within 20 seconds # org.eclipse.kapua.service.job.steps.JobExecutionServiceSteps.iQueryForTheJobWithTheNameAndJobExecutionCountAndExecutionStatus(java.lang.String,int,int)
07:47:04   And I search for the last job target in the database                                                                                      # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget()
07:47:04   And I confirm the step index is 0 and status is "PROCESS_OK"                                                                              # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.checkStepIndexAndStatus(int,java.lang.String)
07:47:04   When I search for events from device "rpione3" in account "kapua-sys" I find 6 events within 30 seconds                                   # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:47:04   And The type of the last event is "BIRTH"                                                                                                 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:47:04   And I logout                                                                                                                              # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:47:04 11:47:03.983 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:47:04 11:47:03.983 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:47:04 11:47:03.983 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:47:34 11:47:33.985 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:47:34 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:47:34 Error Code: 0.
07:49:04 11:49:03.989 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:49:04 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:49:04 Error Code: 0
07:49:04       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:49:04 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:49:04 Error Code: 0
07:49:04 Query: DataModifyQuery(sql="/*******************************************************************************
07:49:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:49:04  *
07:49:04  * This program and the accompanying materials are made
07:49:04  * available under the terms of the Eclipse Public License 2.0
07:49:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:49:04  *
07:49:04  * SPDX-License-Identifier: EPL-2.0
07:49:04  *
07:49:04  * Contributors:
07:49:04  *     Eurotech - initial API and implementation
07:49:04  *******************************************************************************/
07:49:04 
07:49:04 UPDATE act_account SET scope_id = null;
07:49:04 
07:49:04 DELETE
07:49:04 FROM act_account
07:49:04 WHERE id NOT IN (1);
07:49:04 
07:49:04 DELETE
07:49:04 FROM atht_credential
07:49:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:49:04 
07:49:04 DELETE
07:49:04 FROM atht_access_token;
07:49:04 
07:49:04 DELETE
07:49:04 FROM atht_mfa_option;
07:49:04 
07:49:04 DELETE
07:49:04 FROM atht_scratch_code;
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_role
07:49:04 WHERE NOT (scope_id = 1 AND id = 1);
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_role_permission
07:49:04 WHERE NOT (scope_id = 1 AND role_id = 1);
07:49:04 
07:49:04 DELETE
07:49:04 FROM dvc_device_connection;
07:49:04 
07:49:04 DELETE
07:49:04 FROM dvc_device;
07:49:04 
07:49:04 DELETE
07:49:04 FROM dvc_device_event;
07:49:04 
07:49:04 DELETE
07:49:04 FROM sys_configuration
07:49:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:49:04 
07:49:04 DELETE
07:49:04 FROM usr_user
07:49:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_access_info
07:49:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_access_permission
07:49:04 WHERE NOT (scope_id = 1 AND id = 1);
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_access_role
07:49:04 WHERE NOT (scope_id = 1 AND id = 1);
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_domain_actions
07:49:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_domain
07:49:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_group;
07:49:04 
07:49:04 DELETE
07:49:04 FROM tag_tag;
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job;
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_execution;
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_step;
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_step_definition
07:49:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_step_definition_properties
07:49:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_step_properties;
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_target;
07:49:04 
07:49:04 DELETE
07:49:04 FROM schdl_trigger;
07:49:04 
07:49:04 DELETE
07:49:04 FROM schdl_trigger_properties;
07:49:04 
07:49:04 DELETE
07:49:04 FROM endp_endpoint_info;
07:49:04 ")
07:49:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:49:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:49:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:49:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:49:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:49:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:49:04 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:49:04 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:49:04 Error Code: 0
07:49:04 Query: DataModifyQuery(sql="/*******************************************************************************
07:49:04  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:49:04  *
07:49:04  * This program and the accompanying materials are made
07:49:04  * available under the terms of the Eclipse Public License 2.0
07:49:04  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:49:04  *
07:49:04  * SPDX-License-Identifier: EPL-2.0
07:49:04  *
07:49:04  * Contributors:
07:49:04  *     Eurotech - initial API and implementation
07:49:04  *******************************************************************************/
07:49:04 
07:49:04 UPDATE act_account SET scope_id = null;
07:49:04 
07:49:04 DELETE
07:49:04 FROM act_account
07:49:04 WHERE id NOT IN (1);
07:49:04 
07:49:04 DELETE
07:49:04 FROM atht_credential
07:49:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:49:04 
07:49:04 DELETE
07:49:04 FROM atht_access_token;
07:49:04 
07:49:04 DELETE
07:49:04 FROM atht_mfa_option;
07:49:04 
07:49:04 DELETE
07:49:04 FROM atht_scratch_code;
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_role
07:49:04 WHERE NOT (scope_id = 1 AND id = 1);
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_role_permission
07:49:04 WHERE NOT (scope_id = 1 AND role_id = 1);
07:49:04 
07:49:04 DELETE
07:49:04 FROM dvc_device_connection;
07:49:04 
07:49:04 DELETE
07:49:04 FROM dvc_device;
07:49:04 
07:49:04 DELETE
07:49:04 FROM dvc_device_event;
07:49:04 
07:49:04 DELETE
07:49:04 FROM sys_configuration
07:49:04 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:49:04 
07:49:04 DELETE
07:49:04 FROM usr_user
07:49:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_access_info
07:49:04 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_access_permission
07:49:04 WHERE NOT (scope_id = 1 AND id = 1);
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_access_role
07:49:04 WHERE NOT (scope_id = 1 AND id = 1);
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_domain_actions
07:49:04 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_domain
07:49:04 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:49:04 
07:49:04 DELETE
07:49:04 FROM athz_group;
07:49:04 
07:49:04 DELETE
07:49:04 FROM tag_tag;
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job;
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_execution;
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_step;
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_step_definition
07:49:04 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_step_definition_properties
07:49:04 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_step_properties;
07:49:04 
07:49:04 DELETE
07:49:04 FROM job_job_target;
07:49:04 
07:49:04 DELETE
07:49:04 FROM schdl_trigger;
07:49:04 
07:49:04 DELETE
07:49:04 FROM schdl_trigger_properties;
07:49:04 
07:49:04 DELETE
07:49:04 FROM endp_endpoint_info;
07:49:04 ")
07:49:04 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:49:04 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:49:04 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:49:04 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:49:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:49:04 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:49:04 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:49:04 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:49:04 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:49:04 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:49:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:49:04 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:49:04 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:49:04 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:49:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:49:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:49:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:49:04 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:49:04 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:49:04 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:49:04 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:49:04 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:49:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:49:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:49:04 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:49:04 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:49:04 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:49:04 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:49:04 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:49:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:49:04 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:49:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:49:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:49:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:49:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:49:04 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:49:04 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:49:04 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:49:04 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:49:04 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:49:04 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:49:04 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:49:04 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:49:04 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:49:04 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:49:04 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:49:04 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:49:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:49:04 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:49:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:49:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:49:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:49:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:49:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:49:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:49:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:49:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:49:04 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:49:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:49:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:49:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:49:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:49:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:49:04 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:49:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:49:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:49:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:49:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:49:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:49:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:49:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:49:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:49:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:49:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:49:04 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:49:04 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:49:04 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:49:04 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:49:04 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:49:04 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:49:04 	... 72 more
07:49:04 
07:49:04 
07:49:04 @jobsIntegration @env_docker
07:49:04 Scenario: Executing Job Without Steps                                                                     # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:248
07:49:34 11:49:34.080 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:49:34 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:49:34 Error Code: 0
07:49:34 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:49:34 	bind => [1 parameter bound]
07:49:34 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:50:04 11:50:04.082 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:50:04 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:50:04 Error Code: 0
07:50:04 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:50:04 	bind => [1 parameter bound]
07:50:04 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:50:39 11:50:39.084 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:50:39 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:50:39 Error Code: 0
07:50:39 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:50:39 	bind => [1 parameter bound]
07:50:39 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:51:14 11:51:14.086 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:51:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:51:14 Error Code: 0
07:51:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:51:14 	bind => [1 parameter bound]
07:51:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:51:14 11:51:14.088 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:51:14 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:51:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:51:14 Error Code: 0
07:51:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:51:14 	bind => [1 parameter bound]
07:51:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:51:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:51:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:51:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:51:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:51:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:51:14 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:51:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:51:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:51:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:51:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:51:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:51:14 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:51:14 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:51:14 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:51:14 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:51:14 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:51:14 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:51:14 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:51:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:51:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:51:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:51:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:51:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:51:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:51:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:51:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:51:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:51:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:51:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:51:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:51:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:51:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:51:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:51:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:51:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:51:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:51:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:51:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:51:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:51:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:51:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:51:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:51:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:51:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:51:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:51:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:51:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:51:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:51:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:51:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:51:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:51:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:51:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:51:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:51:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:51:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:51:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:51:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:51:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:51:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:51:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:51:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:51:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:51:14 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:51:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:51:14 Error Code: 0
07:51:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:51:14 	bind => [1 parameter bound]
07:51:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:51:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:51:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:51:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:51:14 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:51:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:51:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:51:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:51:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:51:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:51:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:51:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:51:14 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:51:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:51:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:51:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:51:14 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:51:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:51:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:51:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:51:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:51:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:51:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:51:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:51:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:51:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:51:14 	... 65 common frames omitted
07:51:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:51:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:51:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:51:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:51:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:51:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:51:14 	... 105 common frames omitted
07:51:14 
07:51:14     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:51:14 
07:51:14   Given I login as user with name "kapua-sys" and password "kapua-password"                               # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:51:14       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:51:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:51:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:51:14 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:257)
07:51:14 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:51:14 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:51:14 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:51:14 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:51:14 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:51:14 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:51:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:51:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:51:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:51:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:51:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:51:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:51:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:51:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:51:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:51:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:51:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:51:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:51:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:51:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:51:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:51:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:51:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:51:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:51:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:51:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:51:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:51:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:51:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:51:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:51:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:51:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:51:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:51:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:51:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:51:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:51:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:51:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:51:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:51:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:51:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:51:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:51:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:51:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:51:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:51:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:51:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:51:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:51:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:51:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:51:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:51:14 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:51:14 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:51:14 	... 51 more
07:51:14 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:51:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:51:14 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:51:14 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:51:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:51:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:51:14 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:51:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:51:14 	... 53 more
07:51:14 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:51:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:51:14 Error Code: 0
07:51:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:51:14 	bind => [1 parameter bound]
07:51:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:51:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:51:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:51:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:51:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:51:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:51:14 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:51:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:51:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:51:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:51:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:51:14 	... 57 more
07:51:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:51:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:51:14 Error Code: 0
07:51:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:51:14 	bind => [1 parameter bound]
07:51:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:51:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:51:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:51:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:51:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:51:14 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:51:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:51:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:51:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:51:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:51:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:51:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:51:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:51:14 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:51:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:51:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:51:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:51:14 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:51:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:51:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:51:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:51:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:51:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:51:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:51:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:51:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:51:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:51:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:51:14 	... 65 more
07:51:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:51:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:51:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:51:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:51:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:51:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:51:14 	... 105 more
07:51:14 
07:51:14   And I start the Kura Mock                                                                               # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock()
07:51:14   When Device is connected within 10 seconds                                                              # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:51:14   Then Device status is "CONNECTED" within 10 seconds                                                     # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:51:14   When KuraMock is disconnected                                                                           # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
07:51:14   And I wait 1 second                                                                                     # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:51:14   Then Device status is "DISCONNECTED" within 10 seconds                                                  # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:51:14   And I select account "kapua-sys"                                                                        # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String)
07:51:14   And I get the KuraMock device after 5 seconds                                                           # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int)
07:51:14   When I search for events from device "rpione3" in account "kapua-sys" I find 2 events within 30 seconds # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:51:14   And The type of the last event is "DEATH"                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:51:14   Given I create a job with the name "TestJob"                                                            # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String)
07:51:14   And A new job target item                                                                               # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget()
07:51:14   Then I find scheduler properties with name "Device Connect"                                             # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String)
07:51:14   And A regular trigger creator with the name "TestSchedule1" is created                                  # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String)
07:51:14   And The trigger is set to start today at "00:00"                                                        # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String)
07:51:14   Then I create a new trigger from the existing creator with previously defined date properties           # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties()
07:51:14   And I restart the Kura Mock                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock()
07:51:14   When Device is connected within 10 seconds                                                              # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:51:14   And I wait 3 seconds                                                                                    # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:51:14   When I search for events from device "rpione3" in account "kapua-sys" I find 3 events within 30 seconds # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:51:14   And The type of the last event is "BIRTH"                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:51:14   Then KuraMock is disconnected                                                                           # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
07:51:14   And I wait 3 seconds                                                                                    # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int)
07:51:14   When I restart the Kura Mock                                                                            # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock()
07:51:14   Then Device is connected within 10 seconds                                                              # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:51:14   And I query for the job with the name "TestJob" and I count 0 execution item after 10 seconds           # org.eclipse.kapua.service.job.steps.JobExecutionServiceSteps.iQueryForTheJobWithTheNameAndJobExecutionCountAfter(java.lang.String,int,int)
07:51:14   And I search for the last job target in the database                                                    # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget()
07:51:14   And I confirm the step index is 0 and status is "PROCESS_AWAITING"                                      # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.checkStepIndexAndStatus(int,java.lang.String)
07:51:14   When I search for events from device "rpione3" in account "kapua-sys" I find 5 events within 30 seconds # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForEventsFromDeviceWithClientID(java.lang.String,java.lang.String,int,int)
07:51:14   And The type of the last event is "BIRTH"                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String)
07:51:14   And I logout                                                                                            # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:51:14 11:51:14.101 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:51:14 11:51:14.101 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:51:14 11:51:14.102 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:51:44 11:51:44.104 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:51:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:51:44 Error Code: 0.
07:53:14 11:53:14.107 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:53:14 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:53:14 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:53:14 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 72 more
07:53:14 
07:53:14 
07:53:14 @jobsIntegration @env_docker @teardown
07:53:14 Scenario: Stop full docker environment # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:291
07:53:14 11:53:14.178 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection!
07:53:14 11:53:14.178 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs
07:53:14 11:53:14.184 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.184 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.185 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.185 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.186 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.186 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.188 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs'
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 48 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.188 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs
07:53:14 11:53:14.188 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
07:53:14 11:53:14.188 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
07:53:14 11:53:14.189 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers
07:53:14 11:53:14.191 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.191 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.192 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.192 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.193 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.193 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.194 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers'
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 48 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.195 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers
07:53:14 11:53:14.195 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container job-engine...
07:53:14 11:53:14.197 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.197 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.198 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.198 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.199 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.199 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.201 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.201 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /job-engine...
07:53:14 11:53:14.204 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.204 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.205 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.205 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.205 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.205 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.207 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.207 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container events-broker...
07:53:14 11:53:14.209 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.209 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.210 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.210 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.211 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.211 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.213 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'events-broker' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.214 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /events-broker...
07:53:14 11:53:14.216 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.216 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.218 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.218 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.219 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.219 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.221 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/events-broker' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.221 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container es...
07:53:14 11:53:14.224 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.224 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.225 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.225 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.227 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.227 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.229 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'es' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.229 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /es...
07:53:14 11:53:14.232 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.232 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.233 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.233 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.234 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.234 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.235 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.236 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container db...
07:53:14 11:53:14.238 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.238 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.239 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.239 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.241 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.241 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.243 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.243 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /db...
07:53:14 11:53:14.248 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.248 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.249 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.249 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.250 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.250 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.252 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/db' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.253 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers
07:53:14 11:53:14.255 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.255 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.255 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.256 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.256 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.256 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.258 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove additional containers'
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:413)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 48 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.258 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers
07:53:14 11:53:14.258 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer...
07:53:14 11:53:14.260 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.261 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.261 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.261 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.262 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.262 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.265 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'telemetry-consumer' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.265 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer...
07:53:14 11:53:14.267 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.267 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.268 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.268 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.269 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.269 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.271 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/telemetry-consumer' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.271 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer...
07:53:14 11:53:14.273 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.273 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.274 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.274 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.275 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.275 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.277 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'lifecycle-consumer' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.277 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer...
07:53:14 11:53:14.279 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.279 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.280 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.280 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.282 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.282 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.284 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/lifecycle-consumer' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.284 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container auth-service...
07:53:14 11:53:14.286 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.287 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.287 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.287 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.288 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.288 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.290 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'auth-service' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.290 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /auth-service...
07:53:14 11:53:14.293 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.293 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.294 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.294 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.295 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.295 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.296 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.297 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container message-broker...
07:53:14 11:53:14.299 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.299 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.300 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.300 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.301 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.301 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.302 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'message-broker' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.303 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /message-broker...
07:53:14 11:53:14.305 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.305 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.306 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.306 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.307 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.307 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.309 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/message-broker' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.309 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container rest-api...
07:53:14 11:53:14.311 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.311 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.312 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.312 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.313 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.313 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.315 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.315 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /rest-api...
07:53:14 11:53:14.317 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.317 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.318 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.318 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.319 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.319 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.320 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/rest-api' (cannot filter running container list)
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 49 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.321 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE
07:53:14 11:53:14.323 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.323 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.323 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.323 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.325 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:14 11:53:14.325 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:14 11:53:14.326 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE'
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:14 	... 48 common frames omitted
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 common frames omitted
07:53:14 11:53:14.327 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE
07:53:14   Given Stop full docker environment   # org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment()
07:53:14 ┌───────────────────────────────────────────────────────────────────────────────────┐
07:53:14 │ Share your Cucumber Report with your team at https://reports.cucumber.io07:53:14 │ Activate publishing with one of the following:                                    │
07:53:14 │                                                                                   │
07:53:14 │ src/test/resources/cucumber.properties:          cucumber.publish.enabled=true    │
07:53:14 │ src/test/resources/junit-platform.properties:    cucumber.publish.enabled=true    │
07:53:14 │ Environment variable:                            CUCUMBER_PUBLISH_ENABLED=true    │
07:53:14 │ JUnit:                                           @CucumberOptions(publish = true) │
07:53:14 │                                                                                   │
07:53:14 │ More information at https://cucumber.io/docs/cucumber/environment-variables/07:53:14 │                                                                                   │
07:53:14 │ Disable this message with one of the following:                                   │
07:53:14 │                                                                                   │
07:53:14 │ src/test/resources/cucumber.properties:          cucumber.publish.quiet=true      │
07:53:14 │ src/test/resources/junit-platform.properties:    cucumber.publish.quiet=true      │
07:53:14 └───────────────────────────────────────────────────────────────────────────────────┘
07:53:14 [ERROR] Tests run: 14, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 1,503.942 s <<< FAILURE! - in org.eclipse.kapua.integration.service.jobScheduling.RunExecuteOnDeviceConnectI9nTest
07:53:14 [ERROR] JobEngineService execute job on device connect.Start full docker environment  Time elapsed: 2.952 s  <<< ERROR!
07:53:14 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
07:53:14 	at ✽.Start full docker environment(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:22)
07:53:14 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:14 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
07:53:14 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
07:53:14 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:14 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:14 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:14 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:14 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:14 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:14 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:14 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:14 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:14 Caused by: java.io.IOException: No such file or directory
07:53:14 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:14 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:14 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:14 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:14 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:14 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:14 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:14 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:14 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:14 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:14 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:14 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:14 	... 14 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After The Specified Start Date And Time  Time elapsed: 250.177 s  <<< ERROR!
07:53:14 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:33)
07:53:14 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:53:14 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:53:14 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:53:14 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:53:14 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:53:14 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:53:14 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:53:14 	... 51 more
07:53:14 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:53:14 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:53:14 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:53:14 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:53:14 	... 53 more
07:53:14 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:53:14 	... 57 more
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:53:14 	... 65 more
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 105 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After The Specified Start Date And Time  Time elapsed: 250.177 s  <<< ERROR!
07:53:14 javax.persistence.PersistenceException: 
07:53:14 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:53:14 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:53:14 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:53:14 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 72 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before The Specified Start Date And Time  Time elapsed: 250.104 s  <<< ERROR!
07:53:14 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:75)
07:53:14 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:53:14 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:53:14 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:53:14 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:53:14 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:53:14 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:53:14 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:53:14 	... 51 more
07:53:14 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:53:14 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:53:14 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:53:14 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:53:14 	... 53 more
07:53:14 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:53:14 	... 57 more
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:53:14 	... 65 more
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 105 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before The Specified Start Date And Time  Time elapsed: 250.108 s  <<< ERROR!
07:53:14 javax.persistence.PersistenceException: 
07:53:14 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:53:14 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:53:14 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:53:14 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 72 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before End Date And Time  Time elapsed: 250.099 s  <<< ERROR!
07:53:14 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:118)
07:53:14 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:53:14 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:53:14 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:53:14 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:53:14 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:53:14 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:53:14 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:53:14 	... 51 more
07:53:14 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:53:14 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:53:14 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:53:14 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:53:14 	... 53 more
07:53:14 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:53:14 	... 57 more
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:53:14 	... 65 more
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 105 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before End Date And Time  Time elapsed: 250.099 s  <<< ERROR!
07:53:14 javax.persistence.PersistenceException: 
07:53:14 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:53:14 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:53:14 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:53:14 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 72 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After End Date And Time  Time elapsed: 250.104 s  <<< ERROR!
07:53:14 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:162)
07:53:14 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:53:14 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:53:14 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:53:14 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:53:14 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:53:14 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:53:14 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:53:14 	... 51 more
07:53:14 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:53:14 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:53:14 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:53:14 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:53:14 	... 53 more
07:53:14 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:53:14 	... 57 more
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:53:14 	... 65 more
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 105 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After End Date And Time  Time elapsed: 250.105 s  <<< ERROR!
07:53:14 javax.persistence.PersistenceException: 
07:53:14 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:53:14 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:53:14 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:53:14 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 72 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job And Then Restarting Device  Time elapsed: 250.102 s  <<< ERROR!
07:53:14 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:208)
07:53:14 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:53:14 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:53:14 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:53:14 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:53:14 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:53:14 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:53:14 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:53:14 	... 51 more
07:53:14 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:53:14 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:53:14 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:53:14 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:53:14 	... 53 more
07:53:14 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:53:14 	... 57 more
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:53:14 	... 65 more
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 105 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job And Then Restarting Device  Time elapsed: 250.102 s  <<< ERROR!
07:53:14 javax.persistence.PersistenceException: 
07:53:14 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:53:14 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:53:14 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:53:14 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 72 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job Without Steps  Time elapsed: 250.118 s  <<< ERROR!
07:53:14 org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:257)
07:53:14 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:53:14 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:53:14 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:53:14 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:53:14 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:53:14 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:53:14 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:14 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:14 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:53:14 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:53:14 	... 51 more
07:53:14 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:53:14 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:53:14 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:53:14 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:53:14 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:53:14 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:53:14 	... 53 more
07:53:14 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:53:14 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:53:14 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:53:14 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:53:14 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:53:14 	... 57 more
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:14 	bind => [1 parameter bound]
07:53:14 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:53:14 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:53:14 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:53:14 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:53:14 	... 65 more
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 105 more
07:53:14 
07:53:14 [ERROR] JobEngineService execute job on device connect.Executing Job Without Steps  Time elapsed: 250.119 s  <<< ERROR!
07:53:14 javax.persistence.PersistenceException: 
07:53:14 Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:14 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 Error Code: 0
07:53:14 Query: DataModifyQuery(sql="/*******************************************************************************
07:53:14  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:53:14  *
07:53:14  * This program and the accompanying materials are made
07:53:14  * available under the terms of the Eclipse Public License 2.0
07:53:14  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:53:14  *
07:53:14  * SPDX-License-Identifier: EPL-2.0
07:53:14  *
07:53:14  * Contributors:
07:53:14  *     Eurotech - initial API and implementation
07:53:14  *******************************************************************************/
07:53:14 
07:53:14 UPDATE act_account SET scope_id = null;
07:53:14 
07:53:14 DELETE
07:53:14 FROM act_account
07:53:14 WHERE id NOT IN (1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_credential
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_access_token;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_mfa_option;
07:53:14 
07:53:14 DELETE
07:53:14 FROM atht_scratch_code;
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_role_permission
07:53:14 WHERE NOT (scope_id = 1 AND role_id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_connection;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device;
07:53:14 
07:53:14 DELETE
07:53:14 FROM dvc_device_event;
07:53:14 
07:53:14 DELETE
07:53:14 FROM sys_configuration
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:53:14 
07:53:14 DELETE
07:53:14 FROM usr_user
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_info
07:53:14 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_permission
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_access_role
07:53:14 WHERE NOT (scope_id = 1 AND id = 1);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain_actions
07:53:14 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_domain
07:53:14 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:53:14 
07:53:14 DELETE
07:53:14 FROM athz_group;
07:53:14 
07:53:14 DELETE
07:53:14 FROM tag_tag;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_execution;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition
07:53:14 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_definition_properties
07:53:14 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_step_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM job_job_target;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger;
07:53:14 
07:53:14 DELETE
07:53:14 FROM schdl_trigger_properties;
07:53:14 
07:53:14 DELETE
07:53:14 FROM endp_endpoint_info;
07:53:14 ")
07:53:14 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:53:14 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:53:14 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:53:14 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:53:14 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:53:14 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:53:14 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:53:14 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:53:14 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:53:14 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:53:14 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:53:14 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:53:14 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:53:14 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:53:14 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:14 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:14 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:14 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:14 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:14 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:14 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:14 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:53:14 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:53:14 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:53:14 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:14 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:14 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:14 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:53:14 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:14 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:14 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:14 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:14 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:14 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:14 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:14 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:14 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:53:14 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:53:14 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:53:14 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:53:14 	... 72 more
07:53:14 
07:53:14 [INFO] Running org.eclipse.kapua.integration.service.device.management.RunDeviceManagementInventoryI9nTest
07:53:14 
07:53:14 @deviceManagement @deviceManagementInventory @env_docker @setup
07:53:14 Scenario: Start full docker environment # features/deviceManagement/DeviceManagementInventoryI9n.feature:24
07:53:14 11:53:14.710 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment...
07:53:14 11:53:14.710 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
07:53:14 11:53:14.712 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
07:53:14 11:53:14.713 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
07:53:14 11:53:14.713 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost
07:53:14 11:53:14.713 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306
07:53:14 11:53:14.713 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT
07:53:14 11:53:14.713 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
07:53:14 11:53:14.713 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp
07:53:14 11:53:14.713 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200
07:53:14 11:53:14.713 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
07:53:14 11:53:14.713 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
07:53:14 11:53:14.713 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE
07:53:14 11:53:14.718 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
07:53:14 11:53:14.718 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 
07:53:15 11:53:15.078 [main] INFO  org.reflections.Reflections - Reflections took 336 ms to scan 98 urls, producing 839 keys and 2476 values
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
07:53:15 11:53:15.097 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.CommonsModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.CommonsConfigurationModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.jpa.CommonJpaModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.metric.CommonMetricsModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model.id.CommonsModelIdModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.internal.cache.CacheModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.setting.system.SystemSettingModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc.TestConfigModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client.JobEngineClientModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.MessageModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.data.MessageDataModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.RegistrationModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.account.internal.AccountModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.AuthenticationModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.shiro.AuthenticationModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authorization.shiro.AuthorizationModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.camel.application.CamelModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.internal.CertificateModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.DatastoreModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule
07:53:15 11:53:15.098 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.registry.DeviceRegistryModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.endpoint.internal.EndpointModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.execution.internal.JobExecutionModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.internal.JobModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.internal.JobStepModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.targets.internal.JobTargetsModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule
07:53:15 11:53:15.099 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.id.StorableIdModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.stream.internal.StreamModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.tag.internal.TagModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.UserModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.profile.UserProfileModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KapuaKuraTranslatorsModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KuraMqttTranslatorsModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.TranslatorHubModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.TransportModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.mqtt.TransportMqttModule
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
07:53:15 11:53:15.100 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
07:53:16 11:53:16.164 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
07:53:16 11:53:16.164 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor
07:53:16 11:53:16.165 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Bind service interceptor class org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor to subclasses of interface org.eclipse.kapua.service.KapuaService annotated with interface org.eclipse.kapua.event.RaiseServiceEvent
07:53:16 11:53:16.302 [main] WARN  o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one
07:53:16 11:53:16.313 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events ===================
07:53:16 11:53:16.313 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.313 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.313 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.313 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.313 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration ===================
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
07:53:16 11:53:16.339 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
07:53:16 11:53:16.340 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
07:53:16 11:53:16.340 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
07:53:16 11:53:16.340 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded XmlSerializable Classes: 0
07:53:16 11:53:16.340 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded XmlSerializable Classes: 0
07:53:16 11:53:16.340 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
07:53:16 11:53:16.340 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE
07:53:16 11:53:16.369 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
07:53:16 11:53:16.369 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
07:53:16   Given Init Jaxb Context               # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
07:53:16 11:53:16.370 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
07:53:16 11:53:16.370 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@226b0639
07:53:16 11:53:16.370 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
07:53:16   And Init Security Context             # org.eclipse.kapua.qa.common.utils.InitShiro.start()
07:53:16 11:53:16.373 [main] INFO  o.e.k.q.i.steps.DockerSteps - Starting full docker environment...
07:53:16 11:53:16.373 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection!
07:53:16 11:53:16.373 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs
07:53:16 11:53:16.376 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.376 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.378 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.378 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.379 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.379 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.381 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs'
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 48 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.381 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs
07:53:16 11:53:16.381 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
07:53:16 11:53:16.381 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
07:53:16 11:53:16.381 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers
07:53:16 11:53:16.383 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.384 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.384 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.384 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.386 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.386 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.388 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers'
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 48 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.388 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers
07:53:16 11:53:16.388 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container job-engine...
07:53:16 11:53:16.391 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.391 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.392 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.392 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.393 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.393 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.395 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.395 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /job-engine...
07:53:16 11:53:16.397 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.397 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.398 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.398 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.398 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.399 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.400 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.400 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container events-broker...
07:53:16 11:53:16.403 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.403 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.404 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.404 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.407 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.407 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.409 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'events-broker' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.409 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /events-broker...
07:53:16 11:53:16.412 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.412 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.413 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.413 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.414 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.415 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.437 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/events-broker' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.438 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container es...
07:53:16 11:53:16.441 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.441 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.540 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.540 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.542 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.542 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.545 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'es' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.545 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /es...
07:53:16 11:53:16.548 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.548 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.549 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.549 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.550 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.550 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.551 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.552 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container db...
07:53:16 11:53:16.553 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.554 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.554 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.554 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.555 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.555 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.557 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.557 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /db...
07:53:16 11:53:16.559 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.559 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.560 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.560 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.561 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.561 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.562 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/db' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.563 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers
07:53:16 11:53:16.564 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.564 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.565 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.565 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.566 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.566 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.568 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove additional containers'
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:413)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 48 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.568 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers
07:53:16 11:53:16.568 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer...
07:53:16 11:53:16.570 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.570 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.571 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.571 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.571 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.571 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.573 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'telemetry-consumer' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.573 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer...
07:53:16 11:53:16.575 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.575 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.576 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.576 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.577 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.577 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.579 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/telemetry-consumer' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.579 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer...
07:53:16 11:53:16.581 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.581 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.581 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.582 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.582 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.582 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.584 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'lifecycle-consumer' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.584 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer...
07:53:16 11:53:16.587 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.588 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.588 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.588 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.589 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.589 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.591 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/lifecycle-consumer' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.591 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container auth-service...
07:53:16 11:53:16.593 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.594 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.594 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.594 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.595 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.595 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.597 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'auth-service' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.597 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /auth-service...
07:53:16 11:53:16.599 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.599 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.600 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.600 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.600 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.600 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.602 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.602 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container message-broker...
07:53:16 11:53:16.604 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.604 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.605 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.605 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.606 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.606 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.607 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'message-broker' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.608 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /message-broker...
07:53:16 11:53:16.609 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.610 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.610 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.610 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.611 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.611 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.613 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/message-broker' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.613 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container rest-api...
07:53:16 11:53:16.639 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.639 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.640 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.640 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.641 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.641 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.642 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.643 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /rest-api...
07:53:16 11:53:16.645 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.645 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.646 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.646 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.646 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.646 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.648 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/rest-api' (cannot filter running container list)
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 49 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.648 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE
07:53:16 11:53:16.652 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.652 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.653 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.653 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.653 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.653 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.655 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE'
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
07:53:16 	... 48 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16 11:53:16.655 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE
07:53:16 11:53:16.655 [main] INFO  o.e.k.q.i.steps.DockerSteps - Starting full docker environment...
07:53:16 11:53:16.658 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.658 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.658 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.658 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.659 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
07:53:16 11:53:16.659 [jersey-client-async-executor-2] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
07:53:16 11:53:16.661 [main] ERROR o.e.k.q.i.steps.DockerSteps - Error while starting base docker environment: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
07:53:16 	... 51 common frames omitted
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 common frames omitted
07:53:16   And Start full docker environment     # org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment()
07:53:16       com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
07:53:16 	at ✽.Start full docker environment(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:27)
07:53:16 Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
07:53:16 	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
07:53:16 	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
07:53:16 	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:53:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:53:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:53:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:53:16 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:53:16 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:53:16 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:53:16 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:53:16 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:53:16 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:53:16 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:53:16 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:53:16 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:53:16 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:53:16 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:53:16 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:53:16 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:53:16 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:53:16 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:53:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:53:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:53:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:53:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:53:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:53:16 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:53:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:53:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:53:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:53:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:53:16 Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
07:53:16 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
07:53:16 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
07:53:16 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
07:53:16 	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
07:53:16 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
07:53:16 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
07:53:16 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
07:53:16 	at java.base/java.lang.Thread.run(Thread.java:834)
07:53:16 Caused by: java.io.IOException: No such file or directory
07:53:16 	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
07:53:16 	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
07:53:16 	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
07:53:16 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
07:53:16 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
07:53:16 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
07:53:16 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
07:53:16 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
07:53:16 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
07:53:16 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
07:53:16 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
07:53:16 	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
07:53:16 	... 14 more
07:53:16 
07:53:16 11:53:16.667 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
07:53:16 11:53:16.667 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
07:53:16 11:53:16.667 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
07:53:16 11:53:16.667 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
07:53:16 11:53:16.667 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
07:53:16 11:53:16.667 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
07:53:16 11:53:16.667 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
07:53:16 11:53:16.668 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.668 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.668 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.677 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:53:16 11:53:16.677 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.677 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.677 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.677 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.677 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.679 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.679 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.687 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account ===================
07:53:16 11:53:16.687 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.687 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.687 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.687 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.687 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.687 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.687 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.687 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.700 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user ===================
07:53:16 11:53:16.700 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.700 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.700 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.700 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.700 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.701 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.701 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.701 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.702 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.702 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.702 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.702 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.702 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.738 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:53:16 11:53:16.738 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.738 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.738 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.738 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.738 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.749 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
07:53:16 11:53:16.749 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.749 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.749 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.750 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.750 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.750 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
07:53:16 11:53:16.750 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
07:53:16 11:53:16.750 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
07:53:16 11:53:16.750 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
07:53:16 11:53:16.750 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
07:53:16 11:53:16.750 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
07:53:16 11:53:16.757 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
07:53:16 11:53:16.757 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.758 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.758 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.758 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.758 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.762 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
07:53:16 11:53:16.762 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.763 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.763 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.763 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.763 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.765 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.765 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.769 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:53:16 11:53:16.769 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.769 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.769 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.769 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.769 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.770 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.770 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.776 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:53:16 11:53:16.777 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.777 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.777 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.777 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.777 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.791 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:53:16 11:53:16.791 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.791 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.791 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.791 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.791 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.792 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.792 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.792 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.792 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60
07:53:16 11:53:16.802 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
07:53:16 11:53:16.802 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.802 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.802 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.802 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.802 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.811 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:53:16 11:53:16.812 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.812 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.812 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.812 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.812 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.842 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
07:53:16 11:53:16.843 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.843 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.843 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.843 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.843 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.853 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
07:53:16 11:53:16.853 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.853 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.853 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.853 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.853 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.862 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
07:53:16 11:53:16.862 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.862 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.862 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.862 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.862 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.868 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:53:16 11:53:16.869 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.869 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.869 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.869 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.869 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.886 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:53:16 11:53:16.886 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.886 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.886 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.886 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.886 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.893 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:53:16 11:53:16.893 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.893 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.893 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.893 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.893 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.901 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:53:16 11:53:16.901 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.901 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.901 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.901 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.901 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.906 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:53:16 11:53:16.906 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.906 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.906 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.906 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.906 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.911 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:53:16 11:53:16.911 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.911 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.911 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.911 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.911 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.919 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:53:16 11:53:16.919 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.919 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.919 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.919 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.919 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:16 11:53:16.941 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
07:53:16 11:53:16.941 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
07:53:16 11:53:16.941 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
07:53:16 11:53:16.941 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
07:53:16 11:53:16.941 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
07:53:16 11:53:16.941 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
07:53:17 
07:53:17 @deviceManagement @deviceManagementInventory @env_docker
07:53:17 Scenario: Request Inventory Items to a Device                                                                    # features/deviceManagement/DeviceManagementInventoryI9n.feature:33
07:53:47 11:53:47.000 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:53:47 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:53:47 Error Code: 0
07:53:47 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:53:47 	bind => [1 parameter bound]
07:53:47 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:54:17 11:54:17.001 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:54:17 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:54:17 Error Code: 0
07:54:17 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:54:17 	bind => [1 parameter bound]
07:54:17 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:54:52 11:54:52.004 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:54:52 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:54:52 Error Code: 0
07:54:52 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:54:52 	bind => [1 parameter bound]
07:54:52 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:55:27 11:55:27.006 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:55:27 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:55:27 Error Code: 0
07:55:27 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:55:27 	bind => [1 parameter bound]
07:55:27 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:55:27 11:55:27.008 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:55:27 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:55:27 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:55:27 Error Code: 0
07:55:27 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:55:27 	bind => [1 parameter bound]
07:55:27 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:55:27 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:55:27 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:55:27 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:55:27 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:55:27 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:55:27 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:55:27 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:55:27 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:55:27 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:55:27 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:55:27 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:55:27 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:55:27 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:55:27 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:55:27 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:55:27 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:55:27 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:55:27 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:55:27 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:55:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:55:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:55:27 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:55:27 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:55:27 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:55:27 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:55:27 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:55:27 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:55:27 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:55:27 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:55:27 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:55:27 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:55:27 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:55:27 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:55:27 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:55:27 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:55:27 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:55:27 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:55:27 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:55:27 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:55:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:55:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:55:27 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:55:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:55:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:55:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:55:27 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:55:27 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:55:27 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:55:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:55:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:55:27 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:55:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:55:27 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:55:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:55:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:55:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:55:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:55:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:55:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:55:27 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:55:27 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:55:27 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:55:27 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:55:27 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:55:27 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:55:27 Error Code: 0
07:55:27 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:55:27 	bind => [1 parameter bound]
07:55:27 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:55:27 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:55:27 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:55:27 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:55:27 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:55:27 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:55:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:55:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:55:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:55:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:55:27 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:55:27 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:55:27 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:55:27 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:55:27 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:55:27 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:55:27 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:55:27 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:55:27 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:55:27 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:55:27 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:55:27 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:55:27 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:55:27 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:55:27 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:55:27 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:55:27 	... 65 common frames omitted
07:55:27 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:55:27 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:55:27 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:55:27 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:55:27 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:55:27 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:55:27 	... 105 common frames omitted
07:55:27 
07:55:27     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:55:27 
07:55:27   Given I login as user with name "kapua-sys" and password "kapua-password"                                      # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:55:27       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:55:27 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:55:27 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:55:27 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:35)
07:55:27 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:55:27 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:55:27 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:55:27 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:55:27 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:55:27 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:55:27 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:55:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:55:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:55:27 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:55:27 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:55:27 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:55:27 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:55:27 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:55:27 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:55:27 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:55:27 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:55:27 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:55:27 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:55:27 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:55:27 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:55:27 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:55:27 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:55:27 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:55:27 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:55:27 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:55:27 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:55:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:55:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:55:27 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:55:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:55:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:55:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:55:27 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:55:27 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:55:27 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:55:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:55:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:55:27 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:55:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:55:27 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:55:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:55:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:55:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:55:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:55:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:55:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:55:27 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:55:27 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:55:27 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:55:27 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:55:27 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:55:27 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:55:27 	... 51 more
07:55:27 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:55:27 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:55:27 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:55:27 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:55:27 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:55:27 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:55:27 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:55:27 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:55:27 	... 53 more
07:55:27 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:55:27 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:55:27 Error Code: 0
07:55:27 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:55:27 	bind => [1 parameter bound]
07:55:27 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:55:27 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:55:27 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:55:27 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:55:27 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:55:27 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:55:27 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:55:27 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:55:27 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:55:27 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:55:27 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:55:27 	... 57 more
07:55:27 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:55:27 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:55:27 Error Code: 0
07:55:27 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:55:27 	bind => [1 parameter bound]
07:55:27 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:55:27 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:55:27 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:55:27 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:55:27 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:55:27 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:55:27 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:55:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:55:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:55:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:55:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:55:27 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:55:27 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:55:27 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:55:27 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:55:27 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:55:27 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:55:27 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:55:27 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:55:27 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:55:27 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:55:27 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:55:27 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:55:27 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:55:27 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:55:27 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:55:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:55:27 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:55:27 	... 65 more
07:55:27 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:55:27 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:55:27 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:55:27 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:55:27 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:55:27 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:55:27 	... 105 more
07:55:27 
07:55:27   And I start the Kura Mock                                                                                      # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock()
07:55:27   And Device is connected within 10 seconds                                                                      # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:55:27   And Device status is "CONNECTED" within 10 seconds                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:55:27   And I select account "kapua-sys"                                                                               # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String)
07:55:27   And I get the KuraMock device after 5 seconds                                                                  # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int)
07:55:27   And Inventory Items are requested                                                                              # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemsRequested()
07:55:27   And Inventory Items are received                                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemsReceived()
07:55:27   And Inventory Items are 306                                                                                    # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemsAreSize(long)
07:55:27   And Inventory Items has Item named "org.eclipse.kura.hook.file.move.provider" is present                       # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemNamedIsPresent(java.lang.String)
07:55:27   And Inventory Items has Item named "org.eclipse.kura.hook.file.move.provider" has type "BUNDLE"                # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemNamedHasType(java.lang.String,java.lang.String)
07:55:27   And Inventory Items has Item named "org.eclipse.kura.hook.file.move.provider" has version "1.1.0.202202171533" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemNamedHasVersion(java.lang.String,java.lang.String)
07:55:27   And Inventory Items has Item named "xmlstarlet" is present                                                     # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemNamedIsPresent(java.lang.String)
07:55:27   And Inventory Items has Item named "xmlstarlet" has type "APK"                                                 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemNamedHasType(java.lang.String,java.lang.String)
07:55:27   And Inventory Items has Item named "xmlstarlet" has version "1.6.1-r0"                                         # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemNamedHasVersion(java.lang.String,java.lang.String)
07:55:27   Then KuraMock is disconnected                                                                                  # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
07:55:27   And I logout                                                                                                   # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:55:27 11:55:27.016 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:55:27 11:55:27.016 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:55:27 11:55:27.016 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
07:55:57 11:55:57.018 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:55:57 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:55:57 Error Code: 0.
07:57:27 11:57:27.022 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:57:27 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:57:27 Error Code: 0
07:57:27       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:57:27 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:57:27 Error Code: 0
07:57:27 Query: DataModifyQuery(sql="/*******************************************************************************
07:57:27  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:57:27  *
07:57:27  * This program and the accompanying materials are made
07:57:27  * available under the terms of the Eclipse Public License 2.0
07:57:27  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:57:27  *
07:57:27  * SPDX-License-Identifier: EPL-2.0
07:57:27  *
07:57:27  * Contributors:
07:57:27  *     Eurotech - initial API and implementation
07:57:27  *******************************************************************************/
07:57:27 
07:57:27 UPDATE act_account SET scope_id = null;
07:57:27 
07:57:27 DELETE
07:57:27 FROM act_account
07:57:27 WHERE id NOT IN (1);
07:57:27 
07:57:27 DELETE
07:57:27 FROM atht_credential
07:57:27 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:57:27 
07:57:27 DELETE
07:57:27 FROM atht_access_token;
07:57:27 
07:57:27 DELETE
07:57:27 FROM atht_mfa_option;
07:57:27 
07:57:27 DELETE
07:57:27 FROM atht_scratch_code;
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_role
07:57:27 WHERE NOT (scope_id = 1 AND id = 1);
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_role_permission
07:57:27 WHERE NOT (scope_id = 1 AND role_id = 1);
07:57:27 
07:57:27 DELETE
07:57:27 FROM dvc_device_connection;
07:57:27 
07:57:27 DELETE
07:57:27 FROM dvc_device;
07:57:27 
07:57:27 DELETE
07:57:27 FROM dvc_device_event;
07:57:27 
07:57:27 DELETE
07:57:27 FROM sys_configuration
07:57:27 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:57:27 
07:57:27 DELETE
07:57:27 FROM usr_user
07:57:27 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_access_info
07:57:27 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_access_permission
07:57:27 WHERE NOT (scope_id = 1 AND id = 1);
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_access_role
07:57:27 WHERE NOT (scope_id = 1 AND id = 1);
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_domain_actions
07:57:27 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_domain
07:57:27 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_group;
07:57:27 
07:57:27 DELETE
07:57:27 FROM tag_tag;
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job;
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_execution;
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_step;
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_step_definition
07:57:27 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_step_definition_properties
07:57:27 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_step_properties;
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_target;
07:57:27 
07:57:27 DELETE
07:57:27 FROM schdl_trigger;
07:57:27 
07:57:27 DELETE
07:57:27 FROM schdl_trigger_properties;
07:57:27 
07:57:27 DELETE
07:57:27 FROM endp_endpoint_info;
07:57:27 ")
07:57:27 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
07:57:27 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:57:27 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:57:27 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:57:27 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:57:27 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:57:27 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:57:27 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:57:27 Error Code: 0
07:57:27 Query: DataModifyQuery(sql="/*******************************************************************************
07:57:27  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
07:57:27  *
07:57:27  * This program and the accompanying materials are made
07:57:27  * available under the terms of the Eclipse Public License 2.0
07:57:27  * which is available at https://www.eclipse.org/legal/epl-2.0/
07:57:27  *
07:57:27  * SPDX-License-Identifier: EPL-2.0
07:57:27  *
07:57:27  * Contributors:
07:57:27  *     Eurotech - initial API and implementation
07:57:27  *******************************************************************************/
07:57:27 
07:57:27 UPDATE act_account SET scope_id = null;
07:57:27 
07:57:27 DELETE
07:57:27 FROM act_account
07:57:27 WHERE id NOT IN (1);
07:57:27 
07:57:27 DELETE
07:57:27 FROM atht_credential
07:57:27 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
07:57:27 
07:57:27 DELETE
07:57:27 FROM atht_access_token;
07:57:27 
07:57:27 DELETE
07:57:27 FROM atht_mfa_option;
07:57:27 
07:57:27 DELETE
07:57:27 FROM atht_scratch_code;
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_role
07:57:27 WHERE NOT (scope_id = 1 AND id = 1);
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_role_permission
07:57:27 WHERE NOT (scope_id = 1 AND role_id = 1);
07:57:27 
07:57:27 DELETE
07:57:27 FROM dvc_device_connection;
07:57:27 
07:57:27 DELETE
07:57:27 FROM dvc_device;
07:57:27 
07:57:27 DELETE
07:57:27 FROM dvc_device_event;
07:57:27 
07:57:27 DELETE
07:57:27 FROM sys_configuration
07:57:27 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
07:57:27 
07:57:27 DELETE
07:57:27 FROM usr_user
07:57:27 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_access_info
07:57:27 WHERE NOT (scope_id = 1 AND id IN (1, 2));
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_access_permission
07:57:27 WHERE NOT (scope_id = 1 AND id = 1);
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_access_role
07:57:27 WHERE NOT (scope_id = 1 AND id = 1);
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_domain_actions
07:57:27 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_domain
07:57:27 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
07:57:27 
07:57:27 DELETE
07:57:27 FROM athz_group;
07:57:27 
07:57:27 DELETE
07:57:27 FROM tag_tag;
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job;
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_execution;
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_step;
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_step_definition
07:57:27 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_step_definition_properties
07:57:27 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_step_properties;
07:57:27 
07:57:27 DELETE
07:57:27 FROM job_job_target;
07:57:27 
07:57:27 DELETE
07:57:27 FROM schdl_trigger;
07:57:27 
07:57:27 DELETE
07:57:27 FROM schdl_trigger_properties;
07:57:27 
07:57:27 DELETE
07:57:27 FROM endp_endpoint_info;
07:57:27 ")
07:57:27 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:57:27 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:57:27 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:57:27 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:57:27 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:57:27 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:57:27 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:57:27 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:57:27 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
07:57:27 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
07:57:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
07:57:27 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
07:57:27 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
07:57:27 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
07:57:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:57:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:57:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
07:57:27 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
07:57:27 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
07:57:27 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:57:27 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
07:57:27 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:57:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:57:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:57:27 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:57:27 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
07:57:27 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
07:57:27 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
07:57:27 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
07:57:27 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
07:57:27 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
07:57:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:57:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:57:27 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:57:27 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:57:27 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:57:27 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:57:27 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:57:27 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
07:57:27 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
07:57:27 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
07:57:27 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:57:27 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:57:27 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:57:27 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
07:57:27 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:57:27 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:57:27 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:57:27 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:57:27 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:57:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:57:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:57:27 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:57:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:57:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:57:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:57:27 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:57:27 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:57:27 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:57:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:57:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:57:27 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:57:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:57:27 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:57:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:57:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:57:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:57:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:57:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:57:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:57:27 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:57:27 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:57:27 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:57:27 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:57:27 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:57:27 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:57:27 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:57:27 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:57:27 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:57:27 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:57:27 	... 72 more
07:57:27 
07:57:27 
07:57:27 @deviceManagement @deviceManagementInventory @env_docker
07:57:27 Scenario: Request Inventory Bundles to a Device                                                             # features/deviceManagement/DeviceManagementInventoryI9n.feature:53
07:57:57 11:57:57.091 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:57:57 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:57:57 Error Code: 0
07:57:57 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:57:57 	bind => [1 parameter bound]
07:57:57 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:58:27 11:58:27.093 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:58:27 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:58:27 Error Code: 0
07:58:27 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:58:27 	bind => [1 parameter bound]
07:58:27 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:59:02 11:59:02.096 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:59:02 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:59:02 Error Code: 0
07:59:02 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:59:02 	bind => [1 parameter bound]
07:59:02 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
07:59:37 11:59:37.098 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:59:37 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:59:37 Error Code: 0
07:59:37 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:59:37 	bind => [1 parameter bound]
07:59:37 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:59:37 11:59:37.099 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
07:59:37 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:59:37 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:59:37 Error Code: 0
07:59:37 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:59:37 	bind => [1 parameter bound]
07:59:37 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:59:37 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:59:37 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:59:37 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:59:37 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:59:37 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:59:37 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:59:37 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:59:37 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:59:37 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:59:37 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:59:37 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:59:37 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:59:37 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:59:37 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:59:37 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:59:37 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:59:37 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:59:37 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:59:37 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:59:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:59:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:59:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:59:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:59:37 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:59:37 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:59:37 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:59:37 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:59:37 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:59:37 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:59:37 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:59:37 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:59:37 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:59:37 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:59:37 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:59:37 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:59:37 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:59:37 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:59:37 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:59:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:59:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:59:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:59:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:59:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:59:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:59:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:59:37 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:59:37 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:59:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:59:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:59:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:59:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:59:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:59:37 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:59:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:59:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:59:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:59:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:59:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:59:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:59:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:59:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:59:37 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:59:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:59:37 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
07:59:37 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:59:37 Error Code: 0
07:59:37 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:59:37 	bind => [1 parameter bound]
07:59:37 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:59:37 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:59:37 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:59:37 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:59:37 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:59:37 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:59:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:59:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:59:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:59:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:59:37 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:59:37 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:59:37 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:59:37 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:59:37 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:59:37 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:59:37 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:59:37 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:59:37 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:59:37 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:59:37 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:59:37 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:59:37 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:59:37 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:59:37 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:59:37 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:59:37 	... 65 common frames omitted
07:59:37 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:59:37 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:59:37 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:59:37 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:59:37 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:59:37 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:59:37 	... 105 common frames omitted
07:59:37 
07:59:37     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:59:37 
07:59:37   Given I login as user with name "kapua-sys" and password "kapua-password"                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
07:59:37       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
07:59:37 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
07:59:37 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:59:37 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:55)
07:59:37 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
07:59:37 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
07:59:37 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
07:59:37 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
07:59:37 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
07:59:37 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
07:59:37 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
07:59:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
07:59:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
07:59:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
07:59:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
07:59:37 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
07:59:37 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
07:59:37 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
07:59:37 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
07:59:37 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
07:59:37 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
07:59:37 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
07:59:37 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
07:59:37 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
07:59:37 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
07:59:37 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
07:59:37 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
07:59:37 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
07:59:37 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
07:59:37 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
07:59:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:59:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:59:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:59:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:59:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:59:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:59:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:59:37 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
07:59:37 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
07:59:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
07:59:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
07:59:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
07:59:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
07:59:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
07:59:37 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
07:59:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
07:59:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
07:59:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
07:59:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
07:59:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
07:59:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
07:59:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
07:59:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
07:59:37 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
07:59:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
07:59:37 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
07:59:37 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
07:59:37 	... 51 more
07:59:37 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
07:59:37 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
07:59:37 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
07:59:37 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
07:59:37 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
07:59:37 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
07:59:37 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
07:59:37 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
07:59:37 	... 53 more
07:59:37 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:59:37 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:59:37 Error Code: 0
07:59:37 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:59:37 	bind => [1 parameter bound]
07:59:37 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:59:37 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
07:59:37 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
07:59:37 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
07:59:37 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
07:59:37 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
07:59:37 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
07:59:37 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
07:59:37 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
07:59:37 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
07:59:37 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
07:59:37 	... 57 more
07:59:37 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
07:59:37 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:59:37 Error Code: 0
07:59:37 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
07:59:37 	bind => [1 parameter bound]
07:59:37 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
07:59:37 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
07:59:37 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
07:59:37 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
07:59:37 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
07:59:37 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
07:59:37 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
07:59:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
07:59:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
07:59:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
07:59:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
07:59:37 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
07:59:37 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
07:59:37 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
07:59:37 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
07:59:37 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
07:59:37 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
07:59:37 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
07:59:37 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
07:59:37 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:59:37 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:59:37 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:59:37 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:59:37 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
07:59:37 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
07:59:37 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
07:59:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
07:59:37 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
07:59:37 	... 65 more
07:59:37 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
07:59:37 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
07:59:37 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
07:59:37 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
07:59:37 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
07:59:37 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
07:59:37 	... 105 more
07:59:37 
07:59:37   And I start the Kura Mock                                                                                 # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock()
07:59:37   And Device is connected within 10 seconds                                                                 # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
07:59:37   And Device status is "CONNECTED" within 10 seconds                                                        # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
07:59:37   And I select account "kapua-sys"                                                                          # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String)
07:59:37   And I get the KuraMock device after 5 seconds                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int)
07:59:37   And Inventory Bundles are requested                                                                       # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesRequested()
07:59:37   And Inventory Bundles are received                                                                        # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesReceived()
07:59:37   And Inventory Bundles are 180                                                                             # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesAreSize(long)
07:59:37   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" is present                 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsPresent(java.lang.String)
07:59:37   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" has id "140"               # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasId(java.lang.String,java.lang.String)
07:59:37   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" has version "4.1.68.Final" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasVersion(java.lang.String,java.lang.String)
07:59:37   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" has status "RESOLVED"      # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasStatus(java.lang.String,java.lang.String)
07:59:37   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" is signed "true"           # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsSigned(java.lang.String,java.lang.String)
07:59:37   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" is present                          # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsPresent(java.lang.String)
07:59:37   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" has id "178"                        # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasId(java.lang.String,java.lang.String)
07:59:37   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" has version "3.6.4"                 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasVersion(java.lang.String,java.lang.String)
07:59:37   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" has status "ACTIVE"                 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasStatus(java.lang.String,java.lang.String)
07:59:37   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" is signed "false"                   # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsSigned(java.lang.String,java.lang.String)
07:59:37   Then KuraMock is disconnected                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
07:59:37   And I logout                                                                                              # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
07:59:37 11:59:37.112 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
07:59:37 11:59:37.112 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
07:59:37 11:59:37.112 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
08:00:07 12:00:07.115 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:00:07 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:00:07 Error Code: 0.
08:01:37 12:01:37.119 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:01:37 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:01:37 Error Code: 0
08:01:37       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:01:37 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:01:37 Error Code: 0
08:01:37 Query: DataModifyQuery(sql="/*******************************************************************************
08:01:37  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:01:37  *
08:01:37  * This program and the accompanying materials are made
08:01:37  * available under the terms of the Eclipse Public License 2.0
08:01:37  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:01:37  *
08:01:37  * SPDX-License-Identifier: EPL-2.0
08:01:37  *
08:01:37  * Contributors:
08:01:37  *     Eurotech - initial API and implementation
08:01:37  *******************************************************************************/
08:01:37 
08:01:37 UPDATE act_account SET scope_id = null;
08:01:37 
08:01:37 DELETE
08:01:37 FROM act_account
08:01:37 WHERE id NOT IN (1);
08:01:37 
08:01:37 DELETE
08:01:37 FROM atht_credential
08:01:37 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:01:37 
08:01:37 DELETE
08:01:37 FROM atht_access_token;
08:01:37 
08:01:37 DELETE
08:01:37 FROM atht_mfa_option;
08:01:37 
08:01:37 DELETE
08:01:37 FROM atht_scratch_code;
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_role
08:01:37 WHERE NOT (scope_id = 1 AND id = 1);
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_role_permission
08:01:37 WHERE NOT (scope_id = 1 AND role_id = 1);
08:01:37 
08:01:37 DELETE
08:01:37 FROM dvc_device_connection;
08:01:37 
08:01:37 DELETE
08:01:37 FROM dvc_device;
08:01:37 
08:01:37 DELETE
08:01:37 FROM dvc_device_event;
08:01:37 
08:01:37 DELETE
08:01:37 FROM sys_configuration
08:01:37 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:01:37 
08:01:37 DELETE
08:01:37 FROM usr_user
08:01:37 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_access_info
08:01:37 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_access_permission
08:01:37 WHERE NOT (scope_id = 1 AND id = 1);
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_access_role
08:01:37 WHERE NOT (scope_id = 1 AND id = 1);
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_domain_actions
08:01:37 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_domain
08:01:37 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_group;
08:01:37 
08:01:37 DELETE
08:01:37 FROM tag_tag;
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job;
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_execution;
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_step;
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_step_definition
08:01:37 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_step_definition_properties
08:01:37 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_step_properties;
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_target;
08:01:37 
08:01:37 DELETE
08:01:37 FROM schdl_trigger;
08:01:37 
08:01:37 DELETE
08:01:37 FROM schdl_trigger_properties;
08:01:37 
08:01:37 DELETE
08:01:37 FROM endp_endpoint_info;
08:01:37 ")
08:01:37 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
08:01:37 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
08:01:37 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
08:01:37 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
08:01:37 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
08:01:37 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
08:01:37 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:01:37 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:01:37 Error Code: 0
08:01:37 Query: DataModifyQuery(sql="/*******************************************************************************
08:01:37  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:01:37  *
08:01:37  * This program and the accompanying materials are made
08:01:37  * available under the terms of the Eclipse Public License 2.0
08:01:37  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:01:37  *
08:01:37  * SPDX-License-Identifier: EPL-2.0
08:01:37  *
08:01:37  * Contributors:
08:01:37  *     Eurotech - initial API and implementation
08:01:37  *******************************************************************************/
08:01:37 
08:01:37 UPDATE act_account SET scope_id = null;
08:01:37 
08:01:37 DELETE
08:01:37 FROM act_account
08:01:37 WHERE id NOT IN (1);
08:01:37 
08:01:37 DELETE
08:01:37 FROM atht_credential
08:01:37 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:01:37 
08:01:37 DELETE
08:01:37 FROM atht_access_token;
08:01:37 
08:01:37 DELETE
08:01:37 FROM atht_mfa_option;
08:01:37 
08:01:37 DELETE
08:01:37 FROM atht_scratch_code;
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_role
08:01:37 WHERE NOT (scope_id = 1 AND id = 1);
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_role_permission
08:01:37 WHERE NOT (scope_id = 1 AND role_id = 1);
08:01:37 
08:01:37 DELETE
08:01:37 FROM dvc_device_connection;
08:01:37 
08:01:37 DELETE
08:01:37 FROM dvc_device;
08:01:37 
08:01:37 DELETE
08:01:37 FROM dvc_device_event;
08:01:37 
08:01:37 DELETE
08:01:37 FROM sys_configuration
08:01:37 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:01:37 
08:01:37 DELETE
08:01:37 FROM usr_user
08:01:37 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_access_info
08:01:37 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_access_permission
08:01:37 WHERE NOT (scope_id = 1 AND id = 1);
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_access_role
08:01:37 WHERE NOT (scope_id = 1 AND id = 1);
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_domain_actions
08:01:37 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_domain
08:01:37 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:01:37 
08:01:37 DELETE
08:01:37 FROM athz_group;
08:01:37 
08:01:37 DELETE
08:01:37 FROM tag_tag;
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job;
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_execution;
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_step;
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_step_definition
08:01:37 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_step_definition_properties
08:01:37 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_step_properties;
08:01:37 
08:01:37 DELETE
08:01:37 FROM job_job_target;
08:01:37 
08:01:37 DELETE
08:01:37 FROM schdl_trigger;
08:01:37 
08:01:37 DELETE
08:01:37 FROM schdl_trigger_properties;
08:01:37 
08:01:37 DELETE
08:01:37 FROM endp_endpoint_info;
08:01:37 ")
08:01:37 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
08:01:37 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
08:01:37 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
08:01:37 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
08:01:37 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
08:01:37 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
08:01:37 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
08:01:37 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
08:01:37 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
08:01:37 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
08:01:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
08:01:37 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
08:01:37 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
08:01:37 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
08:01:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
08:01:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
08:01:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
08:01:37 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
08:01:37 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
08:01:37 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
08:01:37 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
08:01:37 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
08:01:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
08:01:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
08:01:37 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
08:01:37 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
08:01:37 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
08:01:37 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
08:01:37 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
08:01:37 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
08:01:37 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
08:01:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:01:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
08:01:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:01:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:01:37 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
08:01:37 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
08:01:37 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
08:01:37 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
08:01:37 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
08:01:37 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
08:01:37 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
08:01:37 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
08:01:37 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
08:01:37 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
08:01:37 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
08:01:37 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
08:01:37 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
08:01:37 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
08:01:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:01:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:01:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:01:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:01:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:01:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:01:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:01:37 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
08:01:37 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
08:01:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:01:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:01:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:01:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:01:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:01:37 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
08:01:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:01:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:01:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
08:01:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
08:01:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
08:01:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
08:01:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
08:01:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
08:01:37 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
08:01:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
08:01:37 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:01:37 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
08:01:37 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
08:01:37 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
08:01:37 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
08:01:37 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
08:01:37 	... 72 more
08:01:37 
08:01:37 
08:01:37 @deviceManagement @deviceManagementInventory @env_docker
08:01:37 Scenario: Start an Inventory Bundles                                                                        # features/deviceManagement/DeviceManagementInventoryI9n.feature:77
08:02:07 12:02:07.213 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:02:07 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:02:07 Error Code: 0
08:02:07 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:02:07 	bind => [1 parameter bound]
08:02:07 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
08:02:37 12:02:37.215 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:02:37 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:02:37 Error Code: 0
08:02:37 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:02:37 	bind => [1 parameter bound]
08:02:37 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
08:03:12 12:03:12.217 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:03:12 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:03:12 Error Code: 0
08:03:12 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:03:12 	bind => [1 parameter bound]
08:03:12 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
08:03:47 12:03:47.219 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:03:47 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:03:47 Error Code: 0
08:03:47 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:03:47 	bind => [1 parameter bound]
08:03:47 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
08:03:47 12:03:47.221 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
08:03:47 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:03:47 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:03:47 Error Code: 0
08:03:47 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:03:47 	bind => [1 parameter bound]
08:03:47 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
08:03:47 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
08:03:47 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
08:03:47 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
08:03:47 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
08:03:47 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
08:03:47 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
08:03:47 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
08:03:47 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
08:03:47 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
08:03:47 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
08:03:47 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
08:03:47 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
08:03:47 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
08:03:47 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
08:03:47 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
08:03:47 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
08:03:47 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
08:03:47 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
08:03:47 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
08:03:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:03:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
08:03:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:03:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:03:47 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
08:03:47 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
08:03:47 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
08:03:47 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
08:03:47 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
08:03:47 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
08:03:47 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
08:03:47 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
08:03:47 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
08:03:47 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
08:03:47 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
08:03:47 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
08:03:47 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
08:03:47 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
08:03:47 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
08:03:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:03:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:03:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:03:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:03:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:03:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:03:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:03:47 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
08:03:47 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
08:03:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:03:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:03:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:03:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:03:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:03:47 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
08:03:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:03:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:03:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
08:03:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
08:03:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
08:03:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
08:03:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
08:03:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
08:03:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
08:03:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
08:03:47 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
08:03:47 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:03:47 Error Code: 0
08:03:47 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:03:47 	bind => [1 parameter bound]
08:03:47 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
08:03:47 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
08:03:47 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
08:03:47 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
08:03:47 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
08:03:47 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
08:03:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
08:03:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
08:03:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
08:03:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
08:03:47 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
08:03:47 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
08:03:47 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
08:03:47 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
08:03:47 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
08:03:47 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
08:03:47 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
08:03:47 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
08:03:47 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:03:47 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:03:47 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:03:47 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:03:47 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:03:47 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:03:47 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
08:03:47 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
08:03:47 	... 65 common frames omitted
08:03:47 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:03:47 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
08:03:47 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
08:03:47 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
08:03:47 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
08:03:47 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
08:03:47 	... 105 common frames omitted
08:03:47 
08:03:47     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:03:47 
08:03:47   Given I login as user with name "kapua-sys" and password "kapua-password"                                 # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
08:03:47       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:03:47 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
08:03:47 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
08:03:47 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:79)
08:03:47 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
08:03:47 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
08:03:47 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
08:03:47 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
08:03:47 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
08:03:47 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
08:03:47 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
08:03:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:03:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
08:03:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:03:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:03:47 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
08:03:47 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
08:03:47 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
08:03:47 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
08:03:47 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
08:03:47 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
08:03:47 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
08:03:47 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
08:03:47 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
08:03:47 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
08:03:47 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
08:03:47 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
08:03:47 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
08:03:47 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
08:03:47 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
08:03:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:03:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:03:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:03:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:03:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:03:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:03:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:03:47 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
08:03:47 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
08:03:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:03:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:03:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:03:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:03:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:03:47 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
08:03:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:03:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:03:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
08:03:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
08:03:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
08:03:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
08:03:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
08:03:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
08:03:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
08:03:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
08:03:47 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
08:03:47 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
08:03:47 	... 51 more
08:03:47 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
08:03:47 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
08:03:47 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
08:03:47 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
08:03:47 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
08:03:47 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
08:03:47 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
08:03:47 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
08:03:47 	... 53 more
08:03:47 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:03:47 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:03:47 Error Code: 0
08:03:47 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:03:47 	bind => [1 parameter bound]
08:03:47 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
08:03:47 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
08:03:47 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
08:03:47 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
08:03:47 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
08:03:47 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
08:03:47 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
08:03:47 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
08:03:47 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
08:03:47 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
08:03:47 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
08:03:47 	... 57 more
08:03:47 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:03:47 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:03:47 Error Code: 0
08:03:47 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:03:47 	bind => [1 parameter bound]
08:03:47 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
08:03:47 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
08:03:47 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
08:03:47 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
08:03:47 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
08:03:47 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
08:03:47 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
08:03:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
08:03:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
08:03:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
08:03:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
08:03:47 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
08:03:47 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
08:03:47 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
08:03:47 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
08:03:47 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
08:03:47 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
08:03:47 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
08:03:47 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
08:03:47 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:03:47 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:03:47 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:03:47 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:03:47 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:03:47 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:03:47 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
08:03:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
08:03:47 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
08:03:47 	... 65 more
08:03:47 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:03:47 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
08:03:47 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
08:03:47 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
08:03:47 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
08:03:47 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
08:03:47 	... 105 more
08:03:47 
08:03:47   And I start the Kura Mock                                                                                 # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock()
08:03:47   And Device is connected within 10 seconds                                                                 # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
08:03:47   And Device status is "CONNECTED" within 10 seconds                                                        # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
08:03:47   And I select account "kapua-sys"                                                                          # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String)
08:03:47   And I get the KuraMock device after 5 seconds                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int)
08:03:47   And Inventory Bundles are requested                                                                       # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesRequested()
08:03:47   And Inventory Bundles are received                                                                        # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesReceived()
08:03:47   And Inventory Bundles are 180                                                                             # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesAreSize(long)
08:03:47   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" is present                 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsPresent(java.lang.String)
08:03:47   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" has id "140"               # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasId(java.lang.String,java.lang.String)
08:03:47   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" has version "4.1.68.Final" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasVersion(java.lang.String,java.lang.String)
08:03:47   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" has status "RESOLVED"      # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasStatus(java.lang.String,java.lang.String)
08:03:47   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" is signed "true"           # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsSigned(java.lang.String,java.lang.String)
08:03:47   And I start Inventory Bundle named "io.netty.transport-native-unix-common"                                # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedStart(java.lang.String)
08:03:47   And Inventory Bundles are requested                                                                       # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesRequested()
08:03:47   And Inventory Bundles are received                                                                        # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesReceived()
08:03:47   And Inventory Bundles are 180                                                                             # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesAreSize(long)
08:03:47   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" is present                 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsPresent(java.lang.String)
08:03:47   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" has id "140"               # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasId(java.lang.String,java.lang.String)
08:03:47   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" has version "4.1.68.Final" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasVersion(java.lang.String,java.lang.String)
08:03:47   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" has status "ACTIVE"        # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasStatus(java.lang.String,java.lang.String)
08:03:47   And Inventory Bundles has Bundle named "io.netty.transport-native-unix-common" is signed "true"           # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsSigned(java.lang.String,java.lang.String)
08:03:47   Then KuraMock is disconnected                                                                             # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
08:03:47   And I logout                                                                                              # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
08:03:47 12:03:47.231 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
08:03:47 12:03:47.231 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
08:03:47 12:03:47.232 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
08:04:17 12:04:17.235 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:04:17 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:04:17 Error Code: 0.
08:05:47 12:05:47.239 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:05:47 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:05:47 Error Code: 0
08:05:47       javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:05:47 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:05:47 Error Code: 0
08:05:47 Query: DataModifyQuery(sql="/*******************************************************************************
08:05:47  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:05:47  *
08:05:47  * This program and the accompanying materials are made
08:05:47  * available under the terms of the Eclipse Public License 2.0
08:05:47  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:05:47  *
08:05:47  * SPDX-License-Identifier: EPL-2.0
08:05:47  *
08:05:47  * Contributors:
08:05:47  *     Eurotech - initial API and implementation
08:05:47  *******************************************************************************/
08:05:47 
08:05:47 UPDATE act_account SET scope_id = null;
08:05:47 
08:05:47 DELETE
08:05:47 FROM act_account
08:05:47 WHERE id NOT IN (1);
08:05:47 
08:05:47 DELETE
08:05:47 FROM atht_credential
08:05:47 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:05:47 
08:05:47 DELETE
08:05:47 FROM atht_access_token;
08:05:47 
08:05:47 DELETE
08:05:47 FROM atht_mfa_option;
08:05:47 
08:05:47 DELETE
08:05:47 FROM atht_scratch_code;
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_role
08:05:47 WHERE NOT (scope_id = 1 AND id = 1);
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_role_permission
08:05:47 WHERE NOT (scope_id = 1 AND role_id = 1);
08:05:47 
08:05:47 DELETE
08:05:47 FROM dvc_device_connection;
08:05:47 
08:05:47 DELETE
08:05:47 FROM dvc_device;
08:05:47 
08:05:47 DELETE
08:05:47 FROM dvc_device_event;
08:05:47 
08:05:47 DELETE
08:05:47 FROM sys_configuration
08:05:47 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:05:47 
08:05:47 DELETE
08:05:47 FROM usr_user
08:05:47 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_access_info
08:05:47 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_access_permission
08:05:47 WHERE NOT (scope_id = 1 AND id = 1);
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_access_role
08:05:47 WHERE NOT (scope_id = 1 AND id = 1);
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_domain_actions
08:05:47 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_domain
08:05:47 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_group;
08:05:47 
08:05:47 DELETE
08:05:47 FROM tag_tag;
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job;
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_execution;
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_step;
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_step_definition
08:05:47 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_step_definition_properties
08:05:47 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_step_properties;
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_target;
08:05:47 
08:05:47 DELETE
08:05:47 FROM schdl_trigger;
08:05:47 
08:05:47 DELETE
08:05:47 FROM schdl_trigger_properties;
08:05:47 
08:05:47 DELETE
08:05:47 FROM endp_endpoint_info;
08:05:47 ")
08:05:47 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312)
08:05:47 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
08:05:47 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
08:05:47 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
08:05:47 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
08:05:47 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
08:05:47 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:05:47 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:05:47 Error Code: 0
08:05:47 Query: DataModifyQuery(sql="/*******************************************************************************
08:05:47  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:05:47  *
08:05:47  * This program and the accompanying materials are made
08:05:47  * available under the terms of the Eclipse Public License 2.0
08:05:47  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:05:47  *
08:05:47  * SPDX-License-Identifier: EPL-2.0
08:05:47  *
08:05:47  * Contributors:
08:05:47  *     Eurotech - initial API and implementation
08:05:47  *******************************************************************************/
08:05:47 
08:05:47 UPDATE act_account SET scope_id = null;
08:05:47 
08:05:47 DELETE
08:05:47 FROM act_account
08:05:47 WHERE id NOT IN (1);
08:05:47 
08:05:47 DELETE
08:05:47 FROM atht_credential
08:05:47 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:05:47 
08:05:47 DELETE
08:05:47 FROM atht_access_token;
08:05:47 
08:05:47 DELETE
08:05:47 FROM atht_mfa_option;
08:05:47 
08:05:47 DELETE
08:05:47 FROM atht_scratch_code;
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_role
08:05:47 WHERE NOT (scope_id = 1 AND id = 1);
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_role_permission
08:05:47 WHERE NOT (scope_id = 1 AND role_id = 1);
08:05:47 
08:05:47 DELETE
08:05:47 FROM dvc_device_connection;
08:05:47 
08:05:47 DELETE
08:05:47 FROM dvc_device;
08:05:47 
08:05:47 DELETE
08:05:47 FROM dvc_device_event;
08:05:47 
08:05:47 DELETE
08:05:47 FROM sys_configuration
08:05:47 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:05:47 
08:05:47 DELETE
08:05:47 FROM usr_user
08:05:47 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_access_info
08:05:47 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_access_permission
08:05:47 WHERE NOT (scope_id = 1 AND id = 1);
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_access_role
08:05:47 WHERE NOT (scope_id = 1 AND id = 1);
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_domain_actions
08:05:47 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_domain
08:05:47 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:05:47 
08:05:47 DELETE
08:05:47 FROM athz_group;
08:05:47 
08:05:47 DELETE
08:05:47 FROM tag_tag;
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job;
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_execution;
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_step;
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_step_definition
08:05:47 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_step_definition_properties
08:05:47 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_step_properties;
08:05:47 
08:05:47 DELETE
08:05:47 FROM job_job_target;
08:05:47 
08:05:47 DELETE
08:05:47 FROM schdl_trigger;
08:05:47 
08:05:47 DELETE
08:05:47 FROM schdl_trigger_properties;
08:05:47 
08:05:47 DELETE
08:05:47 FROM endp_endpoint_info;
08:05:47 ")
08:05:47 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
08:05:47 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
08:05:47 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
08:05:47 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
08:05:47 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
08:05:47 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
08:05:47 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
08:05:47 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
08:05:47 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257)
08:05:47 	at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790)
08:05:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753)
08:05:47 	at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759)
08:05:47 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271)
08:05:47 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284)
08:05:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
08:05:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
08:05:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317)
08:05:47 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288)
08:05:47 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87)
08:05:47 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
08:05:47 	at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812)
08:05:47 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
08:05:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
08:05:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
08:05:47 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
08:05:47 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302)
08:05:47 	at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106)
08:05:47 	at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52)
08:05:47 	at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102)
08:05:47 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444)
08:05:47 	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415)
08:05:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:05:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
08:05:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:05:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:05:47 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
08:05:47 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
08:05:47 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
08:05:47 	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
08:05:47 	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
08:05:47 	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
08:05:47 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
08:05:47 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
08:05:47 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
08:05:47 	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
08:05:47 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
08:05:47 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
08:05:47 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
08:05:47 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
08:05:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:05:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:05:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:05:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:05:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:05:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:05:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:05:47 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
08:05:47 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
08:05:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:05:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:05:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:05:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:05:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:05:47 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
08:05:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:05:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:05:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
08:05:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
08:05:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
08:05:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
08:05:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
08:05:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
08:05:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
08:05:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
08:05:47 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:05:47 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
08:05:47 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
08:05:47 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
08:05:47 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
08:05:47 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
08:05:47 	... 72 more
08:05:47 
08:05:47 
08:05:47 @deviceManagement @deviceManagementInventory @env_docker
08:05:47 Scenario: Stop an Inventory Bundles                                                           # features/deviceManagement/DeviceManagementInventoryI9n.feature:105
08:06:17 12:06:17.301 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:06:17 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:06:17 Error Code: 0
08:06:17 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:06:17 	bind => [1 parameter bound]
08:06:17 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
08:06:47 12:06:47.303 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:06:47 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:06:47 Error Code: 0
08:06:47 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:06:47 	bind => [1 parameter bound]
08:06:47 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
08:07:22 12:07:22.306 [main] INFO  eclipselink.logging.query - Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:07:22 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:07:22 Error Code: 0
08:07:22 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:07:22 	bind => [1 parameter bound]
08:07:22 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)").
08:07:57 12:07:57.308 [main] WARN  eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:07:57 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:07:57 Error Code: 0
08:07:57 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:07:57 	bind => [1 parameter bound]
08:07:57 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
08:07:57 12:07:57.310 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing
08:07:57 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:07:57 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:07:57 Error Code: 0
08:07:57 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:07:57 	bind => [1 parameter bound]
08:07:57 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
08:07:57 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
08:07:57 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
08:07:57 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
08:07:57 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
08:07:57 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
08:07:57 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
08:07:57 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
08:07:57 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
08:07:57 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
08:07:57 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
08:07:57 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
08:07:57 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
08:07:57 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
08:07:57 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
08:07:57 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
08:07:57 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
08:07:57 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
08:07:57 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
08:07:57 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
08:07:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:07:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
08:07:57 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:07:57 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:07:57 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
08:07:57 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
08:07:57 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
08:07:57 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
08:07:57 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
08:07:57 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
08:07:57 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
08:07:57 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
08:07:57 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
08:07:57 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
08:07:57 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
08:07:57 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
08:07:57 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
08:07:57 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
08:07:57 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
08:07:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:07:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:07:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:07:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:07:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:07:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:07:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:07:57 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
08:07:57 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
08:07:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:07:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:07:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:07:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:07:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:07:57 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
08:07:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:07:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:07:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
08:07:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
08:07:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
08:07:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
08:07:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
08:07:57 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
08:07:57 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
08:07:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
08:07:57 Caused by: org.eclipse.persistence.exceptions.DatabaseException: 
08:07:57 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:07:57 Error Code: 0
08:07:57 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:07:57 	bind => [1 parameter bound]
08:07:57 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
08:07:57 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
08:07:57 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
08:07:57 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
08:07:57 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
08:07:57 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
08:07:57 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
08:07:57 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
08:07:57 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
08:07:57 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
08:07:57 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
08:07:57 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
08:07:57 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
08:07:57 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
08:07:57 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
08:07:57 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
08:07:57 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
08:07:57 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
08:07:57 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:07:57 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:07:57 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:07:57 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:07:57 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:07:57 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:07:57 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
08:07:57 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
08:07:57 	... 65 common frames omitted
08:07:57 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:07:57 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
08:07:57 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
08:07:57 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
08:07:57 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
08:07:57 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
08:07:57 	... 105 common frames omitted
08:07:57 
08:07:57     An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:07:57 
08:07:57   Given I login as user with name "kapua-sys" and password "kapua-password"                   # org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(java.lang.String,java.lang.String)
08:07:57       org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:07:57 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99)
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523)
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234)
08:07:57 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
08:07:57 	at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:107)
08:07:57 Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87)
08:07:57 	at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275)
08:07:57 	at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
08:07:57 	at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
08:07:57 	at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275)
08:07:57 	at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217)
08:07:57 	at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586)
08:07:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:07:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
08:07:57 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:07:57 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:07:57 	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
08:07:57 	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
08:07:57 	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
08:07:57 	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
08:07:57 	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
08:07:57 	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
08:07:57 	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
08:07:57 	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
08:07:57 	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
08:07:57 	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
08:07:57 	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
08:07:57 	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
08:07:57 	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
08:07:57 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
08:07:57 	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
08:07:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:07:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:07:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:07:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:07:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:07:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:07:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:07:57 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
08:07:57 	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
08:07:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
08:07:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
08:07:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
08:07:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
08:07:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
08:07:57 	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
08:07:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
08:07:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
08:07:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
08:07:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
08:07:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
08:07:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
08:07:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
08:07:57 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
08:07:57 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
08:07:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
08:07:57 Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user!
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80)
08:07:57 	at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61)
08:07:57 	... 51 more
08:07:57 Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation.
08:07:57 	at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84)
08:07:57 	at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107)
08:07:57 	at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78)
08:07:57 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61)
08:07:57 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288)
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76)
08:07:57 	at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116)
08:07:57 	at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76)
08:07:57 	... 53 more
08:07:57 Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:07:57 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:07:57 Error Code: 0
08:07:57 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:07:57 	bind => [1 parameter bound]
08:07:57 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
08:07:57 	at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
08:07:57 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
08:07:57 	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482)
08:07:57 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:650)
08:07:57 	at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:607)
08:07:57 	at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52)
08:07:57 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63)
08:07:57 	at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50)
08:07:57 	at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288)
08:07:57 	at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50)
08:07:57 	... 57 more
08:07:57 Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:07:57 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:07:57 Error Code: 0
08:07:57 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)
08:07:57 	bind => [1 parameter bound]
08:07:57 Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)")
08:07:57 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318)
08:07:57 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150)
08:07:57 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622)
08:07:57 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105)
08:07:57 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
08:07:57 	at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265)
08:07:57 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
08:07:57 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
08:07:57 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345)
08:07:57 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765)
08:07:57 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776)
08:07:57 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729)
08:07:57 	at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584)
08:07:57 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232)
08:07:57 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913)
08:07:57 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191)
08:07:57 	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
08:07:57 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279)
08:07:57 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:07:57 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:07:57 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:07:57 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:07:57 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969)
08:07:57 	at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706)
08:07:57 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880)
08:07:57 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)
08:07:57 	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
08:07:57 	... 65 more
08:07:57 Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:07:57 	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
08:07:57 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
08:07:57 	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
08:07:57 	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128)
08:07:57 	at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
08:07:57 	... 105 more
08:07:57 
08:07:57   And I start the Kura Mock                                                                   # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock()
08:07:57   And Device is connected within 10 seconds                                                   # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int)
08:07:57   And Device status is "CONNECTED" within 10 seconds                                          # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int)
08:07:57   And I select account "kapua-sys"                                                            # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String)
08:07:57   And I get the KuraMock device after 5 seconds                                               # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int)
08:07:57   And Inventory Bundles are requested                                                         # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesRequested()
08:07:57   And Inventory Bundles are received                                                          # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesReceived()
08:07:57   And Inventory Bundles are 180                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesAreSize(long)
08:07:57   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" is present            # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsPresent(java.lang.String)
08:07:57   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" has id "178"          # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasId(java.lang.String,java.lang.String)
08:07:57   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" has version "3.6.4"   # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasVersion(java.lang.String,java.lang.String)
08:07:57   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" has status "ACTIVE"   # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasStatus(java.lang.String,java.lang.String)
08:07:57   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" is signed "false"     # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsSigned(java.lang.String,java.lang.String)
08:07:57   And I stop Inventory Bundle named "org.apache.felix.fileinstall"                            # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedStop(java.lang.String)
08:07:57   And Inventory Bundles are requested                                                         # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesRequested()
08:07:57   And Inventory Bundles are received                                                          # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesReceived()
08:07:57   And Inventory Bundles are 180                                                               # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesAreSize(long)
08:07:57   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" is present            # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsPresent(java.lang.String)
08:07:57   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" has id "178"          # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasId(java.lang.String,java.lang.String)
08:07:57   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" has version "3.6.4"   # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasVersion(java.lang.String,java.lang.String)
08:07:57   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" has status "RESOLVED" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedHasStatus(java.lang.String,java.lang.String)
08:07:57   And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" is signed "false"     # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsSigned(java.lang.String,java.lang.String)
08:07:57   Then KuraMock is disconnected                                                               # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected()
08:07:57   And I logout                                                                                # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout()
08:07:57 12:07:57.319 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Database cleanup...
08:07:57 12:07:57.320 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources...
08:07:57 12:07:57.320 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql
08:08:27 12:08:27.322 [main] INFO  eclipselink.logging.transaction - Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:27 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:27 Error Code: 0.
08:08:43 Build timed out (after 120 minutes). Marking the build as aborted.
08:08:43 Build was aborted
08:08:43 [htmlpublisher] Archiving HTML reports...
08:08:43 [htmlpublisher] Archiving at PROJECT level /home/jenkins/agent/workspace/develop-test/dev-tools/cucumber-reports/target/kapua-cucumber-report to /var/jenkins/jobs/develop-test/htmlreports/Cucumber_20reports
08:08:43 ERROR: Specified HTML directory '/home/jenkins/agent/workspace/develop-test/dev-tools/cucumber-reports/target/kapua-cucumber-report' does not exist.
08:08:43 Recording test results
08:08:44 [INFO] 
08:08:44 [INFO] Results:
08:08:44 [INFO] 
08:08:44 [ERROR] Errors: 
08:08:44 [ERROR] JobEngineService execute job on device connect.Executing Job And Then Restarting Device
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After End Date And Time
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After The Specified Start Date And Time
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before End Date And Time
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before The Specified Start Date And Time
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] JobEngineService execute job on device connect.Executing Job Without Steps
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR]   java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
08:08:44 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Date Only
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Time before Start time
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique End Date Parameter
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique Start Date Parameter
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Start Date Only
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Cron Job" Schedule With the same Start and End time
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Cron Job" Schedule Without The Start Date Parameter
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Date Only
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Time before Start time
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Max Length Name
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Min Length Name
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Name Only
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique End Date Parameter
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Name
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Start Date Parameter
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Start Date Only
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule With the same Start and End time
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without Name
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without The Start Date Parameter
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With All Valid Parameters
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Date Only
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:44 Error Code: 0
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Init Security Context for all scenarios
08:08:44 [ERROR]   Run 1: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
08:08:44 [ERROR]   Run 2: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200]
08:08:44 [INFO] 
08:08:44 [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name
08:08:44 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:44 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:44 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:44 /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44  [42102-200]
08:08:44 Error Code: 42102
08:08:44 Call: /*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 
08:08:44 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:44  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:44  *
08:08:44  * This program and the accompanying materials are made
08:08:44  * available under the terms of the Eclipse Public License 2.0
08:08:44  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:44  *
08:08:44  * SPDX-License-Identifier: EPL-2.0
08:08:44  *
08:08:44  * Contributors:
08:08:44  *     Eurotech - initial API and implementation
08:08:44  *******************************************************************************/
08:08:44 
08:08:44 UPDATE act_account SET scope_id = null;
08:08:44 
08:08:44 DELETE
08:08:44 FROM act_account
08:08:44 WHERE id NOT IN (1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_credential
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_access_token;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_mfa_option;
08:08:44 
08:08:44 DELETE
08:08:44 FROM atht_scratch_code;
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_role_permission
08:08:44 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_connection;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device;
08:08:44 
08:08:44 DELETE
08:08:44 FROM dvc_device_event;
08:08:44 
08:08:44 DELETE
08:08:44 FROM sys_configuration
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:44 
08:08:44 DELETE
08:08:44 FROM usr_user
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_info
08:08:44 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_permission
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_access_role
08:08:44 WHERE NOT (scope_id = 1 AND id = 1);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain_actions
08:08:44 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_domain
08:08:44 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:44 
08:08:44 DELETE
08:08:44 FROM athz_group;
08:08:44 
08:08:44 DELETE
08:08:44 FROM tag_tag;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_execution;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition
08:08:44 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_definition_properties
08:08:44 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_step_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM job_job_target;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger;
08:08:44 
08:08:44 DELETE
08:08:44 FROM schdl_trigger_properties;
08:08:44 
08:08:44 DELETE
08:08:44 FROM endp_endpoint_info;
08:08:44 ")
08:08:44 [INFO] 
08:08:44 [INFO] 
08:08:44 [ERROR] Tests run: 164, Failures: 0, Errors: 50, Skipped: 0
08:08:44 [INFO] 
08:08:44 [INFO] ------------------------------------------------------------------------
08:08:44 [INFO] Reactor Summary for kapua 2.1.0-SNAPSHOT:
08:08:44 [INFO] 
08:08:44 [INFO] kapua-build-tools .................................. SUCCESS [  3.432 s]
08:08:44 [INFO] kapua .............................................. SUCCESS [ 42.981 s]
08:08:44 [INFO] kapua-qa ........................................... SUCCESS [  1.951 s]
08:08:44 [INFO] kapua-qa-markers ................................... SUCCESS [  3.551 s]
08:08:44 [INFO] kapua-service ...................................... SUCCESS [  9.803 s]
08:08:44 [INFO] kapua-service-api .................................. SUCCESS [ 17.623 s]
08:08:44 [INFO] kapua-account ...................................... SUCCESS [  0.513 s]
08:08:44 [INFO] kapua-account-api .................................. SUCCESS [  3.079 s]
08:08:44 [INFO] kapua-user ......................................... SUCCESS [  0.569 s]
08:08:44 [INFO] kapua-user-api ..................................... SUCCESS [  2.699 s]
08:08:44 [INFO] kapua-security ..................................... SUCCESS [  2.645 s]
08:08:44 [INFO] kapua-security-authorization ....................... SUCCESS [  0.291 s]
08:08:44 [INFO] kapua-security-authorization-api ................... SUCCESS [  8.916 s]
08:08:44 [INFO] kapua-security-authentication ...................... SUCCESS [  0.274 s]
08:08:44 [INFO] kapua-security-authentication-api .................. SUCCESS [  7.677 s]
08:08:44 [INFO] kapua-commons ...................................... SUCCESS [ 58.747 s]
08:08:44 [INFO] kapua-locator ...................................... SUCCESS [  0.353 s]
08:08:44 [INFO] kapua-locator-guice ................................ SUCCESS [ 14.737 s]
08:08:44 [INFO] kapua-account-internal ............................. SUCCESS [ 18.858 s]
08:08:44 [INFO] kapua-message ...................................... SUCCESS [  0.385 s]
08:08:44 [INFO] kapua-message-api .................................. SUCCESS [  4.231 s]
08:08:44 [INFO] kapua-device ....................................... SUCCESS [  3.767 s]
08:08:44 [INFO] kapua-device-api ................................... SUCCESS [  3.603 s]
08:08:44 [INFO] kapua-device-registry .............................. SUCCESS [  1.355 s]
08:08:44 [INFO] kapua-device-registry-api .......................... SUCCESS [  4.555 s]
08:08:44 [INFO] kapua-job .......................................... SUCCESS [  0.650 s]
08:08:44 [INFO] kapua-job-api ...................................... SUCCESS [  3.140 s]
08:08:44 [INFO] kapua-job-engine ................................... SUCCESS [  0.841 s]
08:08:44 [INFO] kapua-job-engine-api ............................... SUCCESS [  7.569 s]
08:08:44 [INFO] kapua-device-management ............................ SUCCESS [  1.362 s]
08:08:44 [INFO] kapua-device-management-api ........................ SUCCESS [  3.805 s]
08:08:44 [INFO] kapua-device-management-request .................... SUCCESS [  0.167 s]
08:08:44 [INFO] kapua-device-management-request-api ................ SUCCESS [  3.419 s]
08:08:44 [INFO] kapua-commons-rest ................................. SUCCESS [  0.560 s]
08:08:44 [INFO] kapua-commons-rest-model ........................... SUCCESS [ 11.529 s]
08:08:44 [INFO] kapua-job-engine-client ............................ SUCCESS [  4.924 s]
08:08:44 [INFO] kapua-job-engine-commons ........................... SUCCESS [  4.833 s]
08:08:44 [INFO] kapua-transport .................................... SUCCESS [  0.524 s]
08:08:44 [INFO] kapua-transport-api ................................ SUCCESS [  9.617 s]
08:08:44 [INFO] kapua-device-call .................................. SUCCESS [  1.071 s]
08:08:44 [INFO] kapua-device-call-api .............................. SUCCESS [  9.161 s]
08:08:44 [INFO] kapua-translator ................................... SUCCESS [  0.721 s]
08:08:44 [INFO] kapua-translator-api ............................... SUCCESS [  3.566 s]
08:08:44 [INFO] kapua-message-internal ............................. SUCCESS [ 17.454 s]
08:08:44 [INFO] kapua-transport-mqtt ............................... SUCCESS [ 12.341 s]
08:08:44 [INFO] kapua-device-call-kura ............................. SUCCESS [  9.119 s]
08:08:44 [INFO] kapua-device-management-registry ................... SUCCESS [  0.290 s]
08:08:44 [INFO] kapua-device-management-registry-api ............... SUCCESS [  4.581 s]
08:08:44 [INFO] kapua-device-commons ............................... SUCCESS [ 10.034 s]
08:08:44 [INFO] kapua-service-commons .............................. SUCCESS [  0.462 s]
08:08:44 [INFO] kapua-service-storable ............................. SUCCESS [  0.259 s]
08:08:44 [INFO] kapua-service-storable-api ......................... SUCCESS [  9.185 s]
08:08:44 [INFO] kapua-service-elasticsearch ........................ SUCCESS [  0.344 s]
08:08:44 [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [ 10.855 s]
08:08:44 [INFO] kapua-datastore .................................... SUCCESS [  1.128 s]
08:08:44 [INFO] kapua-datastore-api ................................ SUCCESS [  4.350 s]
08:08:44 [INFO] kapua-service-storable-internal .................... SUCCESS [  4.207 s]
08:08:44 [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [  5.844 s]
08:08:44 [INFO] kapua-datastore-internal ........................... SUCCESS [  7.696 s]
08:08:44 [INFO] kapua-plug-ins ..................................... SUCCESS [  0.337 s]
08:08:44 [INFO] kapua-sso .......................................... SUCCESS [  0.269 s]
08:08:44 [INFO] kapua-openid-connect ............................... SUCCESS [  0.234 s]
08:08:44 [INFO] kapua-openid-api ................................... SUCCESS [  2.396 s]
08:08:44 [INFO] kapua-openid-provider .............................. SUCCESS [  4.486 s]
08:08:44 [INFO] kapua-security-registration ........................ SUCCESS [  0.183 s]
08:08:44 [INFO] kapua-security-registration-api .................... SUCCESS [  3.356 s]
08:08:44 [INFO] kapua-service-commons-utils ........................ SUCCESS [  0.190 s]
08:08:44 [INFO] kapua-service-commons-utils-api .................... SUCCESS [  3.057 s]
08:08:44 [INFO] kapua-security-certificate ......................... SUCCESS [  0.351 s]
08:08:44 [INFO] kapua-security-certificate-api ..................... SUCCESS [  3.961 s]
08:08:44 [INFO] kapua-service-commons-utils-internal ............... SUCCESS [  3.335 s]
08:08:44 [INFO] kapua-security-certificate-internal ................ SUCCESS [  4.807 s]
08:08:44 [INFO] kapua-user-internal ................................ SUCCESS [  5.289 s]
08:08:44 [INFO] kapua-client ....................................... SUCCESS [  1.306 s]
08:08:44 [INFO] kapua-client-security .............................. SUCCESS [  7.695 s]
08:08:44 [INFO] kapua-device-authentication ........................ SUCCESS [  3.192 s]
08:08:44 [INFO] kapua-tag .......................................... SUCCESS [  0.211 s]
08:08:44 [INFO] kapua-tag-api ...................................... SUCCESS [  2.266 s]
08:08:44 [INFO] kapua-device-registry-internal ..................... SUCCESS [  8.196 s]
08:08:44 [INFO] kapua-security-registration-simple ................. SUCCESS [  4.030 s]
08:08:44 [INFO] kapua-tag-internal ................................. SUCCESS [ 12.668 s]
08:08:44 [INFO] kapua-security-shiro ............................... SUCCESS [01:08 min]
08:08:44 [INFO] kapua-simulator-kura ............................... SUCCESS [ 21.826 s]
08:08:44 [INFO] kapua-stream ....................................... SUCCESS [  0.126 s]
08:08:44 [INFO] kapua-stream-api ................................... SUCCESS [  2.741 s]
08:08:44 [INFO] kapua-device-management-asset ...................... SUCCESS [  0.194 s]
08:08:44 [INFO] kapua-device-management-asset-api .................. SUCCESS [  3.707 s]
08:08:44 [INFO] kapua-device-management-asset-store ................ SUCCESS [  0.200 s]
08:08:44 [INFO] kapua-device-management-asset-store-api ............ SUCCESS [  3.434 s]
08:08:44 [INFO] kapua-device-management-asset-internal ............. SUCCESS [  4.019 s]
08:08:44 [INFO] kapua-device-management-asset-store-dummy .......... SUCCESS [  3.350 s]
08:08:44 [INFO] kapua-device-management-bundle ..................... SUCCESS [  0.194 s]
08:08:44 [INFO] kapua-device-management-bundle-api ................. SUCCESS [  3.885 s]
08:08:44 [INFO] kapua-device-management-bundle-internal ............ SUCCESS [  4.101 s]
08:08:44 [INFO] kapua-device-management-command .................... SUCCESS [  0.252 s]
08:08:44 [INFO] kapua-device-management-command-api ................ SUCCESS [  3.059 s]
08:08:44 [INFO] kapua-device-management-command-internal ........... SUCCESS [  4.099 s]
08:08:44 [INFO] kapua-device-management-configuration .............. SUCCESS [  0.216 s]
08:08:44 [INFO] kapua-device-management-configuration-api .......... SUCCESS [  3.718 s]
08:08:44 [INFO] kapua-device-management-configuration-message-api .. SUCCESS [  3.076 s]
08:08:44 [INFO] kapua-device-management-configuration-store ........ SUCCESS [  0.172 s]
08:08:44 [INFO] kapua-device-management-configuration-store-api .... SUCCESS [  3.175 s]
08:08:44 [INFO] kapua-device-management-configuration-internal ..... SUCCESS [  4.937 s]
08:08:44 [INFO] kapua-device-management-configuration-store-dummy .. SUCCESS [  3.608 s]
08:08:44 [INFO] kapua-device-management-inventory .................. SUCCESS [  0.433 s]
08:08:44 [INFO] kapua-device-management-inventory-api .............. SUCCESS [  3.780 s]
08:08:44 [INFO] kapua-device-management-inventory-internal ......... SUCCESS [  4.970 s]
08:08:44 [INFO] kapua-device-management-keystore ................... SUCCESS [  0.321 s]
08:08:44 [INFO] kapua-device-management-keystore-api ............... SUCCESS [  3.639 s]
08:08:44 [INFO] kapua-device-management-keystore-internal .......... SUCCESS [  4.905 s]
08:08:44 [INFO] kapua-device-management-packages ................... SUCCESS [  0.298 s]
08:08:44 [INFO] kapua-device-management-packages-api ............... SUCCESS [  3.930 s]
08:08:44 [INFO] kapua-device-management-registry-internal .......... SUCCESS [  5.653 s]
08:08:44 [INFO] kapua-device-management-packages-internal .......... SUCCESS [  5.638 s]
08:08:44 [INFO] kapua-device-management-request-internal ........... SUCCESS [  3.652 s]
08:08:44 [INFO] kapua-device-management-all ........................ SUCCESS [  0.177 s]
08:08:44 [INFO] kapua-device-management-all-internal ............... SUCCESS [  0.294 s]
08:08:44 [INFO] kapua-translator-kapua ............................. SUCCESS [  0.642 s]
08:08:44 [INFO] kapua-translator-kapua-kura ........................ SUCCESS [  7.857 s]
08:08:44 [INFO] kapua-translator-kura .............................. SUCCESS [  0.165 s]
08:08:44 [INFO] kapua-translator-kura-mqtt ......................... SUCCESS [  3.751 s]
08:08:44 [INFO] kapua-transport-jms ................................ SUCCESS [  3.658 s]
08:08:44 [INFO] kapua-translator-kura-jms .......................... SUCCESS [  4.011 s]
08:08:44 [INFO] kapua-qa-common .................................... SUCCESS [ 17.003 s]
08:08:44 [INFO] kapua-account-test-steps ........................... SUCCESS [  5.229 s]
08:08:44 [INFO] kapua-account-test ................................. SUCCESS [01:33 min]
08:08:44 [INFO] kapua-user-test-steps .............................. SUCCESS [  5.781 s]
08:08:44 [INFO] kapua-user-test .................................... SUCCESS [01:42 min]
08:08:44 [INFO] kapua-scheduler .................................... SUCCESS [  0.512 s]
08:08:44 [INFO] kapua-scheduler-api ................................ SUCCESS [  2.740 s]
08:08:44 [INFO] kapua-device-management-job ........................ SUCCESS [  0.177 s]
08:08:44 [INFO] kapua-device-management-job-api .................... SUCCESS [  3.410 s]
08:08:44 [INFO] kapua-service-client ............................... SUCCESS [ 12.046 s]
08:08:44 [INFO] kapua-broker ....................................... SUCCESS [  0.386 s]
08:08:44 [INFO] kapua-broker-artemis ............................... SUCCESS [  0.403 s]
08:08:44 [INFO] kapua-broker-artemis-plugin ........................ SUCCESS [ 13.363 s]
08:08:44 [INFO] kapua-device-registry-test-steps ................... SUCCESS [  8.959 s]
08:08:44 [INFO] kapua-device-registry-test ......................... SUCCESS [03:21 min]
08:08:44 [INFO] kapua-scheduler-quartz ............................. SUCCESS [  6.581 s]
08:08:44 [INFO] kapua-job-internal ................................. SUCCESS [  7.258 s]
08:08:44 [INFO] kapua-job-test-steps ............................... SUCCESS [  6.229 s]
08:08:44 [INFO] kapua-job-test ..................................... SUCCESS [03:32 min]
08:08:44 [INFO] kapua-tag-test-steps ............................... SUCCESS [  4.661 s]
08:08:44 [INFO] kapua-tag-test ..................................... SUCCESS [02:43 min]
08:08:44 [INFO] kapua-endpoint ..................................... SUCCESS [  0.262 s]
08:08:44 [INFO] kapua-endpoint-api ................................. SUCCESS [  2.226 s]
08:08:44 [INFO] kapua-rest-api ..................................... SUCCESS [  1.001 s]
08:08:44 [INFO] kapua-rest-api-core ................................ SUCCESS [ 16.681 s]
08:08:44 [INFO] kapua-device-management-all-api .................... SUCCESS [  0.165 s]
08:08:44 [INFO] kapua-system ....................................... SUCCESS [  0.137 s]
08:08:44 [INFO] kapua-system-api ................................... SUCCESS [  1.999 s]
08:08:44 [INFO] kapua-commons-rest-errors .......................... SUCCESS [  4.465 s]
08:08:44 [INFO] kapua-rest-api-resources ........................... SUCCESS [  9.895 s]
08:08:44 [INFO] kapua-endpoint-internal ............................ SUCCESS [  4.900 s]
08:08:44 [INFO] kapua-commons-rest-filters ......................... SUCCESS [  4.231 s]
08:08:44 [INFO] kapua-stream-internal .............................. SUCCESS [  3.831 s]
08:08:44 [INFO] kapua-system-internal .............................. SUCCESS [  3.348 s]
08:08:44 [INFO] kapua-extras ....................................... SUCCESS [  0.370 s]
08:08:44 [INFO] kapua-foreignkeys .................................. SUCCESS [  0.231 s]
08:08:44 [INFO] kapua-rest-api-web ................................. SUCCESS [ 35.791 s]
08:08:44 [INFO] kapua-qa-integration-steps ......................... SUCCESS [  7.796 s]
08:08:44 [INFO] kapua-security-test-steps .......................... SUCCESS [  6.486 s]
08:08:44 [INFO] kapua-device-management-job-internal ............... SUCCESS [  5.477 s]
08:08:44 [INFO] kapua-endpoint-test-steps .......................... SUCCESS [  5.281 s]
08:08:44 [INFO] kapua-device-management-bundle-job ................. SUCCESS [  3.462 s]
08:08:44 [INFO] kapua-device-management-asset-job .................. SUCCESS [  3.338 s]
08:08:44 [INFO] kapua-device-management-packages-job ............... SUCCESS [  4.202 s]
08:08:44 [INFO] kapua-device-management-command-job ................ SUCCESS [  3.377 s]
08:08:44 [INFO] kapua-device-management-configuration-job .......... SUCCESS [  3.228 s]
08:08:44 [INFO] kapua-device-management-keystore-job ............... SUCCESS [  3.785 s]
08:08:44 [INFO] kapua-scheduler-test-steps ......................... SUCCESS [  4.823 s]
08:08:44 [INFO] kapua-datastore-test-steps ......................... SUCCESS [  6.662 s]
08:08:44 [INFO] kapua-service-camel ................................ SUCCESS [  4.937 s]
08:08:44 [INFO] kapua-consumer ..................................... SUCCESS [  0.311 s]
08:08:44 [INFO] kapua-consumer-lifecycle ........................... SUCCESS [  4.571 s]
08:08:44 [INFO] kapua-consumer-telemetry ........................... SUCCESS [  5.077 s]
08:08:44 [INFO] kapua-service-authentication ....................... SUCCESS [  6.088 s]
08:08:44 [INFO] kapua-qa-integration ............................... FAILURE [  01:31 h]
08:08:44 [INFO] kapua-dev-tools .................................... SKIPPED
08:08:44 [INFO] kapua-cucumber-reports ............................. SKIPPED
08:08:44 [INFO] kapua-deployment ................................... SKIPPED
08:08:44 [INFO] kapua-deployment-commons ........................... SKIPPED
08:08:44 [INFO] kapua-docker ....................................... SKIPPED
08:08:44 [INFO] kapua-minishift .................................... SKIPPED
08:08:44 [INFO] kapua-openshift .................................... SKIPPED
08:08:44 [INFO] kapua-datastore-test ............................... SKIPPED
08:08:44 [INFO] kapua-device-management-all-job .................... SKIPPED
08:08:44 [INFO] kapua-scheduler-test ............................... SKIPPED
08:08:44 [INFO] kapua-security-test ................................ SKIPPED
08:08:44 [INFO] kapua-system-test-steps ............................ SKIPPED
08:08:44 [INFO] kapua-system-test .................................. SKIPPED
08:08:44 [INFO] kapua-service-authentication-app ................... SKIPPED
08:08:44 [INFO] kapua-translator-test-steps ........................ SKIPPED
08:08:44 [INFO] kapua-translator-test .............................. SKIPPED
08:08:44 [INFO] kapua-es-migrator .................................. SKIPPED
08:08:44 [INFO] kapua-encryption-migrator .......................... SKIPPED
08:08:44 [INFO] kapua-liquibase-unlocker ........................... SKIPPED
08:08:44 [INFO] kapua-openid-provider-generic ...................... SKIPPED
08:08:44 [INFO] kapua-openid-provider-keycloak ..................... SKIPPED
08:08:44 [INFO] kapua-job-engine-jbatch ............................ SKIPPED
08:08:44 [INFO] kapua-job-engine-app ............................... SKIPPED
08:08:44 [INFO] kapua-job-engine-app-core .......................... SKIPPED
08:08:44 [INFO] kapua-job-engine-app-resources ..................... SKIPPED
08:08:44 [INFO] kapua-job-engine-app-web ........................... SKIPPED
08:08:44 [INFO] kapua-consumer-lifecycle-app ....................... SKIPPED
08:08:44 [INFO] kapua-consumer-telemetry-app ....................... SKIPPED
08:08:44 [INFO] kapua-client-gateway ............................... SKIPPED
08:08:44 [INFO] Eclipse Kapua :: Gateway Client :: API ............. SKIPPED
08:08:44 [INFO] Eclipse Kapua :: Gateway Client :: SPI ............. SKIPPED
08:08:44 [INFO] Eclipse Kapua :: Gateway Client :: Provider ........ SKIPPED
08:08:44 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT SKIPPED
08:08:44 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT SKIPPED
08:08:44 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho SKIPPED
08:08:44 [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura SKIPPED
08:08:44 [INFO] Eclipse Kapua :: Gateway Client :: Features ........ SKIPPED
08:08:44 [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf SKIPPED
08:08:44 [INFO] kapua-assembly ..................................... SKIPPED
08:08:44 [INFO] kapua-assembly-java-base ........................... SKIPPED
08:08:44 [INFO] kapua-assembly-jetty-base .......................... SKIPPED
08:08:44 [INFO] kapua-assembly-sql ................................. SKIPPED
08:08:44 [INFO] kapua-assembly-events-broker ....................... SKIPPED
08:08:44 [INFO] kapua-assembly-broker-artemis ...................... SKIPPED
08:08:44 [INFO] kapua-assembly-api ................................. SKIPPED
08:08:44 [INFO] kapua-assembly-consumer ............................ SKIPPED
08:08:44 [INFO] kapua-assembly-consumer-telemetry .................. SKIPPED
08:08:44 [INFO] kapua-assembly-consumer-lifecycle .................. SKIPPED
08:08:44 [INFO] kapua-assembly-service ............................. SKIPPED
08:08:44 [INFO] kapua-assembly-service-authentication .............. SKIPPED
08:08:44 [INFO] kapua-assembly-job-engine .......................... SKIPPED
08:08:44 [INFO] ------------------------------------------------------------------------
08:08:44 [INFO] BUILD FAILURE
08:08:44 [INFO] ------------------------------------------------------------------------
08:08:44 [INFO] Total time:  01:59 h
08:08:44 [INFO] Finished at: 2024-04-12T12:08:44Z
08:08:44 [INFO] ------------------------------------------------------------------------
08:08:44 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project kapua-qa-integration: 
08:08:44 [ERROR] 
08:08:44 [ERROR] Please refer to /home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire-reports for the individual test results.
08:08:44 [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
08:08:44 [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
08:08:44 [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration' && '/opt/tools/java/openjdk/jdk-11/latest/bin/java' '-javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/qa/integration/target/jacoco.exec' '-jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire/surefirebooter-20240412103726456_488.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-04-12T10-09-59_063-jvmRun1' 'surefire-20240412103726456_486tmp' 'surefire_27-20240412103726456_487tmp'
08:08:44 [ERROR] Error occurred in starting fork, check output in log
08:08:44 [ERROR] Process Exit Code: 143
08:08:44 [ERROR] Crashed tests:
08:08:44 [ERROR] Device Management Inventory Service Tests
08:08:44 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
08:08:44 [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration' && '/opt/tools/java/openjdk/jdk-11/latest/bin/java' '-javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/qa/integration/target/jacoco.exec' '-jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire/surefirebooter-20240412103726456_488.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-04-12T10-09-59_063-jvmRun1' 'surefire-20240412103726456_486tmp' 'surefire_27-20240412103726456_487tmp'
08:08:44 [ERROR] Error occurred in starting fork, check output in log
08:08:44 [ERROR] Process Exit Code: 143
08:08:44 [ERROR] Crashed tests:
08:08:44 [ERROR] Device Management Inventory Service Tests
08:08:44 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714)
08:08:44 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:311)
08:08:44 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:268)
08:08:44 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334)
08:08:44 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167)
08:08:44 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931)
08:08:44 [ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162)
08:08:44 [ERROR] 	at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53)
08:08:44 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118)
08:08:44 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261)
08:08:44 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)
08:08:44 [ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)
08:08:44 [ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906)
08:08:44 [ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
08:08:44 [ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:206)
08:08:44 [ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:08:44 [ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
08:08:44 [ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:08:44 [ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:08:44 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283)
08:08:44 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226)
08:08:44 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407)
08:08:44 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348)
08:08:44 [ERROR] -> [Help 1]
08:08:44 [ERROR] 
08:08:44 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
08:08:44 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
08:08:44 [ERROR] 
08:08:44 [ERROR] For more information about the errors and possible solutions, please read the following articles:
08:08:44 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
08:08:44 [ERROR] 
08:08:44 [ERROR] After correcting the problems, you can resume the build with the command
08:08:44 [ERROR]   mvn <args> -rf :kapua-qa-integration
08:08:51 [Checks API] No suitable checks publisher found.
08:08:51 Finished: ABORTED